Repository: maven Updated Branches: refs/heads/MNG-5600-IT [created] 640508698
o Updated the Jenkinsfile to run the core ITs from the MNG-5600 branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/64050869 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/64050869 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/64050869 Branch: refs/heads/MNG-5600-IT Commit: 640508698e444b85096c76c99b78b6cb637ec2bc Parents: 4bdb18b Author: Christian Schulte <schu...@apache.org> Authored: Sun Jan 22 01:51:03 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Sun Jan 22 01:51:03 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/64050869/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 07ce2e6..f45d45b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) -def itBranch='master' +def itBranch='MNG-5600' try { node('ubuntu') {