Skip to content

Commit db6ed4c

Browse files
Update the script for jenkins-update job
1 parent 6c983ef commit db6ed4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-gluster-org/jobs/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
description: "A pull request ID, like 'origin/pr/72/head'"
4646

4747
builders:
48-
- shell: !include-raw: ../scripts/{linter}.sh
48+
- shell: !include-raw-escape: ../scripts/{linter}.sh
4949

5050
publishers:
5151
- archive:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
set -e
33
virtualenv-3 env
4-
env/bin/pip3 install jenkins-job-builder
4+
env/bin/pip3 install jenkins-job-builder dataclasses
55
env/bin/jenkins-jobs --conf $JJB_CONFIG update build-gluster-org/jobs

0 commit comments

Comments
 (0)