Skip tests requirement

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2020-07-24 17:15:01 +01:00
committed by Nakul Manchanda
parent 99c6ae44a1
commit 9634fd5a06

3
Jenkinsfile vendored
View File

@@ -103,7 +103,8 @@ node('ibm-jenkins-slave-dind') {
}, },
artifacts: [ artifacts: [
'.pax/sample-node-api.pax' '.pax/sample-node-api.pax'
] ],
allowPublishWithoutTest: true // There are no tests
) )
// define we need release stage // define we need release stage