You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/11 09:51:23 UTC

maven git commit: [MNG-3599] Test the new version of the integration tests

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 <st...@gmail.com>
Authored: Wed Jan 11 09:51:14 2017 +0000
Committer: Stephen Connolly <st...@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') {