mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Adding Jenkinsfile
This commit is contained in:
parent
aa6172bfec
commit
cbe75b4180
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
Normal file
8
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
node {
|
||||||
|
stage('compile') {
|
||||||
|
sh '''#!/bin/bash -x
|
||||||
|
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
|
./mvnw validate compile
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue