Adding pagure PR test status updates
Bit of a chicken and egg problem with this one, but when this is merged It'll run the tests on every PR and update these PRs with links to test results. (see https://pagure.io/greenwave/pull-request/267 )
@jkaluza, wdyt?
This is the same thing @jmolet's been doing for waiverdb and greenwave. It will produce a container image for each PR in the freshmaker-build job.
@ralph: hm, this also means the image will be deployed in upshift freshmaker-dev with our current configuration right?
Ah, no. Because it only tags the image as latest if (git_branch == 'master') { in the Jenkinsfile. (that was on purpose, anticipating this feature)
if (git_branch == 'master') {
Jenkinsfile
Let's see what it does :).
Commit d357dd25 fixes this pull-request
Pull-Request has been merged by jkaluza
\ó/
Adding pagure PR test status updates