File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ name: Build
55on :
66 push :
77 branches : [ build ]
8+ workflow_dispatch :
9+ inputs :
10+ branch :
11+ description : ' Branch you want to build'
12+ required : true
13+ default : ' build'
814
915# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1016jobs :
Original file line number Diff line number Diff line change 1818 jenkins_url : " https://jenkins.internal.sysdig.tools/"
1919 jenkins_user : ' jenkins-bot@sysdig.com'
2020 jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
21+ job_timeout : " 300"
2122 job_name : " promcat/job/exporters/job/integrations-postgresql-exporter"
2223 job_params : |
2324 {
Original file line number Diff line number Diff line change 2020 jenkins_url : " https://jenkins.internal.sysdig.tools/"
2121 jenkins_user : ' jenkins-bot@sysdig.com'
2222 jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
23+ job_timeout : " 300"
2324 job_name : " promcat/job/exporters/job/integrations-postgresql-exporter"
2425 job_params : |
2526 {
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 if : " !startswith(github.ref, 'refs/tags/v')"
1515 run : exit 78
1616 - name : build
17- uses : sysdiglabs/exporter-builder@v0.6
17+ uses : sysdiglabs/exporter-builder@v1.1
1818 with :
1919 exporter : postgresql-exporter
20- artifactory_token : ${{ secrets.ARTI_TOKEN }}
21- artifactory_username : david.lorite@sysdig.com
20+ artifactory_token : ${{ secrets.GAR_DEV_RW_JSON_KEY }}
21+ artifactory_username : _json_key
2222 sysdig_secure_token : ${{ secrets.SYSDIG_SECURE_TOKEN }}
2323 tag_name : ${{ github.event.release.tag_name }}
2424 target : ${{ matrix.docker }}
25- repository : artifactory.internal.sysdig.com
25+ repository : us-docker.pkg.dev
You can’t perform that action at this time.
0 commit comments