new jenkins server

This commit is contained in:
pavelbannov 2020-09-03 18:49:43 +03:00
parent 82dd4a8828
commit e6f9e88bb8

2
build/Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
} }
} }
stage('Windows') { stage('Windows') {
agent { label 'master' } agent { label 'win-core' }
stages { stages {
stage('Components') { stage('Components') {
steps { steps {