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