We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649c9e4 commit dfdaa69Copy full SHA for dfdaa69
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
}
6
stages {
7
stage("Build") {
8
- agent { label 'Master' } // build on Windows master
+ agent { label 'built-in' } // build on Windows master
9
steps {
10
bat "mvn clean package"
11
0 commit comments