HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7
This commit is contained in:
parent
7c7db82b75
commit
6b13f4228a
|
@ -138,7 +138,6 @@ pipeline {
|
||||||
docker cp tck:/tck/persistence-tck/bin/target/failsafe-reports ./results
|
docker cp tck:/tck/persistence-tck/bin/target/failsafe-reports ./results
|
||||||
docker cp tck:/tck/persistence-tck/bin/target/test-reports ./results
|
docker cp tck:/tck/persistence-tck/bin/target/test-reports ./results
|
||||||
"""
|
"""
|
||||||
}
|
|
||||||
}
|
}
|
||||||
archiveArtifacts artifacts: 'results/**'
|
archiveArtifacts artifacts: 'results/**'
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in New Issue