Adding missing comma to jenkins workflow (#458)
Signed-off-by: Vacha Shah <[email protected]>
This commit is contained in:
@@ -4,7 +4,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([
|
|||||||
]))
|
]))
|
||||||
|
|
||||||
standardReleasePipelineWithGenericTrigger(
|
standardReleasePipelineWithGenericTrigger(
|
||||||
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4'
|
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4',
|
||||||
tokenIdCredential: 'jenkins-opensearch-py-generic-webhook-token',
|
tokenIdCredential: 'jenkins-opensearch-py-generic-webhook-token',
|
||||||
causeString: 'A tag was cut on opensearch-project/opensearch-py repository causing this workflow to run',
|
causeString: 'A tag was cut on opensearch-project/opensearch-py repository causing this workflow to run',
|
||||||
downloadReleaseAsset: true,
|
downloadReleaseAsset: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user