checkout is needed
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0ae0351c9d
commit
9de162bf21
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,8 +8,7 @@ podTemplate(containers: [
|
|||||||
]) {
|
]) {
|
||||||
node(POD_LABEL) {
|
node(POD_LABEL) {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
|
checkout scm
|
||||||
|
|
||||||
container('maven') {
|
container('maven') {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh '''
|
sh '''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user