Skip to content

Commit

Permalink
Jenkinsfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed May 30, 2024
1 parent a9b3e5e commit d9648dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
configFile(fileId: 'org.jenkinsci.plugins.configfiles.custom.CustomConfig1389220396351', variable: 'APPKEYS_TESTFILE')
]) {
sh """
mvn -Denforcer.skip=true -s ${MAVEN_SETTINGS} clean package install deploy -T 1C -Dparallel=classes -DuseUnlimitedThreads=true
mvn -s ${MAVEN_SETTINGS} clean package install deploy -T 1C -Dparallel=classes -DuseUnlimitedThreads=true
-Pgbif-dev,registry-cli-it,secrets-dev -U -Dappkeys.testfile=${APPKEYS_TESTFILE}
-B -pl !registry-cli,!registry-ws
"""
Expand Down

0 comments on commit d9648dd

Please sign in to comment.