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/27 22:42:28 UTC

[4/4] maven git commit: o Updated to run the core integration tests from the MNG-2199 branch.

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/7ae42d7b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7ae42d7b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7ae42d7b

Branch: refs/heads/MNG-2199-IT
Commit: 7ae42d7b23b82c771a496024e5dda5240273e78e
Parents: 99e2287
Author: Christian Schulte <sc...@apache.org>
Authored: Sat Jan 21 16:41:45 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Fri Jan 27 23:42:10 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/7ae42d7b/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b82d78..198914f 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') {