mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 22:09:37 +00:00
m
This commit is contained in:
parent
8f1343a52c
commit
a85a35f76f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline {
|
||||||
|
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'java -jar ./target/*.jar'
|
sh 'echo "hello $USER"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue