diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile new file mode 100644 index 0000000..27fc583 --- /dev/null +++ b/ci/Jenkinsfile @@ -0,0 +1,8 @@ +@Library('containerimages')_ + +buildContainerImage2(project: 'infra', defaultBranch: 'master', archlist: ['amd64', 'arm64']) +stage('Deploy') { + when(env.BRANCH_NAME == "master") { + kubeRestartDeployment() + } +}