-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
switch to generated password for jenkins service #10163
Conversation
72acf08
to
ed43f4d
Compare
On Tue, Aug 2, 2016 at 11:11 AM, Ben Parees [email protected]
And what are we going to do about that...
|
@@ -68,8 +68,10 @@ Steps | |||
6. Create the sample application configuration | |||
|
|||
$ oc new-app application-template.json | |||
|
|||
Note the generated password (JENKINS_PASSWORD) reported in the new-app output, you will need it to login to Jenkins. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should you include directions on how to get it if creating from the web console?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will update.
Not related to this pull, but I instantiated Jenkins from the template and I wanted to delete it ... I've gotten used to just doing 'oc delete all -l app=blah' to delete anything, but I didn't see a common app label in the stuff created by the template |
ed43f4d
to
fdd1e94
Compare
I have no idea :/ |
@csrwng it's got a common label of "template=jenkins-ephemeral-template", you don't see that? however i'm going to change it to jenkins-pipelinetemplate. |
fdd1e94
to
2889b38
Compare
} | ||
], | ||
"labels": { | ||
"template": "jenkins-ephemeral-template" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh, yes, sorry I was describing the dc and looking at the wrong field. Works for me.
2889b38
to
47fc874
Compare
"creationTimestamp": null | ||
}, | ||
"spec": { | ||
"host": "www.example.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM |
[merge] |
47fc874
to
a23e6c8
Compare
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7480/) (Image: devenv-rhel7_4747) |
Evaluated for origin merge up to a23e6c8 |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to a23e6c8 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7447/) |
No description provided.