ci: fix macos host label for pod updates
Job: https://ci.status.im/job/status-react/job/tools/job/run-pod-repo-update Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c9c8263c9e
commit
8b055cd3c3
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
name: 'HOST_LABEL',
|
name: 'HOST_LABEL',
|
||||||
description: 'Label of host to run on',
|
description: 'Label of host to run on',
|
||||||
/* Using startTimeInMillis to randomize which host gets the update. */
|
/* Using startTimeInMillis to randomize which host gets the update. */
|
||||||
defaultValue: "macos-0${(currentBuild.startTimeInMillis % 3) + 1}",
|
defaultValue: "maci7-0${(currentBuild.startTimeInMillis % 3) + 1}",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue