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
d983c964
Commit
d983c964
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Remove jenkins user permissions
parent
28768bfc
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
+0
-6
ansible/roles/offline-installer/tasks/main.yml
with
0 additions
and
6 deletions
+0
-6
ansible/roles/offline-installer/tasks/main.yml
+
0
−
6
View file @
d983c964
...
...
@@ -4,8 +4,6 @@
src
:
"
{{item}}.j2"
dest
:
"
{{offline_repo_location}}/offline-installer-repo/src/{{item}}"
mode
:
'
0755'
owner
:
jenkins
group
:
jenkins
with_items
:
-
env.json
when
:
uploadInstaller is not defined
...
...
@@ -15,8 +13,6 @@
src
:
"
{{item}}.j2"
dest
:
"
{{offline_repo_location}}/offline-installer-repo/{{item}}"
mode
:
'
0755'
owner
:
jenkins
group
:
jenkins
with_items
:
-
setupOfflineInstaller.sh
-
build.sh
...
...
@@ -27,8 +23,6 @@
file
:
path
:
"
{{offline_repo_location}}/offline-installer-repo/offline_artifacts/{{build_number}}"
state
:
directory
owner
:
jenkins
group
:
jenkins
recurse
:
yes
when
:
uploadInstaller is not defined
...
...
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