Repository: maven Updated Branches: refs/heads/MNG-5971+MNG-6079-jenkinsfile [created] dd695aeb7
o Updated the Jenkinsfile to run the core ITs from the MNG-5971+MNG-6079 branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dd695aeb Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/dd695aeb Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/dd695aeb Branch: refs/heads/MNG-5971+MNG-6079-jenkinsfile Commit: dd695aeb71c696eb5cd08213ca8138487a702ea7 Parents: b88ce71 Author: Christian Schulte <schu...@apache.org> Authored: Sun Jan 22 00:43:13 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Sun Jan 22 00:43:13 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/dd695aeb/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 07ce2e6..7c24a8a 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-5971+MNG-6079' try { node('ubuntu') {