| As a workaround until this is fixed, I went in and manually edited credentials.xml. Here are the steps. First, go and create the Openshift OAuth token (hit OK even though it didn't give you any place to add the actual token). Next, open up credentials.xml and find the entry for the newly created token: <org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl> ... </org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl> The description field will be blank and you can add one here. Then add a tag for <secret></secret> and put the token in there. Finally restart Jenkins. |