Merge pull request #21 from sonatype/fix-build

fix build
This commit is contained in:
Olu Shiyanbade 2022-09-02 16:12:52 +01:00 committed by GitHub
commit 595206fdc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

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