Quantcast
Channel: Build Management
Browsing latest articles
Browse All 13 View Live

Image may be NSFW.
Clik here to view.

Jenkins Command line Reference for login and trigger a job

Grep will return 0 while the build is running: $ curl http://myjenkins/job/myjob/lastBuild/api/json | grep --color result\":null   $ echo $?   Trigger a Jenkins Job from command line   $ wget...

View Article



Image may be NSFW.
Clik here to view.

Build configuration templates in Teamcity

Going meta with Meta-Runners in TeamCity We have seen that build runners can be very handy. Even though most build runners can be replaced with an equivalent command using the command-line runner,...

View Article

Image may be NSFW.
Clik here to view.

Going meta with Meta-Runners in TeamCity

Going meta with Meta-Runners in TeamCity Official Reference - https://confluence.jetbrains.com/display/TCD9/Working+with+Meta-Runner   We have seen that build runners can be very handy. Even though...

View Article

Image may be NSFW.
Clik here to view.

Jenkins Troubleshooting

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 techniques...

View Article

Image may be NSFW.
Clik here to view.

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...

View Article


Image may be NSFW.
Clik here to view.

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 specific line using...

View Article

Jenkins Backup and Restore Process

How Do I Backup Jenkins Jobs using Grunt?   Backup Jenkins configuration to S3   bash-backup-script for jenkins‘ job-configs via user-crontab   Backup and restore Jenkins using jenkins plugins  

View Article

Jenkins useful websites reference

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 sanity - Part 2 How to take care of a large...

View Article


Install Jenkins using Docker

Step 1: Installing Docker # apt-get install docker (Ubuntu) # yum install docker  (RHEL/CENTOS)   For more info, please following this...

View Article

Browsing latest articles
Browse All 13 View Live




Latest Images