File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
# This workflow contains a single job called "build"
11
11
on-success :
12
12
# The type of runner that the job will run on
13
- runs-on : ubuntu-latest
13
+ runs-on : tools-runner
14
14
steps :
15
15
- name : Trigger jenkins job to upload master to Quay.io
16
- uses : franco-nonne /jenkins-job-trigger-action@update-bundler
16
+ uses : draios /jenkins-job-trigger-action@1.1.0
17
17
with :
18
- jenkins_url : " https://jenkins.internal.sysdig.tools/ "
19
- jenkins_user : ' jenkins-bot@sysdig.com '
18
+ jenkins_url : ${{ secrets.JENKINS_INTERNAL_URL }}
19
+ jenkins_user : ${{ secrets.JENKINS_BOT_API_USER }}
20
20
jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
21
21
job_timeout : " 300"
22
22
job_name : " promcat/job/exporters/job/integrations-redis-exporter"
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
# This workflow contains a single job called "build"
13
13
on-success :
14
14
# The type of runner that the job will run on
15
- runs-on : ubuntu-latest
15
+ runs-on : tools-runner
16
16
steps :
17
17
- name : Trigger jenkins job to upload master to Quay.io
18
- uses : franco-nonne /jenkins-job-trigger-action@update-bundler
18
+ uses : draios /jenkins-job-trigger-action@1.1.0
19
19
with :
20
- jenkins_url : " https://jenkins.internal.sysdig.tools/ "
21
- jenkins_user : ' jenkins-bot@sysdig.com '
20
+ jenkins_url : ${{ secrets.JENKINS_INTERNAL_URL }}
21
+ jenkins_user : ${{ secrets.JENKINS_BOT_API_USER }}
22
22
jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
23
23
job_timeout : " 300"
24
24
job_name : " promcat/job/exporters/job/integrations-redis-exporter"
You can’t perform that action at this time.
0 commit comments