continuous integration - [Jenkins]Why User-Defined axis doesn't work with slaves -
i created multi-configuration project running couple of automation tests. have user-defined axis running on single node , want parallelize process.
i have following configuration:
my problem both jobs running 1 same node. @ first wil start "eu_washroom" , "eu_linen".
"eu_linen" not running on 5th(jenkinsqft5) node, instead running on 4, disregarding combination filter(qf_script_name == "eu_linen" && slave=="jenkins-qft5"
). @ end of name of job, name of node added.
is bug or doing wrong? i'm using jenkins version 1.598
edit: deleted combination filter , 4 combinations running on single node. both nodes set usage: "utilize node as possible"
edit #2: deleted user-defined axis, , let slave-axis , acts same. console of job should ran on jenkins-qft5: building remotely on jenkins-qft4 in workspace c:\jenkinsslave\lib\workspace\8.03.08-qf-tests\testparalelfor8\jenkins-qft5
in jenkins ver. 2.5 working well.
Comments
Post a Comment