Skip to content

Commit add7dfa

Browse files
committed
try nested parallel
1 parent 79353b5 commit add7dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pipeline {
114114
}
115115
}
116116
stage('Test GPU Image') {
117-
stages {
117+
parallel {
118118
stage('Test on P100') {
119119
agent { label 'ephemeral-linux-gpu' }
120120
options {

0 commit comments

Comments
 (0)