Loading Jenkinsfile +2 −1 Original line number Diff line number Diff line @Library('common-lib@1.6') _ @Library('common-lib@1.6.1') _ pipeline { agent any; environment { Loading Loading @@ -34,6 +34,7 @@ pipeline { deployToKube( namespace: 'prod-static-web', workloadName: 'static-site-http', containerName: 'http' imageRepo: env.DOCKER_REPO, imageTag: env.BRANCH_NAME ) Loading Loading
Jenkinsfile +2 −1 Original line number Diff line number Diff line @Library('common-lib@1.6') _ @Library('common-lib@1.6.1') _ pipeline { agent any; environment { Loading Loading @@ -34,6 +34,7 @@ pipeline { deployToKube( namespace: 'prod-static-web', workloadName: 'static-site-http', containerName: 'http' imageRepo: env.DOCKER_REPO, imageTag: env.BRANCH_NAME ) Loading