-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I would like to use the built-in jenkins-cli for our automation towards Jenkins.
However, we are using the Openshift OAuth login integration. For this to work, we need to use the Openshift token as Bearer to be able to login, but jenkins-cli always creates Basic value in the auth header.
I.e. we would like to do something as the following ("oc" is the Openshift client):
oc login https://ose-console.cluster TOKEN=$(oc whoami -t) JENKINS_URL=https://jenkins.in.ose.cluster java -jar jenkins-cli.jar -auth $TOKEN help build