You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demonstrates how to push a tag (or branch, etc) to a remote Git
4
-
repository from within a Pipeline job. Currently it only contains an
5
-
example for pushing using username and password to authenticate.
4
+
repository from within a Pipeline job. The authentication step may vary between projects. This example illustrates injected credentials and also username / password authentication.
6
5
7
6
# Note
8
7
8
+
If you inject a credential associated with your Git repo, use the Snippet Generator to select the plain `Git` option and it will return a snippet with this gem:
0 commit comments