Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: dduportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Jan 5, 2021
1 parent 89bcee7 commit 59a32ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Jenkinsfile_k8s
Expand Up @@ -111,11 +111,10 @@ def dockerBuild(Map config=[:]) {
} // def

def dockerTest(Map config=[:]) {
dockerBuilderPodTemplate {
stage("Test") {
unstash 'image'
runMakeTarget('test', config)
} // stage
stage("Test") {
unstash 'image'
runMakeTarget('test', config)
} // stage
} // def

withEnv([
Expand Down

0 comments on commit 59a32ef

Please sign in to comment.