You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/01/25 22:42:18 UTC

[34/34] maven git commit: Updated to use the MNG-5958 IT branch.

Updated to use the MNG-5958 IT branch.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6c0eb20d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6c0eb20d
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6c0eb20d

Branch: refs/heads/MNG-5958-IT
Commit: 6c0eb20dc19e77485505a61be60ef1785e507718
Parents: 1cdd0c2
Author: Christian Schulte <sc...@apache.org>
Authored: Fri Jan 20 21:42:14 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Wed Jan 25 23:41:02 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/6c0eb20d/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b82d78..4cdecfa 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-5958'
 
 try {
 node('ubuntu') {