Skip to content

Commit e20e9b0

Browse files
committed
Update status from build binary
1 parent 7a70276 commit e20e9b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ pipeline {
8383
}
8484
steps {
8585
script {
86-
if (officialReleaseFileFound == 0) {
87-
echo('Using built simple-relmgt...')
88-
releaseStatus = sh(script: releaseCmdPath + ' check', returnStatus: true)
89-
}
86+
echo('Using built simple-relmgt...')
87+
releaseStatus = sh(script: releaseCmdPath + ' check', returnStatus: true)
9088
}
9189
}
9290
}

0 commit comments

Comments
 (0)