Repository: maven Updated Branches: refs/heads/MNG-5958-jenkinsfile [created] 2ce9e5ea8
Updated to use the MNG-5958 IT branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2ce9e5ea Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2ce9e5ea Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2ce9e5ea Branch: refs/heads/MNG-5958-jenkinsfile Commit: 2ce9e5ea8032031845f66484c50440b566e5a4c5 Parents: 71ada08 Author: Christian Schulte <schu...@apache.org> Authored: Fri Jan 20 21:42:14 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Fri Jan 20 21:42:14 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/2ce9e5ea/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 755ecb5..0bc380a 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-5958' try { node('ubuntu') {