o Updated to run the core integration tests from the MNG-2199 branch.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/26ba28c2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/26ba28c2 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/26ba28c2 Branch: refs/heads/MNG-2199-IT Commit: 26ba28c2de1ec4fb47160a9f44916ad2683f93a0 Parents: 13a3a8b Author: Christian Schulte <schu...@apache.org> Authored: Sat Jan 21 16:41:45 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Wed Jan 25 22:18:34 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/26ba28c2/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5b82d78..198914f 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-2199' try { node('ubuntu') {