jenkins: only deploy ruleset and tile
This commit is contained in:
parent
8f6a8201c4
commit
68d1691c79
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pipeline {
|
|||
when { expression { (env.GIT_BRANCH == 'master' && env.GIT_URL.startsWith('https://github.com')) } }
|
||||
steps {
|
||||
withMaven(maven: 'maven', jdk: 'JDK LTS') {
|
||||
sh "${mvn} deploy --activate-profiles release -DskipTests=true"
|
||||
sh "${mvn} deploy -pl ruleset,tile --activate-profiles release -DskipTests=true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue