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 00:43:55 UTC

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

Repository: maven
Updated Branches:
  refs/heads/DEPMGMT-IMPORT-IT [created] 44e1e892b


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


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

Branch: refs/heads/DEPMGMT-IMPORT-IT
Commit: 44e1e892b6009bac05be9c71afbccff1b7662adb
Parents: ab0869f
Author: Christian Schulte <sc...@apache.org>
Authored: Tue Jan 31 01:43:32 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue Jan 31 01:43:32 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/44e1e892/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b82d78..138e824 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-IMPORT'
 
 try {
 node('ubuntu') {