summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-03-22 15:13:33 +0530
committerNigel Babu <nigelb@redhat.com>2017-04-05 09:42:48 -0400
commitebaf7e7fc475b03bd60e59bd8246f4964c786802 (patch)
tree8394f29d4c792940354cb856b617bee292488898 /build-gluster-org
parente635ecafb0a2efc859d319f2e4d8dbb4f2e0c361 (diff)
Remove the hacky post-commit clean up for rpms
This has been fixed with acls and sticky bit permissions on the parent folder. Change-Id: I9a40c23c77cf7ed3ca228d248f6191da75e1de44
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/jobs/glusterfs-devrpms.yml6
-rw-r--r--build-gluster-org/jobs/glusterfs-rpms.yml6
-rw-r--r--build-gluster-org/jobs/strfmt_errors.yml6
3 files changed, 0 insertions, 18 deletions
diff --git a/build-gluster-org/jobs/glusterfs-devrpms.yml b/build-gluster-org/jobs/glusterfs-devrpms.yml
index ec72bf5..d875756 100644
--- a/build-gluster-org/jobs/glusterfs-devrpms.yml
+++ b/build-gluster-org/jobs/glusterfs-devrpms.yml
@@ -55,12 +55,6 @@
publishers:
- rpm
- - post-tasks:
- - matches:
- # "Building remotely" should always be in the build console output
- - log-text: Building remotely
- script: |
- sudo chown -R jenkins:jenkins ${{WORKSPACE}}/RPMS
builders:
- shell: !include-raw: ../scripts/glusterfs-devrpms.sh
diff --git a/build-gluster-org/jobs/glusterfs-rpms.yml b/build-gluster-org/jobs/glusterfs-rpms.yml
index 1496ef7..d3adf2c 100644
--- a/build-gluster-org/jobs/glusterfs-rpms.yml
+++ b/build-gluster-org/jobs/glusterfs-rpms.yml
@@ -48,12 +48,6 @@
publishers:
- rpm
- - post-tasks:
- - matches:
- # "Building remotely" should always be in the build console output
- - log-text: Building remotely
- script: |
- sudo chown -R jenkins:jenkins ${{WORKSPACE}}/RPMS
builders:
- shell: !include-raw: ../scripts/glusterfs-rpms.sh
diff --git a/build-gluster-org/jobs/strfmt_errors.yml b/build-gluster-org/jobs/strfmt_errors.yml
index 4893f6f..4256253 100644
--- a/build-gluster-org/jobs/strfmt_errors.yml
+++ b/build-gluster-org/jobs/strfmt_errors.yml
@@ -43,12 +43,6 @@
publishers:
- strfmt-build-log
- - post-tasks:
- - matches:
- # "Building remotely" should always be in the build console output
- - log-text: Building remotely
- script: |
- sudo chown -R jenkins:jenkins ${WORKSPACE}/RPMS
builders:
- shell: !include-raw: ../scripts/strfmt_errors.sh