From 8b055cd3c3b24a4f8ec9913cdf0e8d145dc25d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 24 Nov 2021 19:25:06 +0100 Subject: [PATCH] ci: fix macos host label for pod updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Job: https://ci.status.im/job/status-react/job/tools/job/run-pod-repo-update Signed-off-by: Jakub SokoĊ‚owski --- ci/tools/Jenkinsfile.pod-repo-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tools/Jenkinsfile.pod-repo-update b/ci/tools/Jenkinsfile.pod-repo-update index a2efbdd723..fbc2649736 100644 --- a/ci/tools/Jenkinsfile.pod-repo-update +++ b/ci/tools/Jenkinsfile.pod-repo-update @@ -29,7 +29,7 @@ pipeline { name: 'HOST_LABEL', description: 'Label of host to run on', /* Using startTimeInMillis to randomize which host gets the update. */ - defaultValue: "macos-0${(currentBuild.startTimeInMillis % 3) + 1}", + defaultValue: "maci7-0${(currentBuild.startTimeInMillis % 3) + 1}", ) }