mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +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') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Running build automation'
|
echo 'Running build automation'
|
||||||
|
echo $BUILD_NUMBER
|
||||||
|
echo $IMAGE_BASE
|
||||||
|
echo $IMAGE_TAG
|
||||||
|
echo $IMAGE_NAME
|
||||||
|
echo $IMAGE_NAME_LATEST
|
||||||
sh '''
|
sh '''
|
||||||
./mvnw package
|
./mvnw package
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue