Triggered build does not receive parameters from property files

14 views
Skip to first unread message

Alexandru Băluț

unread,
Apr 19, 2018, 2:06:44 PM4/19/18
to Jenkins Users
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



Reply all
Reply to author
Forward
0 new messages