This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jenkins file to use updated docker image (#108)
* Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad <[email protected]> * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad <[email protected]> * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad <[email protected]> * Update jenkins file to use updated docker image Signed-off-by: Sayali Gaikawad <[email protected]> --------- Signed-off-by: Sayali Gaikawad <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ docs/_build | |
venv | ||
.idea | ||
.pytest_cache | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([ | |
])) | ||
|
||
standardReleasePipelineWithGenericTrigger( | ||
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4', | ||
tokenIdCredential: 'jenkins-opensearch-dsl-py-generic-webhook-token', | ||
causeString: 'A tag was cut on opensearch-project/opensearch-dsl-py repository causing this workflow to run', | ||
downloadReleaseAsset: true, | ||
|