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 and dirk-thomas committed Apr 20, 2018
1 parent d36d993 commit 605115c
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 @@ -80,8 +80,8 @@ def main(argv=None):
'use_fastrtps_default': 'true',
'use_opensplice_default': 'false',
'use_isolated_default': 'true',
'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 605115c

Please sign in to comment.