fabric8-services / fabric8-jenkins-idler

OpenShift.io service to idle resp.unidle Jenkins instances
Apache License 2.0
4 stars 15 forks source link

Issue #221 Build on RHEL #209

Closed jmelis closed 6 years ago

jmelis commented 6 years ago

Enable build on RHEL if TARGET=rhel.

The cico environment will continue to build the CentOS based container and in a second step it will build and push a RHEL based container. As of now, the CentOS containers will be the ones being deployed to prod-preview and prod.

This PR will remain as a WIP until this PR is merged and validated: https://github.com/fabric8-services/fabric8-auth/pull/432

chmouel commented 6 years ago

Thanks Jaime, We have some requirements on how to commit on idler/proxy, you need to open an issue about it first and referencing in your commit like this:

Issue #issuenumber Blah blah blah

See the regexp for the exact wording,

jmelis commented 6 years ago

Thanks @chmouel, I changed the commit message and the PR title.

jmelis commented 6 years ago

@chmouel can you please review and merge?