mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
test 2
This commit is contained in:
parent
0f4073eaa6
commit
274d96dd2d
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -11,5 +11,10 @@ pipeline {
|
||||||
sh './mvnw test'
|
sh './mvnw test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Test'){
|
||||||
|
steps {
|
||||||
|
sh './mvnw package'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue