Repository: maven Updated Branches: refs/heads/mng-3599 [created] c41459950
[MNG-3599] Test the new version of the integration tests Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c4145995 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c4145995 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c4145995 Branch: refs/heads/mng-3599 Commit: c4145995049cc51928216c7253b01bb8731ba270 Parents: e51fc87 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Wed Jan 11 09:51:14 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Wed Jan 11 09:51:14 2017 +0000 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/c4145995/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 755ecb5..4800896 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-3599' try { node('ubuntu') {