From 0adb4a9fc7e0a485d74072899c1e85124889ab54 Mon Sep 17 00:00:00 2001 From: spryhoda Date: Tue, 20 Sep 2022 10:43:08 +0300 Subject: [PATCH] uncomment the tests related code in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 35f7bfc..c72b3f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ dockerizedBuildPipeline( }, skipVulnerabilityScan: true, archiveArtifacts: 'docs/*', -// testResults: ['**/test-output.xml'], + testResults: ['**/test-output.xml'], onSuccess: { nxrmBuildNotifications(currentBuild, env) },