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

2
Jenkinsfile vendored
View File

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