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
5
5
on :
6
6
push :
7
7
branches : [ build ]
8
+ workflow_dispatch :
9
+ inputs :
10
+ branch :
11
+ description : ' Branch you want to build'
12
+ required : true
13
+ default : ' build'
8
14
9
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
10
16
jobs :
Original file line number Diff line number Diff line change 18
18
jenkins_url : " https://jenkins.internal.sysdig.tools/"
19
19
jenkins_user : ' jenkins-bot@sysdig.com'
20
20
jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
21
+ job_timeout : " 300"
21
22
job_name : " promcat/job/exporters/job/integrations-postgresql-exporter"
22
23
job_params : |
23
24
{
Original file line number Diff line number Diff line change 20
20
jenkins_url : " https://jenkins.internal.sysdig.tools/"
21
21
jenkins_user : ' jenkins-bot@sysdig.com'
22
22
jenkins_token : ${{ secrets.JENKINS_BOT_API_TOKEN }}
23
+ job_timeout : " 300"
23
24
job_name : " promcat/job/exporters/job/integrations-postgresql-exporter"
24
25
job_params : |
25
26
{
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
if : " !startswith(github.ref, 'refs/tags/v')"
15
15
run : exit 78
16
16
- name : build
17
- uses : sysdiglabs/exporter-builder@v0.6
17
+ uses : sysdiglabs/exporter-builder@v1.1
18
18
with :
19
19
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
22
22
sysdig_secure_token : ${{ secrets.SYSDIG_SECURE_TOKEN }}
23
23
tag_name : ${{ github.event.release.tag_name }}
24
24
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