Skip to content

Commit 9034e4a

Browse files
committed
ci: fix issue with pipeline failing when build is set to unstable earlier
1 parent 6d6e740 commit 9034e4a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vars/runJenkinsPipeline.groovy

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,16 +430,14 @@ def call(){
430430
label: 'Package',
431431
script: 'uv build'
432432
)
433-
}
434-
}
435-
post {
436-
success {
437433
archiveArtifacts(
438434
artifacts: 'dist/*.whl,dist/*.tar.gz,dist/*.zip',
439435
fingerprint: true
440436
)
441437
stash includes: 'dist/*.whl,dist/*.tar.gz,dist/*.zip', name: 'PYTHON_PACKAGES'
442438
}
439+
}
440+
post {
443441
cleanup{
444442
cleanWs(
445443
deleteDirs: true,

0 commit comments

Comments
 (0)