build: refs #5483 Jenkinsfile optimized for daily DB push
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
420398260f
commit
7ab11543ed
|
@ -66,11 +66,17 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
|
when {
|
||||||
|
expression { return FROM_GIT }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'npm install --no-audit --prefer-offline --prefix=front'
|
sh 'npm install --no-audit --prefer-offline --prefix=front'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Print') {
|
stage('Print') {
|
||||||
|
when {
|
||||||
|
expression { return FROM_GIT }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'npm install --no-audit --prefer-offline --prefix=print'
|
sh 'npm install --no-audit --prefer-offline --prefix=print'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue