Skip to content

Commit 80f26c1

Browse files
authored
Parallel cannot be nested inside parallel stages
1 parent 6a149fc commit 80f26c1

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
@@ -126,7 +126,7 @@ pipeline {
126126
}
127127
}
128128
stage('Test GPU Image') {
129-
parallel {
129+
stages {
130130
stage('Test on P100') {
131131
agent { label 'ephemeral-linux-gpu' }
132132
options {

0 commit comments

Comments
 (0)