We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4d821f + 7bada78 commit 048e7b8Copy full SHA for 048e7b8
1 file changed
Jenkinsfile
@@ -27,11 +27,7 @@ eventRecorder.timedStage('Integration Test') {
27
28
['linux', 'mac', 'win'].each { osType ->
29
stages[osType.capitalize()] = {
30
- // TODO: Fix this once the 12.5 (and newer) Macs are working
31
String nodeLabel = "generic-${osType}"
32
- if (osType == 'mac') {
33
- nodeLabel = 'generic-mac-xcode15.2'
34
- }
35
eventRecorder.timedNode(nodeLabel) {
36
echo 'Test VirtualEnv.create'
37
Object venv = virtualenv.create('python3')
0 commit comments