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 19:42:32 UTC

maven git commit: o Updated to run the core ITs from the DEPMGMT branch.

Repository: maven
Updated Branches:
  refs/heads/DEPMGMT-IT [created] e86845aa0


o Updated to run the core ITs from the DEPMGMT branch.


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

Branch: refs/heads/DEPMGMT-IT
Commit: e86845aa01c8de41eaa61efdb924c4e3d3378478
Parents: 688bcfb
Author: Christian Schulte <sc...@apache.org>
Authored: Tue Jan 31 20:42:18 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 31 20:42:18 2017 +0100

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


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