Skip to content

Commit 34bbe8e

Browse files
committed
Do not load YAML file in JPA 3.2 Jenkinsfile for no reason
Follows up on 88833b5
1 parent da00e37 commit 34bbe8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/jpa-3.2-tck.Jenkinsfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ pipeline {
194194
}
195195
post {
196196
always {
197-
configFileProvider([configFile(fileId: 'job-configuration.yaml', variable: 'JOB_CONFIGURATION_FILE')]) {
198-
199-
}
197+
200198
}
201199
}
202200
}

0 commit comments

Comments
 (0)