rht-labs / labs-ci-cd

👻UNMAINTAINED - A collection of Red Hat Open Innovation Labs CI/CD components
Apache License 2.0
101 stars 70 forks source link

Jenkins persistence switch #285

Closed pcarney8 closed 5 years ago

pcarney8 commented 5 years ago

will be testing shortly, this is just going to change the URL, i was hoping to do a validation somewhere for the variable too

@springdo @mcanoy

pcarney8 commented 5 years ago

manual testing passed with @jameshbarton

pcarney8 commented 5 years ago

to test for persistence:

ansible-playbook minimal-ci-install.yml -e ci_cd_namespace=yourname-ci-cd --skip-tags=ci-for-ci

and for ephemeral.

ansible-playbook minimal-ci-install.yml -e ci_cd_namespace=yourname-ci-cd -e jenkins_persistence_type=ephemeral --skip-tags=ci-for-ci

right now, still not validation on jenkins_persistence_type variable