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/21 21:42:01 UTC

maven git commit: o Updated the Jenkinsfile to run the core ITs from the MNG-5227+MNG-5935 branch.

Repository: maven
Updated Branches:
  refs/heads/MNG-5227+MNG-5935-jenkinsfile [created] 1a2237669


o Updated the Jenkinsfile to run the core ITs from the MNG-5227+MNG-5935 branch.


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

Branch: refs/heads/MNG-5227+MNG-5935-jenkinsfile
Commit: 1a223766937a4b36745bf3b0468891c336d55bce
Parents: f3ee0b6
Author: Christian Schulte <sc...@apache.org>
Authored: Sat Jan 21 22:40:53 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Sat Jan 21 22:40:53 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/1a223766/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 07ce2e6..9c90b3f 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-5227+MNG-5935'
 
 try {
 node('ubuntu') {