Skip to content

Commit

Permalink
jenkins: download release worker jar from ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 8, 2023
1 parent 32dabde commit 0ba0f94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/group_vars/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
jenkins_url: "https://ci-release.nodejs.org"
# intentionally fetching `slave.jar` from ci.nodejs.org to avoid auth problems
jenkins_worker_jar: "https://ci.nodejs.org/jnlpJars/slave.jar"
jenkins_worker_jar: "{{ jenkins_url }}/jnlpJars/slave.jar"
jenkins_icon: "https://ci.nodejs.org/favicon.ico"
server_user: "iojs"
home: "/home"
Expand Down

0 comments on commit 0ba0f94

Please sign in to comment.