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 (jenkins-infra#2730)

* cleanup(infra.ci) remove job associated to an archived repository

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>

* feat(infra.ci) add job definition to build the jenkinsci ATH Docker image

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored and lemeurherveCB committed Aug 31, 2022
1 parent 19c2d43 commit c5dc869
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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 All @@ -35,7 +45,6 @@ jobsDefinition:
docker-packaging:
docker-plugin-site-issues:
docker-plugins-self-service:
docker-repo-proxy:
docker-rsyncd:
rating:
infra-tools:
Expand Down

0 comments on commit c5dc869

Please sign in to comment.