I set up job A which has a single *Trigger/call builds on other projects *build step which *For every property file, invoke one build* of job B. The *File Pattern* is /var/lib/jenkins/cases/*
Job B is started as expected, but the DATASET parameter is not passed through even though it's specified in the property file and job B has the DATASET string parameter. DATASET is passed fine if I specify it in a list of *Predefined parameters*, but not when it's in a property file. Any idea why? jenkins@instance-eval-jenkins:~$ ls -l /var/lib/jenkins/cases/ total 4 -rw-r--r-- 1 jenkins jenkins 12 Apr 19 13:08 a jenkins@instance-eval-jenkins:~$ cat /var/lib/jenkins/cases/a DATASET=svo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5f83345b-8615-4ce3-8846-105876f3cc87%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
