Skip to content

Commit

Permalink
disable snapshots in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stastny committed Apr 1, 2021
1 parent 4062428 commit 9d511dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ void checkoutOptaplannerRepo() {
MavenCommand getMavenCommand(String directory, boolean addQuarkusVersion=true, boolean canNative = false) {
mvnCmd = new MavenCommand(this, ['-fae'])
.withSettingsXmlId('kogito_release_settings')
.withSnapshotsDisabledInSettings()
// add timestamp to Maven logs
.withOptions(['-Dorg.slf4j.simpleLogger.showDateTime=true', '-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS'])
.inDirectory(directory)
Expand Down

0 comments on commit 9d511dc

Please sign in to comment.