Skip to content

Commit d16a266

Browse files
authored
Update Jenkinsfile
1 parent d578008 commit d16a266

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
pipeline {
22

33
agent any
4+
5+
tools {
6+
maven 'maven:3.9.9'
7+
}
48

59
stages {
610

711
stage("build"){
812

913
steps {
1014
echo 'building application'
15+
sh 'maven clean package'
1116
}
1217
}
1318

0 commit comments

Comments
 (0)