Skip to content

Commit f1718f1

Browse files
authored
Update Jenkinsfile
1 parent f14aac9 commit f1718f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pipeline {
1212
}
1313
}
1414
stage('Test') {
15+
tools{maven 'MAVEN'}
16+
agent {label 'built-in'}
1517
steps {
1618
bat 'mvn test'
1719
}

0 commit comments

Comments
 (0)