Skip to content

Commit

Permalink
add unstash
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Jan 17, 2025
1 parent 161a4f5 commit dc6a160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ru/pulsar/jenkins/library/steps/PublishAllure.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ class PublishAllure implements Serializable {
if (config.stageFlags.smoke && config.smokeTestOptions.publishToAllureReport) {
safeUnstash(SmokeTest.ALLURE_STASH)
}
if (config.stageFlags.syntaxCheck && config.syntaxCheckOptions.publishToAllureReport) {
safeUnstash(SyntaxCheck.ALLURE_STASH)
}

def env = steps.env()

Expand Down

0 comments on commit dc6a160

Please sign in to comment.