-
Improvement
-
Resolution: Unresolved
-
Minor
In scripted pipelines, it will be verry welcome to have access to some kind of mapping/list (like env) for stashes.
This is because I want to improve my dynamic stashing of files
verry small example
if(stash.debugbuild) { unstash "debugbuild" } else { unstash "releasebuild" }