Top "Jenkins-2" questions

Jenkins is an extensible continuous integration server.

Jenkins git fetch timeout

I am running Jenkins 2.0 on my Mac OS X Mavericks machine at work. I'm trying to pull down a repository …

git jenkins jenkins-2
Jenkins: Trigger Multi-branch pipeline on upstream change

I am currently testing the pipeline approach of Jenkins 2.0 to see if it works for the build environment I am …

jenkins jenkins-workflow jenkins-2 jenkinsfile
Compare Spinnaker with Jenkins 2.0 as a continuous delivery tool

As we know, Jenkins 2.0 has been released, and it is extending beyond just continuous integration (CI) to continuous delivery (CD). …

jenkins jenkins-pipeline jenkins-2 spinnaker
Cannot use readMavenPom in Jenkinsfile

I am working on a Jenkinsfile for use with Jenkins 2.0. The readMavenPom method is not recognized. Is there some configuration …

jenkins jenkins-workflow jenkins-2
Maven installation settings not showing in Jenkins

I have just installed Jenkins 2.6 (as a fresh install) but I can't seem to find the Maven installation options. Previously …

maven jenkins jenkins-plugins jenkins-2
installing node on jenkins 2.0 using the pipeline plugin

I am running the following docker image jenkinsci/jenkins:2.0-rc-1 to try out jenkins 2.0, and the "pipeline" view. I can't …

node.js groovy jenkins-pipeline jenkins-2
How to set github commit status with Jenkinsfile NOT using a pull request builder

We have Jenkins 2 set to build every push to github, and we do not use the Pull Request builder (although …

github jenkins jenkins-pipeline jenkins-2
Get previous build result

I want to emulate the original Jenkins behaviour of doing stuff (like sending out notifications) when builds become unstable / fail …

jenkins-pipeline jenkins-2
Manual post-build action missing in jenkins 2.0

This option was available when I was on jenkins 1.65. Today I moved to jenkins 2.0 with a fresh install on a …

jenkins jenkins-2
how to use publish over ssh on Jenkinsfile and scp using groovy SDL on Jenkinsfile?

java.lang.NoSuchMethodError: No such DSL method 'publishOverSsh' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, dockerFingerprintFrom, dockerFingerprintRun, …

jenkins jenkins-2