Commit 3597c60c authored by S M Y's avatar S M Y
Browse files

changing permissions to jenkins

parent 6f2a67d2
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment