Monitor and Restart Offline Slaves
rajeshkumar created the topic: Monitor and Restart Offline Slaves If you facing a problem of jenkins node disconnect automatically, you can try this script- This script can…
Suddenly started hanging
pasupuleti2 created the topic: Suddenly started hanging Suddenly jenkins started hanging. that keeps hanging every second. We have many projects in Jenkins. The jobs were running fine…
Input is not in the .gz format
rajeshkumar created the topic: node_tmp/node.tar.gz’: Input is not in the .gz format Error 02:27:46 [INFO] — frontend-maven-plugin:0.0.20:install-node-and-npm (install node and npm) @ app-socialqa — 02:27:46 [INFO] Installing…
Git Error: -Git Polling Log java.io.IOException: error=2, No such file or director
rajeshkumar created the topic: Git Polling Log java.io.IOException: error=2, No such file or director Error Started on Sep 15, 2015 9:57:00 AM Using strategy: Default [poll] Last…
WorkSpace Cleanup Error
pasupuleti2 created the topic: WorkSpace Cleanup Error Rajesh, When I chose “Delete workspace before build starts” option at Build Environment I got below error. Please let me…
No emails were triggered.
pasupuleti2 created the topic: No emails were triggered. I have entered couple of email ids in “Editable Email Notification” When ever I take a build recipients are…
Script for Breaks the build
pasupuleti2 created the topic: Script for Breaks the build Rajesh, Our current tests are taking 2 hours for one project. when building unit tests they should not…
Test Results
pasupuleti2 created the topic: Test Results Rajesh, How to get the results with graphics for each action in each build in Jenkins Ex: checkout code from Git…
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…
Modified files after each build
setu.sin created the topic: Modified files after each build Hi All, I need to send the modified files to an external API after each build in jenkins….
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…
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…
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…
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…
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…
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…
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‘…
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…
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,…
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…
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…
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…
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…
