summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-16 17:16:54 +0100
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-16 17:17:18 +0100
commitc2eb16d57b25916d988377bad8145f5aadab7613 (patch)
tree20a14cce3dde58be00932fded48d4c95b1094de2 /jjb
parent53e40c35a5a319e1ca47669702edd275e31fd72b (diff)
Adding docker-login action for golang templates
Issue-ID: POLICY-5167 Change-Id: Ibe519c7901e4419167cd14a92bf970ff6fc59ff5 Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-golang.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml
index 29b19d9cb..9d5e995fd 100644
--- a/jjb/global-templates-golang.yaml
+++ b/jjb/global-templates-golang.yaml
@@ -132,6 +132,7 @@
- provide-maven-settings:
global-settings-file: "global-settings"
settings-file: "{mvn-settings}"
+ - docker-login
- shell: |
#!/bin/bash
cd $WORKSPACE/{path}