Repository: maven
Updated Branches:
  refs/heads/MNG-2199-jenkinsfile [created] f47f810f4


o Updated to run the core integration tests from the MNG-2199 branch.


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

Branch: refs/heads/MNG-2199-jenkinsfile
Commit: f47f810f4657971ea402fca63f0f230ed59f408b
Parents: 944e080
Author: Christian Schulte <schu...@apache.org>
Authored: Sat Jan 21 16:41:45 2017 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Sat Jan 21 16:41:45 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/f47f810f/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 07ce2e6..64b58a8 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-2199'
 
 try {
 node('ubuntu') {

Reply via email to