Jenkins: verbose

This commit is contained in:
pavelbannov 2021-10-17 19:34:56 +03:00
parent 3022906b97
commit 158f61087e

2
build/Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
stages {
stage('Frontend') {
steps {
bat "yarn install --frozen-lockfile --force && yarn build"
bat "yarn install --frozen-lockfile --force --verbose && yarn build"
}
}
stage('Backend') {