Hi Eric
the syntax is something like
ArrayList yourparamaters=new ArrayList();
yourparamaters.add(new hudson.model.StringParameterValue('PARAM','123'));
build job: 'yourJobNameToBuild', parameters: yourparamaters
you can also shorthand this if you don't need to re-use the same parameters
bui
Resending with correct subject
-Ursprüngliche Nachricht-
Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]
Im Auftrag von Eric Engel
Gesendet: Donnerstag, 20. November 2014 16:33
An: jenkinsci-users@googlegroups.com
Betreff: AW: Last Success shows unexpected