Skip to content
Snippets Groups Projects
Commit 07915dd5 authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed Jenkinsfile

parent aa505f13
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,6 @@ pipeline {
parallelsAlwaysFailFast()
}
triggers {
cron(env.BRANCH_NAME == 'master' ? '@daily' : '')
}
stages {
stage('Initial Cleanup') {
steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment