o Updated to run the ITs from the DEPMGMT-INCLUDE branch.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9ab55f62 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9ab55f62 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/9ab55f62 Branch: refs/heads/DEPMGMT-INCLUDE-IT Commit: 9ab55f62904cf93241bcd11e2ead4bd2e6973ae9 Parents: a6a13f9 Author: Christian Schulte <[email protected]> Authored: Tue Jan 31 18:22:18 2017 +0100 Committer: Christian Schulte <[email protected]> Committed: Tue Jan 31 18:40:40 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/9ab55f62/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5b82d78..73aac2c 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-INCLUDE' try { node('ubuntu') {
