You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Angelika Ehlers edited this page Oct 25, 2017
·
17 revisions
Issue:
New Jenkins Image to use
Solution:
Jenkins 2 (== Jenkins 2.46)
Steps:
Two ways to do it.
First way:
Update Jenkins image in GUI to jenkins:2
Update YAML: remove image reference (set to '')
Second way:
1.) Edit YAML file and set Image reference and trigger
Issue:
Use Jenkins image with OAUTH
Solution:
Step 1:
Deleted ALL the jenkins objects from the config
Route
service
endpoint
replication controllers
pvc
role binding
service account
...
Via commandline (oc) you can delete most of the objects:
oc describe dc jenkins-pipeline-svc|more (look for the label with template=)
oc delete all -l template= -n
Go to UI and verify all jenkins objects are gone. Remove whats left behind.
Step 2:
Add to project
Select Continuous Integration & Deployment
Select BC Gov Pathfinder Jenkins (Persistent)