We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d17a3 commit 48b7a40Copy full SHA for 48b7a40
.github/workflows/image-builder-workflow.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: Fake Upload master to Quay.io
74
uses: fjogeleit/http-request-action@master
75
with:
76
- url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-$EXPORTER_NAME-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&EXPORTER=$EXPORTER_NAME&DRY_RUN=true'
+ url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-postgresql-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&EXPORTER=postgresql-exporter&DRY_RUN=true'
77
method: 'POST'
78
username: david.lorite@sysdig.com
79
password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}
0 commit comments