mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Adding Jenkinsfile
This commit is contained in:
parent
f87c09bbb4
commit
dce2e1ee60
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,4 +1,7 @@
|
|||
node {
|
||||
stage('checkout') {
|
||||
checkout scm
|
||||
}
|
||||
stage('compile') {
|
||||
sh '''#!/bin/bash -x
|
||||
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
|
|
Loading…
Reference in a new issue