Skip to content

Commit dfdaa69

Browse files
authored
Update Jenkinsfile
1 parent 649c9e4 commit dfdaa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
}
66
stages {
77
stage("Build") {
8-
agent { label 'Master' } // build on Windows master
8+
agent { label 'built-in' } // build on Windows master
99
steps {
1010
bat "mvn clean package"
1111
}

0 commit comments

Comments
 (0)