Jenkins: yarn path

This commit is contained in:
pavelbannov 2021-10-15 23:53:48 +03:00
parent c9c93fe613
commit 237e94a960

2
build/Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
stages {
stage('Frontend') {
steps {
bat 'yarn install --frozen-lockfile --force && yarn build'
bat '"C:\Program Files (x86)\Yarn\bin\yarn" install --frozen-lockfile --force && yarn build'
}
}
stage('Backend') {