-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: workflow-api-plugin
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" }
Â