Skip to content

Commit

Permalink
Merge pull request #549 from wainersm/pin_jjb
Browse files Browse the repository at this point in the history
github: pin the jenkins-job version
  • Loading branch information
stevenhorsman committed Jul 11, 2023
2 parents 02f6a1b + 30bb922 commit 50880a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install the Jenkins Job Builder
run: |
pip install --user --upgrade jinja2
pip install --user jenkins-job-builder
pip install --user jenkins-job-builder==4.3.0
- name: Check it can generate all jobs
run: |
cd jobs-builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install the Jenkins Job Builder
run: |
pip install --user --upgrade jinja2
pip install --user jenkins-job-builder
pip install --user jenkins-job-builder==4.3.0
- name: Run the publish script
env:
JENKINS_USER: ${{ secrets.JENKINS_USER }}
Expand Down

0 comments on commit 50880a8

Please sign in to comment.