switch to embedded core ITs run for faster result Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/94c3b600 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/94c3b600 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/94c3b600
Branch: refs/heads/master Commit: 94c3b600ec3290cda98a66c108ff021b7c4c482e Parents: ad514f5 Author: Hervé Boutemy <hbout...@apache.org> Authored: Fri Mar 24 03:28:59 2017 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Tue Mar 28 08:04:16 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/94c3b600/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 0dae3a3..be4485c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) def tests -def CORE_IT_PROFILES='run-its' +def CORE_IT_PROFILES='run-its,embedded' try {