Skip to content

Commit f7e0446

Browse files
committed
Fix missing def keyword in TCK Jenkinsfile
1 parent 7a2f7f0 commit f7e0446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jpa-3.2-tck.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
}
152152
archiveArtifacts artifacts: 'results/**'
153153
script {
154-
failures = sh (
154+
def failures = sh (
155155
script: """ \
156156
while read line; do
157157
if [[ "\$line" = *'-error" style="display:none;">' ]]; then

0 commit comments

Comments
 (0)