You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/05/01 14:43:31 UTC

[13/27] maven git commit: switch to embedded core ITs run for faster result

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/MNG-6069
Commit: 94c3b600ec3290cda98a66c108ff021b7c4c482e
Parents: ad514f5
Author: Herv� Boutemy <hb...@apache.org>
Authored: Fri Mar 24 03:28:59 2017 +0100
Committer: Herv� Boutemy <hb...@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 {