Skip to content

Commit

Permalink
Adding missing comma to jenkins workflow (#458)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah authored Jul 27, 2023
1 parent b1c82a2 commit 26458fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lib = library(identifier: 'jenkins@1.3.1', retriever: modernSCM([
]))

standardReleasePipelineWithGenericTrigger(
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4'
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4',
tokenIdCredential: 'jenkins-opensearch-py-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-py repository causing this workflow to run',
downloadReleaseAsset: true,
Expand Down

0 comments on commit 26458fa

Please sign in to comment.