diff --git a/docker/Jenkinsfile-private-amazon b/docker/Jenkinsfile-private-amazon index 48833276..4b893c5a 100644 --- a/docker/Jenkinsfile-private-amazon +++ b/docker/Jenkinsfile-private-amazon @@ -82,14 +82,5 @@ pipeline { } } } - stage('Kubernetes Deploy') { - steps { - container('ubuntu') { - withCredentials([file(credentialsId: 'hetzner_prod', variable: 'config')]) { - sh "kubectl set image deployment.v1.apps/ui -n ui ui=robolaunchio/frontend-private-amazon-httpd:${env.VER} --kubeconfig=$config" - } - } - } - } } } \ No newline at end of file diff --git a/docker/Jenkinsfile-private-aselsan b/docker/Jenkinsfile-private-aselsan index 4d42d9c6..49e0d5d3 100644 --- a/docker/Jenkinsfile-private-aselsan +++ b/docker/Jenkinsfile-private-aselsan @@ -82,14 +82,5 @@ pipeline { } } } - stage('Kubernetes Deploy') { - steps { - container('ubuntu') { - withCredentials([file(credentialsId: 'hetzner_prod', variable: 'config')]) { - sh "kubectl set image deployment.v1.apps/ui -n ui ui=robolaunchio/frontend-private-aselsan-httpd:${env.VER} --kubeconfig=$config" - } - } - } - } } } \ No newline at end of file diff --git a/docker/Jenkinsfile-private-ford b/docker/Jenkinsfile-private-ford index 54a76153..25176950 100644 --- a/docker/Jenkinsfile-private-ford +++ b/docker/Jenkinsfile-private-ford @@ -82,14 +82,5 @@ pipeline { } } } - stage('Kubernetes Deploy') { - steps { - container('ubuntu') { - withCredentials([file(credentialsId: 'hetzner_prod', variable: 'config')]) { - sh "kubectl set image deployment.v1.apps/ui -n ui ui=robolaunchio/frontend-private-ford-httpd:${env.VER} --kubeconfig=$config" - } - } - } - } } } \ No newline at end of file diff --git a/docker/Jenkinsfile-private-ford-robot b/docker/Jenkinsfile-private-ford-robot index cccafd8c..818cd485 100644 --- a/docker/Jenkinsfile-private-ford-robot +++ b/docker/Jenkinsfile-private-ford-robot @@ -82,14 +82,5 @@ pipeline { } } } - stage('Kubernetes Deploy') { - steps { - container('ubuntu') { - withCredentials([file(credentialsId: 'hetzner_prod', variable: 'config')]) { - sh "kubectl set image deployment.v1.apps/ui -n ui ui=robolaunchio/frontend-private-ford-robot-httpd:${env.VER} --kubeconfig=$config" - } - } - } - } } } \ No newline at end of file diff --git a/docker/Jenkinsfile-public-demo b/docker/Jenkinsfile-public-demo index e6a74eac..4da9d010 100644 --- a/docker/Jenkinsfile-public-demo +++ b/docker/Jenkinsfile-public-demo @@ -82,14 +82,5 @@ pipeline { } } } - stage('Kubernetes Deploy') { - steps { - container('ubuntu') { - withCredentials([file(credentialsId: 'hetzner_prod', variable: 'config')]) { - sh "kubectl set image deployment.v1.apps/ui -n ui ui=robolaunchio/frontend-public-demo-httpd:${env.VER} --kubeconfig=$config" - } - } - } - } } } \ No newline at end of file