Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Sep 10, 2024
1 parent 65896f8 commit 911df27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib = library(identifier: 'jenkins@6.0.0', retriever: modernSCM([
lib = library(identifier: 'jenkins@6.9.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand All @@ -9,7 +9,6 @@ standardReleasePipelineWithGenericTrigger(
downloadReleaseAsset: true,
publishRelease: true) {
publishToNpm(
publicationType: 'artifact',
artifactPath: "${WORKSPACE}/publish-cluster-cdk/opensearch-cluster-cdk.tar.gz"
publicationType: 'github'
)
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensearch-project/opensearch-cluster-cdk",
"version": "1.3.0",
"name": "my-opensearch-cluster-cdk-test",
"version": "1.3.0-beta.1",
"bin": {
"cdk_v2": "bin/app.js"
},
Expand Down Expand Up @@ -35,4 +35,4 @@
"semver": "^7.5.4",
"source-map-support": "^0.5.21"
}
}
}

0 comments on commit 911df27

Please sign in to comment.