From db6ed4c4e95bc4678a91dbed82ac64d297f86e02 Mon Sep 17 00:00:00 2001 From: Rakshitha Kamath Date: Mon, 24 Jul 2023 13:40:13 +0530 Subject: [PATCH] Update the script for jenkins-update job --- build-gluster-org/jobs/python-lint.yml | 2 +- build-gluster-org/scripts/jenkins-update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-gluster-org/jobs/python-lint.yml b/build-gluster-org/jobs/python-lint.yml index 0460f1a..e8a62e9 100644 --- a/build-gluster-org/jobs/python-lint.yml +++ b/build-gluster-org/jobs/python-lint.yml @@ -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: diff --git a/build-gluster-org/scripts/jenkins-update.sh b/build-gluster-org/scripts/jenkins-update.sh index 754595d..844e78f 100644 --- a/build-gluster-org/scripts/jenkins-update.sh +++ b/build-gluster-org/scripts/jenkins-update.sh @@ -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