Skip to content

Commit

Permalink
place event handlers before (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Apr 20, 2018
1 parent 4030b51 commit 0bb2ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def main(argv=None):
'use_osrf_connext_debs_default': 'false',
'use_fastrtps_default': 'true',
'use_opensplice_default': 'false',
'build_args_default': '--cmake-args " -DSECURITY=ON" --event-handler console_cohesion+',
'test_args_default': '--retest-until-pass 10 --event-handler console_cohesion+',
'build_args_default': '--event-handler console_cohesion+ --cmake-args " -DSECURITY=ON"',
'test_args_default': '--event-handler console_cohesion+ --retest-until-pass 10',
'enable_c_coverage_default': 'false',
'dont_notify_every_unstable_build': 'false',
'turtlebot_demo': False,
Expand Down

0 comments on commit 0bb2ae3

Please sign in to comment.