Hello -
I'm using the Credentials Plugin to manage jenkin's access to git. This works fine and integrates well with the Jenkins Git Plugin.
However, I'm running an sbt build that uses the sbt-release plugin to add commits, tag, and push those changes to the origin repo. I have this setup as an "Execute Shell" build step. My problem is getting the sbt build to leverage the Credentials Plugin.
Feels like the right path is to use the Credentials Binding Plugin which allows you to inject the credentials as environment variables. But, I haven't been able to progress any further. Anyone already do this?
Thanks,
Mike