mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-04 10:34:42 +02:00
Merge pull request #71 from ovcharenko-di/fix/smoke-allure
This commit is contained in:
commit
e1741f5078
@ -23,7 +23,7 @@ class PublishAllure implements Serializable {
|
||||
|
||||
safeUnstash('init-allure')
|
||||
safeUnstash('bdd-allure')
|
||||
if (config.smokeTestOptions.publishToAllureReport) {
|
||||
if (config.stageFlags.smoke && config.smokeTestOptions.publishToAllureReport) {
|
||||
safeUnstash(SmokeTest.SMOKE_ALLURE_STASH)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user