Skip to content

Commit 0686d71

Browse files
StayerIgor Egorov
authored andcommitted
Fix currentResult
Signed-off-by: Alexey Rodionov <[email protected]>
1 parent feba573 commit 0686d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pipeline {
6464
script {
6565
def wheels = load ".jenkinsci/linux-build-wheels.groovy"
6666
archiveArtifacts artifacts: 'wheelhouse/iroha*.whl', allowEmptyArchive: true
67-
if (currentBuild.result == "SUCCESS") {
67+
if (currentBuild.currentResult == "SUCCESS") {
6868
wheels.publishWheels()
6969
}
7070
}

0 commit comments

Comments
 (0)