[Trello link|https://trello.com/c/P7cUPdWH]
App metrics operator Github repo: https://github.com/aerogear/app-metrics-operator
*How*
1. Create Jenkins job on https://mobile-jenkins.rhev-ci-vms.eng.rdu2.redhat.com, similar to the CI job for [unifiedpush-operator|https://mobile-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/unifiedpush-operator/] 2. Create Jenkinsfile in [app metrics operator repository|https://github.com/aerogear/app-metrics-operator] - again, you can take a look at [unifiedpush-operator jenkinsfile|https://github.com/aerogear/unifiedpush-operator/blob/master/Jenkinsfile] as a reference 3. Don't include [tests|https://github.com/aerogear/unifiedpush-operator/blob/master/Jenkinsfile#L101-L131] for now - it will be done as a part of [this ticket|https://issues.jboss.org/browse/AEROGEAR-9185] 4. Push the new Jenkinsfile to your branch in [app-metrics-operator repo|https://github.com/aerogear/app-metrics-operator] and create a PR 5. Wait for a few minutes and the Jenkins job you've created earlier should pick-up the new PR and run tests (make sure the check box for "Periodically if not otherwise run" option is checked and set for 1 minute interval - see [unifiedpush-operator jenkins job|https://mobile-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/unifiedpush-operator/configure] as a reference) |
|