Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit 415c56f

Browse files
committed
mystuff-91 Integrate k8s healthcheck with backend
Use build image in pipeline
1 parent 886b71e commit 415c56f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pipeline/jenkins/validate.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
label 'mystuff-validate-maven'
4242
containerTemplate {
4343
name 'maven'
44-
image 'maven:3.5.4-jdk-11-slim'
44+
image 'webtree/build-images:maven-jdk-11'
4545
ttyEnabled true
4646
command 'cat'
4747
}
@@ -116,7 +116,6 @@ pipeline {
116116
dir('web') {
117117
script {
118118
withDockerRegistry(credentialsId: 'docker-hub') {
119-
120119
def image = docker.build("webtree/mystuff:${webTag}")
121120
image.push(webTag)
122121
}

0 commit comments

Comments
 (0)