Skip to content

Commit

Permalink
FIX registry value and add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Nov 10, 2023
1 parent 9d3ab49 commit 297107d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: 'jenkins-bot@sysdig.com'
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
job_timeout: "300"
job_name: "promcat/job/exporters/job/integrations-jmx-exporter"
job_params: |
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: 'jenkins-bot@sysdig.com'
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
job_timeout: "300"
job_name: "promcat/job/exporters/job/integrations-jmx-exporter"
job_params: |
{
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
if: "!startswith(github.ref, 'refs/tags/v')"
run: exit 78
- name: build
uses: sysdiglabs/exporter-builder@v0.6
uses: sysdiglabs/exporter-builder@v1.1
with:
exporter: promcat-jmx-exporter
artifactory_token: ${{ secrets.ARTI_TOKEN }}
artifactory_username: david.lorite@sysdig.com
artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
artifactory_username: _json_key
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
tag_name: ${{ github.event.release.tag_name }}
target: ${{ matrix.docker }}
repository: artifactory.internal.sysdig.com
repository: us-docker.pkg.dev
dockerfile: "./build/Dockerfile"

0 comments on commit 297107d

Please # to comment.