Fix Jenkinsfile bug

This commit is contained in:
Chris Barratt 2022-10-26 16:30:17 +01:00
parent bbdb1b41ca
commit 39c21c38a6

2
.ci/Jenkinsfile vendored
View File

@ -5,6 +5,6 @@ cordaPipeline(
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-dev-ex-build-notifications'
slackChannel: '#corda-corda5-dev-ex-build-notifications',
dedicatedJobForSnykDelta: false
)