did not like empty sections

This commit is contained in:
Michael Shaw 2022-12-20 17:12:11 -05:00
parent 53cad4b1ce
commit c7bb6e6b8c

13
Jenkinsfile vendored
View File

@ -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'