Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 11, 2024
1 parent 118a539 commit 1320428
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 @@ -245,7 +245,7 @@ stage('Default build') {
return
}
runBuildOnNode {
withMavenWorkspace(mavenSettingsConfig: deploySnapshot ? helper.configuration.file.deployment.maven.settingsId : null) {
withMavenWorkspace(mavenSettingsFilePath: '.github/mvn-settings.xml') {
mvn """ \
clean \
--fail-at-end \
Expand Down

0 comments on commit 1320428

Please sign in to comment.