Skip to content

Commit

Permalink
Fix pod filename in tracecompass-jdk17.Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Apr 9, 2024
1 parent 9c463bf commit bb161ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
Expand Up @@ -12,7 +12,7 @@ pipeline {
agent {
kubernetes {
label 'tracecompass-build'
yamlFile 'jenkins/pod-templates/tracecompass-jdk17-pod.yaml'
yamlFile 'jenkins/pod-templates/tracecompass-pod.yaml'
}
}
options {
Expand Down

0 comments on commit bb161ab

Please sign in to comment.