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
3597c60c
Commit
3597c60c
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
changing permissions to jenkins
parent
6f2a67d2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/offline-installer/tasks/main.yml
+6
-0
ansible/roles/offline-installer/tasks/main.yml
with
6 additions
and
0 deletions
+6
-0
ansible/roles/offline-installer/tasks/main.yml
+
6
−
0
View file @
3597c60c
...
...
@@ -4,6 +4,8 @@
src
:
"
{{item}}.j2"
dest
:
"
{{offline_repo_location}}/offline-installer-repo/src/{{item}}"
mode
:
'
0755'
owner
:
jenkins
group
:
jenkins
with_items
:
-
env.json
...
...
@@ -12,6 +14,8 @@
src
:
"
{{item}}.j2"
dest
:
"
{{offline_repo_location}}/offline-installer-repo/{{item}}"
mode
:
'
0755'
owner
:
jenkins
group
:
jenkins
with_items
:
-
setupOfflineInstaller.sh
-
build.sh
...
...
@@ -21,6 +25,8 @@
file
:
path
:
"
{{offline_repo_location}}/offline-installer-repo/offline_artifacts/{{build_number}}"
state
:
directory
owner
:
jenkins
group
:
jenkins
recurse
:
yes
-
name
:
upload to azure
...
...
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