Skip to content

Commit

Permalink
fix label name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Nov 7, 2016
1 parent 54e9b76 commit 78211f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main(argv=None):
job_name = job_name[0:-5]
job_data['time_trigger_spec'] = '0 12 * * *'
job_data['cmake_build_type'] = 'None'
job_data['ament_test_args_default'] = '--retest-until-fail 20 -LE lint'
job_data['ament_test_args_default'] = '--retest-until-fail 20 -LE linter'
job_config = expand_template('ci_job.xml.template', job_data)
configure_job(jenkins, job_name, job_config, **jenkins_kwargs)

Expand Down

0 comments on commit 78211f1

Please sign in to comment.