HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7

This commit is contained in:
Christian Beikov 2024-04-30 14:35:58 +02:00 committed by Steve Ebersole
parent 7c7db82b75
commit 6b13f4228a
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ pipeline {
docker cp tck:/tck/persistence-tck/bin/target/failsafe-reports ./results
docker cp tck:/tck/persistence-tck/bin/target/test-reports ./results
"""
}
}
archiveArtifacts artifacts: 'results/**'
script {