diff --git a/Jenkinsfile b/Jenkinsfile index 902a09e..062ac1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { // Change the name of jenkins-maven label to be able to use yaml configuration snippet label "maven-dind" // Inherit from Jx Maven pod template - inheritFrom "maven-java11" + inheritFrom "maven" // Add pod configuration to Jenkins builder pod template yamlFile "maven-dind.yaml" }