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/dbc9893c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/dbc9893c Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/dbc9893c Branch: refs/heads/MNG-5971+MNG-6079-jenkinsfile Commit: dbc9893c37ce0e498ea3bc464924e632764b1bb5 Parents: 4c33ef3 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:53:20 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/dbc9893c/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') {