Skip to content

Commit 1c2a73c

Browse files
committed
build
1 parent 7af5ea5 commit 1c2a73c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pipeline {
55
stage('Build') {
66
steps {
77
echo 'Building..'
8+
sh 'mvn package'
89
}
910
}
1011
stage('Test') {

0 commit comments

Comments
 (0)