jenkins triggers release build on changes in master

Issue #1705 closed
Frank Löffler created an issue

Something is off with triggering EinsteinRelease builds. An example was that a build was triggered by c4177ef in EinsteinEvolve, but that didn't happen on the release branch: https://build.barrywardell.net/job/EinsteinToolkitReleased/69/changes#detail0

Keyword:

Comments (2)

  1. Ian Hinder
    • changed status to resolved
    • removed comment

    Thanks for spotting this. It turns out that I had set up the release branch of the super-repository wrongly. The initial version was using the release, but I hadn't added the release branches to the .gitmodules file, so every update was coming from master! I have now added the branch information, so the super-repo release branch is actually tracking the release. Looking at the latest Jenkins build log, it appears to have done the right thing.

  2. Log in to comment