1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

revert catchError

This commit is contained in:
Dima
2024-11-30 12:53:10 +03:00
parent e8e3db5a59
commit 77130fb70d

View File

@@ -3,8 +3,9 @@ import ru.pulsar.jenkins.library.steps.GetExtensions
def call() {
unstash '1Cv8.1CD.zip'
unzip dir: 'build/ib', zipFile: '1Cv8.1CD.zip'
catchError {
// extensions are optional
try {
unstash GetExtensions.EXTENSIONS_STASH
} catch (Exception e) {
echo e.toString()
}
}