o Updated to run the core ITs from the DEPMGMT-IMPORT branch.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8aa46b2b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8aa46b2b Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/8aa46b2b Branch: refs/heads/DEPMGMT-IMPORT-IT Commit: 8aa46b2bd495798f67e67dec79a79b49a1e5590e Parents: f0b7871 Author: Christian Schulte <[email protected]> Authored: Tue Jan 31 01:43:32 2017 +0100 Committer: Christian Schulte <[email protected]> Committed: Sun Feb 12 14:53:14 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/8aa46b2b/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5b82d78..138e824 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-IMPORT' try { node('ubuntu') {
