mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
simple file for dev
This commit is contained in:
parent
f0494f5fcc
commit
9dbf904619
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
pipeline { agent any
|
pipeline { agent any
|
||||||
stages { stage('Build') {
|
stages { stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh './mvnw package'
|
echo "Build from Dev"
|
||||||
} }
|
} }
|
||||||
} }
|
} }
|
Loading…
Reference in a new issue