Skip to content

Commit

Permalink
Switch Jenkins trigger
Browse files Browse the repository at this point in the history
Switch Jenkins trigger
  • Loading branch information
alxbxbx authored Jan 29, 2025
2 parents a99096e + 122b836 commit 39fd534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger jenkins job to upload master to Quay.io
uses: toptal/jenkins-job-trigger-action@master
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
with:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: '[email protected]'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger jenkins job to upload master to Quay.io
uses: toptal/jenkins-job-trigger-action@master
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
with:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: '[email protected]'
Expand All @@ -27,4 +27,4 @@ jobs:
"DRY_RUN": "false",
"SCRATCH": "true",
"EXPORTER": "redis-exporter"
}
}

0 comments on commit 39fd534

Please sign in to comment.