Skip to content

Commit

Permalink
fix: revert jenkinsUrl
Browse files Browse the repository at this point in the history
Revert the change introduced in #2468 which prevented agent to connect to the controller on release.ci.jenkins.io (cf https://release.ci.jenkins.io/job/core/job/weekly/job/release/job/master/135/console)
  • Loading branch information
lemeurherve authored Jun 7, 2022
1 parent f85ea58 commit 4e6378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ext_jenkins-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ controller:
clouds:
- kubernetes:
containerCapStr: "100"
jenkinsUrl: "http://default-release-jenkins.svc.cluster.local:8080"
jenkinsUrl: "http://default-release-jenkins:8080"
maxRequestsPerHostStr: "300"
webSocket: true
name: "kubernetes"
Expand Down

0 comments on commit 4e6378b

Please sign in to comment.