We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9076998 commit bd9870bCopy full SHA for bd9870b
Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
32
when { buildingTag(); not { changeRequest() } }
33
steps {
34
script {
35
- target = "deploy -P release -P rpm --settings settings.xml"
+ target = "deploy -P release --settings settings.xml"
36
}
37
sh 'gpg --batch --import arpnetworking.key'
38
0 commit comments