RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

Jenkinsfile: Conditional trigger for nightlies #71

Closed MrKevinWeiss closed 4 years ago

MrKevinWeiss commented 4 years ago

It seems that the trigger apply to every branch causing really long build times. This should only run nightly and not all branches.

This is a workaround since declarative pipeline do not allow for conditional triggers so the script functionality must be called.

It starts a cron job to build at 1am every morning with RIOT master.

MrKevinWeiss commented 4 years ago

Thanks for the review!