WikiReleaseTeam/Troubleshooting
Appearance
Jenkins
[edit]Rerun a job
[edit]In case you need to rerun a job, there are two options.
- Log in to Jenkins, go to the build page and click on "Rebuild". You can change build parameters before the rebuild starts.
- Remove and re-add the tag that triggers the job:
git tag -d 1.23.0 git push origin :refs/tags/1.23.0
and then re-add the tag
Stable release build fails
[edit]A reason might be a bad OLDREV value. In that case, trigger a rebuild and change the value of OLDREV to the commit id of the last tag.
No patch files
[edit]There are no patch files with stable releases (1.XX.0).
Gerrit
[edit]Jenkins tests fail
[edit]Sometimes, the parser tests fail without an obvious reason, e.g. when changing the version number. In order to rerun the test, just add a comment with "recheck".