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/31 03:02:49 UTC

[50/50] maven git commit: o Updated to run the core ITs from the MNG-5359 branch.

o Updated to run the core ITs from the MNG-5359 branch.


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

Branch: refs/heads/MNG-5359-IT
Commit: 5bc21abda7d82bbb63c089ade006c40702e145f4
Parents: 72c6051
Author: Christian Schulte <sc...@apache.org>
Authored: Sat Jan 21 19:35:54 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 31 04:01:36 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/5bc21abd/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b82d78..04747ac 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-5359'
 
 try {
 node('ubuntu') {