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 17:13:05 UTC

[14/14] maven git commit: o Updated to run the ITs from the DEPMGMT-INCLUDE branch.

o Updated to run the ITs from the DEPMGMT-INCLUDE branch.


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

Branch: refs/heads/DEPMGMT-INCLUDE
Commit: f6e3813d00ff24b5687cf554be4ed63464ed12fe
Parents: 17f8a3f
Author: Christian Schulte <sc...@apache.org>
Authored: Tue Jan 31 03:54:52 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 31 18:12:23 2017 +0100

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


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