Skip to content

Commit

Permalink
Update the script for jenkins-update job
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshithakamath94 committed Jul 24, 2023
1 parent 6c983ef commit 891c0b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/devrpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
sudo chown -R jenkins:jenkins $WORKSPACE
builders:
- shell: !include-raw: ../scripts/glusterfs-devrpms.sh
- shell: !include-raw-escape: ../scripts/glusterfs-devrpms.sh

wrappers:
- timestamps
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/glusto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
name: REMOTE_JENKINS_JOB

builders:
- shell: !include-raw: ../scripts/glusto.sh
- shell: !include-raw-escape: ../scripts/glusto.sh

wrappers:
- timestamps
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
description: "A pull request ID, like 'origin/pr/72/head'"

builders:
- shell: !include-raw: ../scripts/{linter}.sh
- shell: !include-raw-escape: ../scripts/{linter}.sh

publishers:
- archive:
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
builders:
- shell: !include-raw: ../scripts/glusterfs-rpms.sh
- shell: !include-raw-escape: ../scripts/glusterfs-rpms.sh

wrappers:
- timeout:
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/smoke-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
description: "A pull request ID, like 'origin/pr/72/head'"

builders:
- shell: !include-raw: '../scripts/{script_name}.sh'
- shell: !include-raw-escape: '../scripts/{script_name}.sh'

wrappers:
- timestamps
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/jobs/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- gluster-logs

builders:
- shell: !include-raw: ../scripts/smoke.sh
- shell: !include-raw-escape: ../scripts/smoke.sh

wrappers:
- timestamps
Expand Down
2 changes: 1 addition & 1 deletion build-gluster-org/scripts/jenkins-update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
virtualenv-3 env
env/bin/pip3 install jenkins-job-builder
env/bin/pip3 install jenkins-job-builder dataclasses
env/bin/jenkins-jobs --conf $JJB_CONFIG update build-gluster-org/jobs

0 comments on commit 891c0b7

Please sign in to comment.