Skip to content

Commit

Permalink
optional extensions unstash
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 29, 2024
1 parent 82bf436 commit ce92f8f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vars/unzipInfobase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ import ru.pulsar.jenkins.library.steps.GetExtensions
def call() {
unstash '1Cv8.1CD.zip'
unzip dir: 'build/ib', zipFile: '1Cv8.1CD.zip'
try {
unstash GetExtensions.EXTENSIONS_STASH
} catch (Exception e) {
echo e.toString()
}
}
unstash name: GetExtensions.EXTENSIONS_STASH, optional: true
}

0 comments on commit ce92f8f

Please sign in to comment.