8000 Use mac-hh-yosemite Jenkins node for MacOS builds by bamarni · Pull Request #1181 · dcos/dcos-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use mac-hh-yosemite Jenkins node for MacOS builds #1181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-mac-binary
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def builder(String nodeId, String workspace = null) {
/**
* Run a builder to create the dcos-cli binary and execute it.
*/
def binaryBuilder = builder('mac')({
def binaryBuilder = builder('mac-hh-yosemite')({
stage ('Pull dcos-cli repository') {
dir('dcos-cli') {
checkout scm
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-mac-integration
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def testBuilder(String platform, String nodeId, String workspace = null) {
def builders = [:]


builders['mac-tests'] = testBuilder('mac', 'mac')({
builders['mac-tests'] = testBuilder('mac', 'mac-hh-yosemite')({
try {
stage ("Run dcos-cli tests") {
sh "rm -rf ~/.dcos"
Expand Down
0