mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-08 19:12:49 +00:00
did not like empty sections
This commit is contained in:
parent
53cad4b1ce
commit
c7bb6e6b8c
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -2,16 +2,6 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
script{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
}
|
||||
stage('Packaging') {
|
||||
agent {
|
||||
docker {
|
||||
@ -19,9 +9,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
// ??? NODE_AUTH_TOKEN: ${ secrets.PAT_PACKAGES }
|
||||
}
|
||||
steps {
|
||||
sh 'yarn'
|
||||
sh 'yarn build'
|
||||
|
Loading…
Reference in New Issue
Block a user