Skip to content

Commit 97c42c4

Browse files
committed
Update Jenkins file
1 parent a2e2b5b commit 97c42c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jenkins/Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pipeline {
3131
'''
3232
}
3333
}
34-
stage('NDTensorsCUDAExt julia-1.11') {
34+
stage('NDTensorsCUDAExt julia-1') {
3535
options {
3636
timeout(time: 45, unit: 'MINUTES')
3737
}
@@ -40,7 +40,7 @@ pipeline {
4040
label 'gpu&&v100'
4141
filename 'Dockerfile'
4242
dir 'jenkins'
43-
additionalBuildArgs '--build-arg JULIA=1.11'
43+
additionalBuildArgs '--build-arg JULIA=1'
4444
args '--gpus "device=1"'
4545
}
4646
}
@@ -79,7 +79,7 @@ pipeline {
7979
'''
8080
}
8181
}
82-
stage('NDTensorscuTENSORExt julia-1.11') {
82+
stage('NDTensorscuTENSORExt julia-1') {
8383
options {
8484
timeout(time: 45, unit: 'MINUTES')
8585
}
@@ -88,7 +88,7 @@ pipeline {
8888
label 'gpu&&v100'
8989
filename 'Dockerfile'
9090
dir 'jenkins'
91-
additionalBuildArgs '--build-arg JULIA=1.11'
91+
additionalBuildArgs '--build-arg JULIA=1'
9292
args '--gpus "device=1"'
9393
}
9494
}
@@ -124,7 +124,7 @@ pipeline {
124124
'''
125125
}
126126
}
127-
stage('NDTensorsMetalExt Julia-1.11'){
127+
stage('NDTensorsMetalExt Julia-1'){
128128
options {
129129
timeout(time: 45, unit: 'MINUTES')
130130
}

0 commit comments

Comments
 (0)