We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Jenkins master s2i... https://github.com/CentOS-PaaS-SIG/contra-env-infra/blob/master/jenkins/master/s2i/jenkins-persistent-template.yml#L162 Just wondering if this was intended or just some copy paste code, as it causes all previous data in /var/lib/jenkins to be lost whenever the master restarts. If there is not an argument for it, I'd say we can probably remove it, but if there is a reason to have it, that is fine.
The text was updated successfully, but these errors were encountered:
Good question. Having persistent in the filename makes it confusing at the least. I'll take a look at it.
Sorry, something went wrong.
No branches or pull requests
In the Jenkins master s2i...
https://github.com/CentOS-PaaS-SIG/contra-env-infra/blob/master/jenkins/master/s2i/jenkins-persistent-template.yml#L162
Just wondering if this was intended or just some copy paste code, as it causes all previous data in /var/lib/jenkins to be lost whenever the master restarts. If there is not an argument for it, I'd say we can probably remove it, but if there is a reason to have it, that is fine.
The text was updated successfully, but these errors were encountered: