We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe60a6 commit 785b26dCopy full SHA for 785b26d
Jenkinsfile_release
@@ -25,7 +25,7 @@ pipeline {
25
stage("Maven Release") {
26
steps {
27
container('maven') {
28
- mavenRelease()
+ mavenBuild()
29
}
30
31
0 commit comments