Run a test
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
9de162bf21
commit
f20f3f181f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,6 +8,9 @@ podTemplate(containers: [
|
||||
]) {
|
||||
node(POD_LABEL) {
|
||||
stage('Checkout') {
|
||||
sh '''
|
||||
wget https://git.thejimnicholson.com
|
||||
'''
|
||||
checkout scm
|
||||
container('maven') {
|
||||
stage('Build') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user