Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-18 17:36:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-18 17:36:01 +0300
commit229a4673d43a332544c6a8a7b831efbc9166acf0 (patch)
tree53b47a74b1145501e95527711a5f9879f51ec07e /scripts
parentd07ddffffe464f0a92cd013192eba2067ff4794b (diff)
[ci] Move OSX .pkg build to a separate bot pool
Allows us to better utilize the bockbuild cache.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline/osx-package.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/pipeline/osx-package.groovy b/scripts/ci/pipeline/osx-package.groovy
index 001c07c92d9..c4d61e318c3 100644
--- a/scripts/ci/pipeline/osx-package.groovy
+++ b/scripts/ci/pipeline/osx-package.groovy
@@ -9,7 +9,7 @@ def commitHash = null
def utils = null
properties([compressBuildLog()])
-node ("osx-amd64") {
+node ("mono-package") {
ws ("workspace/${jobName}/${monoBranch}") {
timestamps {
stage('Checkout') {