-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
Currently I need to define the Github oauth2 token twice: once in the Github plugin and another time in the job dsl of this plugin. I would like to have this define once in Jenkins.
Currently I need to define the Github oauth2 token twice: once in the Github plugin and another time in the job dsl of this plugin. I would like to have this define once in Jenkins.
This would add complexity to the implementation. And you can easily use the same credentials in a pipeline. https://jenkins.io/doc/pipeline/steps/credentials-binding/
I dont want to implement this.