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

Fixed Jenkinsfile

parent e58c0d31
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