uncomment the tests related code in Jenkinsfile

This commit is contained in:
spryhoda 2022-09-20 10:43:08 +03:00
parent 1a821d1032
commit 0adb4a9fc7
No known key found for this signature in database
GPG Key ID: D285C398242A0D6B

2
Jenkinsfile vendored

@ -21,7 +21,7 @@ dockerizedBuildPipeline(
},
skipVulnerabilityScan: true,
archiveArtifacts: 'docs/*',
// testResults: ['**/test-output.xml'],
testResults: ['**/test-output.xml'],
onSuccess: {
nxrmBuildNotifications(currentBuild, env)
},