Repository: maven Updated Branches: refs/heads/MNG-5359-IT [created] fb392fa39
o Updated to run the core ITs from the MNG-5359 branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fb392fa3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fb392fa3 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fb392fa3 Branch: refs/heads/MNG-5359-IT Commit: fb392fa39db04b59bb7364d67c47f7ee10bdaf88 Parents: b20e920 Author: Christian Schulte <schu...@apache.org> Authored: Sat Jan 21 19:35:54 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Sat Jan 21 19:35:54 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/fb392fa3/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 07ce2e6..20c996b 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-5359' try { node('ubuntu') {