mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
349ad487f4
commit
de7ca3bf3e
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -18,6 +18,11 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'Running build automation'
|
||||
echo $BUILD_NUMBER
|
||||
echo $IMAGE_BASE
|
||||
echo $IMAGE_TAG
|
||||
echo $IMAGE_NAME
|
||||
echo $IMAGE_NAME_LATEST
|
||||
sh '''
|
||||
./mvnw package
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue