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 »
top-10-continuous-integration-tool

Top 10 Continuous Integration Tools | List of Best CI Tools | scmGalaxy

Introduction Your product ideas may be the greatest of all time, but without delivering well and delivering often, it may be extremely hard to keep up with the competition. So…

Read more »
top-10-devops-tools

Top 10 DevOps Tools which is mostly used by DevOps Engineers | DevOpsSchool

Introduction “DevOps” is an emerging model that allows effective collaboration of development and Operations team so that they can build, test, and release software faster and more reliably. Traditionally in…

Read more »
jenkins-remote-access-api-example

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

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

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 »
jenkins-installation-using-docker

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-useful-websites-reference

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 »

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 »
jenkins-java-lang-outofmemoryerror-permgen-space-issues

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

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-training-with-jenkins-maven-ant-svn-git

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-interview-questions

Jenkins Interview Questions and Answers – Part 1

What is continuous integration? Jenkins Continuous integration API features? Advantages of jenkins? Jenkins plugins? Requirements for using Jenkins? Installing Jenkins on Ubuntu and RHEL? Process to take Jenkins backup and…

Read more »
jenkins-training

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 »
jenkins-cli

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 »
jenkins-cli

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 »