Commit/push with VCS root credentials
Answered
Is it possible to commit and/or push with Git in a build step using the same credentials used by the VCS root in that build configuration? I'm trying to avoid having to enter the password a second time (as a build parameter, in a addition to a VCS root parameter) and would like to avoid managing private keys on the agents if possible.
Thanks!
Jeff
Please sign in to leave a comment.
Hello Jeff,
You can create one configuration typed parameter to store password and use it VCS root settings and in the build step. Will it work for you?