Skip to content

Commit f14aac9

Browse files
authored
Update Jenkinsfile
1 parent 577870c commit f14aac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pipeline {
44
stages {
55

66
stage('Build') {
7+
tools{maven 'MAVEN'}
78
agent {label 'built-in'}
89
steps {
910
// Skip tests during build

0 commit comments

Comments
 (0)