jenkins: Remove unnecesary archive

pull/661/head
cruizba 2021-10-22 13:57:01 +02:00
parent c2c41f41bd
commit a674c78049
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ node('container') {
currentBuild.result = 'FAILURE'
} finally {
environmentStop()
junit 'openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '**/openvidu-server-*.log'
}
}
}