Skip to content

Commit

Permalink
feat(infra.ci) add job definition to build the jenkinsci ATH Docker i…
Browse files Browse the repository at this point in the history
…mage

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Aug 20, 2022
1 parent ab9eb60 commit 5e0d6e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/ext_jenkins-infra-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobsDefinition:
username: infracijenkinsio
password: "${DOCKER_HUB_TOKEN_PULL}"
children:
acceptance-test-harness:
name: "Jenkins CI Acceptance Test Harness (ATH) Docker Image"
jenkinsfilePath: Jenkinsfile.infra.ci.jenkins.io
owner: "jenkinsci"
credentials:
jenkinsci-ath-ghapp:
description: "Github App installed on jenkinsci org for https://github.com/jenkinsci/acceptance-test-harness Docker Image build"
appId: "${GITHUB_APP_JENKINSCI_ID}"
owner: "jenkinsci"
privateKey: "${GITHUB_APP_JENKINSCI_PRIVATE_KEY}"
account-app:
docker-404:
docker-builder:
Expand Down

0 comments on commit 5e0d6e5

Please sign in to comment.