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 feba573 commit 0686d71Copy full SHA for 0686d71
Jenkinsfile
@@ -64,7 +64,7 @@ pipeline {
64
script {
65
def wheels = load ".jenkinsci/linux-build-wheels.groovy"
66
archiveArtifacts artifacts: 'wheelhouse/iroha*.whl', allowEmptyArchive: true
67
- if (currentBuild.result == "SUCCESS") {
+ if (currentBuild.currentResult == "SUCCESS") {
68
wheels.publishWheels()
69
}
70
0 commit comments