mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
fix: add stash for pipeline custom defaults (#1381)
This commit is contained in:
@@ -43,6 +43,8 @@ void call(Map parameters = [:]) {
|
||||
writeFile file: ".pipeline/${cd}", text: libraryResource(cd)
|
||||
}
|
||||
|
||||
stash name: 'pipelineConfigAndTests', includes: '.pipeline/**', allowEmpty: true
|
||||
|
||||
String configFile = parameters.get('configFile')
|
||||
|
||||
loadConfigurationFromFile(script, configFile)
|
||||
|
||||
Reference in New Issue
Block a user