The first failure was because the Jenkinsfile has been changed to be a bit smarter and certain default parameters were not set as a result. It now resembles the freestyle version of the precommit job in that it supports the ability to turn docker on/off, run a specific issue, run in debug, etc. Related to this:
* Also INFRA-17471 has been closed. Combined with this change, it should means that GitHub PRs are effectively first class citizens as far as getting run on Jenkins. Open a PR and Jenkins should fire off a precommit job almost immediately. * I’ve disabled the yetus-qbt job. The yetus-github-multibranch job not only tests PRs but will also do the post-commit full build, as demonstrated here. If we can get the precommit-admin job to auth back to trigger a Pipeline job, we could remove precommit-yetus-admin too, knocking us down to exactly one job that does it all. > On Dec 30, 2018, at 9:41 AM, Apache Jenkins Server > <[email protected]> wrote: > > For more details, see > https://builds.apache.org/job/yetus-github-multibranch/job/master/25/ > > No changes > > > HTML Version: > https://builds.apache.org/job/yetus-github-multibranch/job/master/25/Yetus_20Report/ > > > > > +1 overall > > > The following subsystems voted -1 but > were configured to be filtered/ignored: > checkstyle rubocop ruby-lint > > > checkstyle: > > > https://builds.apache.org/job/yetus-github-multibranch/job/master/25/artifact/out/diff-checkstyle-root.txt > [24K] > > rubocop: > > > https://builds.apache.org/job/yetus-github-multibranch/job/master/25/artifact/out/diff-patch-rubocop.txt > [4.0K] > > ruby-lint: > > > https://builds.apache.org/job/yetus-github-multibranch/job/master/25/artifact/out/diff-patch-ruby-lint.txt > [4.0K] > > Powered by Apache Yetus 0.9.0-SNAPSHOT http://yetus.apache.org
