Jenkinsfile fixes
gitea/salix/test There was a failure building this commit
Details
gitea/salix/test There was a failure building this commit
Details
This commit is contained in:
parent
d5a9a62f73
commit
4f3e3b41fa
|
@ -67,7 +67,6 @@ pipeline {
|
||||||
NODE_ENV = ""
|
NODE_ENV = ""
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
steps {
|
|
||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
nodejs('node-lts') {
|
nodejs('node-lts') {
|
||||||
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=1'
|
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=1'
|
||||||
|
@ -80,7 +79,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when { anyOf {
|
when { anyOf {
|
||||||
branch 'test'
|
branch 'test'
|
||||||
|
|
Loading…
Reference in New Issue