Jenkinsfile fixes
This commit is contained in:
parent
f3e3c1bbae
commit
fca040112a
|
@ -70,7 +70,7 @@ pipeline {
|
|||
steps {
|
||||
nodejs('node-lts') {
|
||||
sh 'karma start --junit'
|
||||
sh 'gulp backTestDocker --junit --random --run-chown'
|
||||
sh 'gulp backTestDockerOnce --junit --random --run-chown'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue