Does Jenkins let you create branches?
To craete a new git branch using jenkins, you may follow the steps. Step 1 – Edit the job which you are using to create a branch. Step 2 –…
Read more »Jenkins Error: /usr/bin/p4 error in windows machine with jenkins
rajeshkumar created the topic: /usr/bin/p4 error in windows machine with jenkinsIssues: [workspace] $ “C:\Program Files\Perforce\p4.exe” login -p[workspace] $ /usr/bin/p4 login -p Solution: This must be related to value of P4USER,…
Read more »How to Change Jenkins HTTP port number?
How to Change Jenkins HTTP port number? Change a jenkins web http port in WindowsStep 1 – Stop the jenkins servicesStep 2 – Go to the directory where you installed…
Read more »Jenkins Upgrade and Solution!!!
rajeshkumar created the topic: Jenkins Upgrade and Solution!!!Issues 1: You will find these entry in jenkins log file which will take longer time to start the services of jenkins SEVERE:…
Read more »Script to check the build status of a Jenkins job
Using JSON & Curl [code]BUILD_STATUS=$(curl –user USER:TOKEN_VALUE –silent $BUILD_URLapi/json | jq -r ‘.result’)echo $BUILD_STATUS[/code] Using jenkins PluginsPlugins Name – Conditional Build Step For Implementations, Please check here.https://stackoverflow.com/questions/11125598/getting-the-build-status-in-post-build-script Using Python &…
Read more »Jenkins plugin list sometimes shows up empty
If you are unable to see the list of any plugins, there may be isuses with following reasons. 1. Check the internet if its connected with jenkins Server2. Do you…
Read more »Jenkins Error: Jenkins time-out while pushing to github
rajeshkumar created the topic: Jenkins time-out while pushing to githubC:\Build_WS\BuildDeployment>exit 0Pushing HEAD to branch master at repo originusing .gitcredentials to set credentials> C:\Program Files (x86)\Git\bin\git.exe –version # timeout=10> C:\Program Files…
Read more »Jenkins Error: Jenkins Workspace Issue
pasupuleti2 created the topic: Jenkins Workspace IssueMost of our jobs which are running on the Windows systems are failing due to issues in “deleting the workspace”. Our Jenkins working on…
Read more »Jenkins Error: java.io.IOException: Failed to rename jenkins
rajeshkumar created the topic: java.io.IOException: Failed to rename jenkinsToday while setting up the maven automatic install setup with jenkins, i found following issues…. Started by user anonymousBuilding on master in…
Read more »Can We Change Setting In Jenkins As It Picks Desire Version Of Java.
Namit created the topic: Can we change setting in Jenkins as it picks desire version of Java. In my Linux server i do have two version of Java (Java 1.6…
Read more »Scm Polling Stopped To Work
pasupuleti2 created the topic: SCM polling stopped to work Rajesh, Recently I’m having problems with a Jenkins 1.57 builds, for some reason after a while Jenkins stops to poll the…
Read more »Jenkins Remote access API Example | Jenkins Tutorial
Jenkins Remote access API Example Jenkins provides machine-consumable remote access API to its functionalities. Currently it comes in three flavors: XML JSON with JSONP support Python Remote access API is…
Read more »Environment variables and properties defined in jenkins | Jenkins Tutorial
Environment variables and properties defined in jenkins Jenkins Set Environment Variables When a Jenkins job executes, it sets some environment variables that you may use in your shell script, batch…
Read more »Generate Jenkins Job Configuration Automatically | Jenkins Tutorials
Generate Jenkins Job Configuration Automatically? Job DSL Plugin The job-dsl-plugin allows the programmatic creation of projects using a DSL. Pushing job creation into a script allows you to automate and…
Read more »How to Install Jenkins using Docker | Step by step guide | scmGalaxy
Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2: First, pull the official jenkins…
Read more »Jenkins Web References & Cheatsheet
How to take care of a large Jenkins installation and still keep your sanity – Part 1 How to take care of a large Jenkins installation and still keep your…
Read more »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »Jenkins Backup and Restore Process | Jenkins Tutorial
Jenkins Backup and Restore using ThinBackup Plugins OLD METHODS as follow: How Do I Backup Jenkins Jobs using Grunt? Backup Jenkins configuration to S3 bash-backup-script for jenkins‘ job-configs via user-crontab…
Read more »DOT NET Build and Release Training | Build and Release DOTNET Course
About the Build and Release Dot Net Course This Training is specially designed for the engineer who wants to excel their career in Build and Release and DevOps domain…
Read more »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?
Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export GRADLE_OPTS=”-XX:MaxPermSize=512m” export SONAR_RUNNER_OPTS=”-Xmx512m -XX:MaxPermSize=512m” In Linux: In my ~/.bash_profile file, I have set…
Read more »Jenkins Troubleshooting Guide
Jenkins Troubleshooting Jenkins is one of the important CI tools which many organization used as part of their Build and DevOps infrasture. I am going to consolidate all the troubshooting…
Read more »Build and Release Course Training with Jenkins / Maven /Ant/ SVN & Git
Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training Click Here Mode – Online based Email – info@scmgalaxy.com Lab Setup Details – Prerequisites Operating Systems – Windows 7…
Read more »Jenkins Training | Jenkins Course | Jenkins Trainer | Online | Classroom
scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity…
Read more »What are the ways to Login Jenkins using Command line ?
Ways to Login Jenkins using Command line & Way to trigger Jenkins job using Command line or script Wget Note: If you are using wget 1.11, you might need to…
Read more »Know About Jenkins CLI | Jenkins CLI Guide
Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…
Read more »Understand Jenkins CLI | Jenkins CLI Reference
Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…
Read more »