Merge branch 'master' into feature/scope

This commit is contained in:
pavelbannov 2020-09-04 14:45:50 +03:00
commit 6d567c4360

2
build/Jenkinsfile vendored
View File

@ -79,7 +79,7 @@ pipeline {
}
}
stage('Windows') {
agent { label 'master' }
agent { label 'win-core' }
steps {
bat "sh build\\scripts\\components.sh && cd ${env.WORKSPACE}\\web\\ASC.Web.Components && yarn test:coverage --ci --reporters=default --reporters=jest-junit || true"
}