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 db6ed4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/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 db6ed4c

Please sign in to comment.