mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-02 00:02:49 +00:00
Update Jenkinsfile2
Modified Jenkins file
This commit is contained in:
parent
6bd8542991
commit
bd4e2b3a88
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user