From bd4e2b3a88f450504f44d2abb742221ec513b710 Mon Sep 17 00:00:00 2001 From: Lance Seidman Date: Thu, 26 Jan 2023 10:59:46 -0800 Subject: [PATCH] Update Jenkinsfile2 Modified Jenkins file --- Jenkinsfile2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index b13b5eb3..8b771e71 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -1,5 +1,3 @@ - - pipeline { agent { docker { @@ -13,9 +11,9 @@ pipeline { sh 'node --version' sh 'apk add git yarn npm' sh 'git config --global --add safe.directory /var/lib/jenkins/workspace/watcher-ts-testing' + sh 'npm config set registry https://git.vdb.to/api/packages/cerc-io/npm' sh 'yarn' sh 'yarn build' - sh 'npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/' sh 'lerna publish from-package --no-git-tag-version --yes' } }