ci: refs#6706 Jenkinsfile fixes
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
1c538d58c2
commit
0669a3db28
|
@ -58,20 +58,16 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
NODE_ENV = ""
|
NODE_ENV = ""
|
||||||
}
|
}
|
||||||
parallel {
|
steps {
|
||||||
stage('Backend') {
|
sh 'pnpm install --prefer-offline'
|
||||||
steps {
|
}
|
||||||
sh 'pnpm install --prefer-offline'
|
}
|
||||||
}
|
stage('Print') {
|
||||||
}
|
when {
|
||||||
stage('Print') {
|
expression { FROM_GIT }
|
||||||
when {
|
}
|
||||||
expression { FROM_GIT }
|
steps {
|
||||||
}
|
sh 'pnpm install --prefer-offline --prefix=print'
|
||||||
steps {
|
|
||||||
sh 'pnpm install --prefer-offline --prefix=print'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|
Loading…
Reference in New Issue