1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-03-04 15:51:06 +02:00

includeAll в стэшах

This commit is contained in:
Nikita Gryzlov 2020-10-20 09:55:52 +03:00 committed by kuzja086
parent c6b8e7532d
commit 72a53cf493

View File

@ -49,7 +49,7 @@ class InitInfobase implements Serializable {
}
}
steps.stash('init-allure', 'build/out/allure/*', true)
steps.stash('init-cucumber', 'build/out/cucumber/*', true)
steps.stash('init-allure', 'build/out/allure/**', true)
steps.stash('init-cucumber', 'build/out/cucumber/**', true)
}
}