-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few things going on here: - move into the new {{id}} strategy where we use hostname - merge parts of the initial digitalocean migration pr - split variables meant for change into jenkins.conf - simplify all the things
- Loading branch information
1 parent
3a65bc8
commit 0ed83e9
Showing
5 changed files
with
86 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
--- | ||
server_user: iojs | ||
init_script_path: /usr/local/etc/rc.d/jenkins | ||
init_base: /usr/local/etc/ | ||
ssh_users: | ||
- rvagg | ||
- jbergstroem | ||
- joaocgreis | ||
packages: | ||
- openjdk-jre | ||
- openjdk | ||
- git | ||
- gmake | ||
- ccache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
jenkins_jnlpurl="https://ci.nodejs.org/computer/{{id}}/slave-agent.jnlp" | ||
jenkins_secret="{{secret}}" | ||
jenkins_user="{{user}}" | ||
jenkins_group="{{group}}" |