Commit 28e659fd authored by Alex Muravya's avatar Alex Muravya
Browse files

Fixing deployment k8s

parent 824a40c2
Loading
Loading
Loading
Loading
+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 {
@@ -34,6 +34,7 @@ pipeline {
                  deployToKube(
                    namespace: 'prod-static-web',
                    workloadName: 'static-site-http',
                    containerName: 'http'
                    imageRepo: env.DOCKER_REPO,
                    imageTag: env.BRANCH_NAME
                  )