mirror of https://github.com/apache/maven.git
switch to embedded core ITs run for faster result
This commit is contained in:
parent
ad514f5cb5
commit
94c3b600ec
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue