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