Skip to content

Commit

Permalink
Do not sign in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jul 28, 2024
1 parent bce4a1a commit 9417806
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 @@ -30,7 +30,7 @@ pipeline {
jdk 'temurin-jdk21-latest'
}
steps {
sh './mvnw -V -B -P staging -P dash-licenses -f mq/main clean install -Dbuild.letter=j -Dbuild.number=${BRANCH_NAME}/${GIT_COMMIT}/${BUILD_NUMBER} -P cbi-jarsign'
sh './mvnw -V -B -P staging -P dash-licenses -f mq/main clean install -Dbuild.letter=j -Dbuild.number=${BRANCH_NAME}/${GIT_COMMIT}/${BUILD_NUMBER}'
sh './mvnw -B -P staging -f mq/distribution source:jar install'
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
dir('mq/dist/bundles') {
Expand Down

0 comments on commit 9417806

Please sign in to comment.