diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile new file mode 100644 index 0000000..fdf90c8 --- /dev/null +++ b/ci/Jenkinsfile @@ -0,0 +1,10 @@ +@Library('containerimages') +@Library('dch') +_ + +buildContainerImage2(project: 'packages', defaultBranchName: 'master') +stage('Deploy') { + when(env.BRANCH_NAME == "master") { + kubeRestartDeployment() + } +}