feature/change-base-image #3

Merged
Sciocatti merged 2 commits from feature/change-base-image into main 2023-01-12 09:07:27 +00:00
Showing only changes of commit 70599c8bc0 - Show all commits

2
cicd/Jenkinsfile vendored
View File

@@ -58,7 +58,7 @@ spec:
steps { steps {
container("deploy") { container("deploy") {
sh 'sed -ie "s/{{replaceMe}}/`date +%s`/g" `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml' sh 'sed -ie "s/{{replaceMe}}/`date +%s`/g" `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml'
sh './utils/kubectl apply -f `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml' sh '/utils/kubectl apply -f `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml'
} }
} }
} }