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/9c47113f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9c47113f Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/9c47113f Branch: refs/heads/MNG-2199-jenkinsfile Commit: 9c47113f3bf24da9ecf1e2c0ae85ca6b1c3fe537 Parents: a65b71d Author: Christian Schulte <schu...@apache.org> Authored: Sat Jan 21 16:41:45 2017 +0100 Committer: Christian Schulte <schu...@apache.org> Committed: Sat Jan 21 18:59:54 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/9c47113f/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 07ce2e6..64b58a8 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') {