Skip to content

Commit

Permalink
refactor(jenkinsfile): update jenkinsfile stages
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Nov 1, 2023
1 parent 8069096 commit 12515ed
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
9 changes: 0 additions & 9 deletions docker/Jenkinsfile-private-amazon
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}
9 changes: 0 additions & 9 deletions docker/Jenkinsfile-private-aselsan
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}
9 changes: 0 additions & 9 deletions docker/Jenkinsfile-private-ford
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}
9 changes: 0 additions & 9 deletions docker/Jenkinsfile-private-ford-robot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}
9 changes: 0 additions & 9 deletions docker/Jenkinsfile-public-demo
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
}

0 comments on commit 12515ed

Please sign in to comment.