Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
aa342c9a
Commit
aa342c9a
authored
5 years ago
by
harshavardhanc
Browse files
Options
Download
Patches
Plain Diff
Issue #00 fix: player custom build
parent
a240d944
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pipelines/upload/docker/Jenkinsfile
+1
-1
pipelines/upload/docker/Jenkinsfile
with
1 addition
and
1 deletion
+1
-1
pipelines/upload/docker/Jenkinsfile
+
1
−
1
View file @
aa342c9a
...
...
@@ -11,7 +11,7 @@ node(){
if
(
params
.
artifact_source
==
"ArtifactRepo"
)
{
currentWs
=
sh
(
returnStdout:
true
,
script:
'pwd'
).
trim
()
ansiblePlaybook
=
"$currentWs/ansible/docker_image_push.yml"
ansibleExtraArgs
=
"--extra-vars \"hub_org=${hub_org} image_name=${values.image_name} image_tag=${values.image_tag}\" --vault-password-file /var/lib/jenkins/secrets/vault-pass"
ansibleExtraArgs
=
"--extra-vars \"hub_org=${hub_org} image_name=${values.image_name} image_tag=${values.image_tag}
tenant_tag=${values.tenant_tag}
\" --vault-password-file /var/lib/jenkins/secrets/vault-pass"
values
.
put
(
'currentWs'
,
currentWs
)
values
.
put
(
'ansiblePlaybook'
,
ansiblePlaybook
)
values
.
put
(
'ansibleExtraArgs'
,
ansibleExtraArgs
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets