You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/13 11:07:21 UTC

maven git commit: [MNG-6155] Experimental alternative fix

Repository: maven
Updated Branches:
  refs/heads/mng-6155 [created] dae115683


[MNG-6155] Experimental alternative fix


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

Branch: refs/heads/mng-6155
Commit: dae1156833c5dc0bcd692ec88e215549199cc015
Parents: a83296d
Author: Stephen Connolly <st...@gmail.com>
Authored: Fri Jan 13 11:07:13 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Fri Jan 13 11:07:13 2017 +0000

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


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