You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question is how to test this.
I admit there is one way: generate the files with parameters injected, but .... is it really the only way?
The text was updated successfully, but these errors were encountered:
Pymann
changed the title
[question] There is any chance to inject parameters to executed jobdsl
[question] There is any chance to inject parameters to executed jobdsl?
Jan 12, 2024
you know we have scripted pipeline step:
jobDsl targets: ["folders.groovy", value.PL_JOBTEMPLATE].join('\n'),
removedJobAction: 'IGNORE',
removedViewAction: 'IGNORE',
lookupStrategy: 'JENKINS_ROOT',
additionalParameters: [prm: value, bridge: jobtpl.prepare_const(value)]
Question is how to test this.
I admit there is one way: generate the files with parameters injected, but .... is it really the only way?
The text was updated successfully, but these errors were encountered: