jenkinsbuildtriggerspipelinerational-team-concert

Jenkins job triggered by commit on specific stream in RTC


I would like my jenkins job to activate as soon as I commit to a specific stream on RTC (or my workspace). Currently I can do this on any commit I do on RTC using the "Build Trigger -> section Poll the source code management system "but I can only specify the polling time, not the stream or the rtc workspace to monitor. thank you


Solution

  • For a Jenkins job to be triggered by new commits on a repository workspace, or delivered to a stream:

    To set up a continuous integration build, set the build schedule to run at an interval, such as every 5 minutes, and ensure that the Build only if there are changes accepted option is selected.
    If no changes are accepted when the scheduled build runs, the build is deleted.

    That means: