Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ pipeline {
timeout(time: 4, unit: "HOURS")
}
agent none
triggers {
// The job will be triggered only for the develop branch at 7am every day.
parameterizedCron(env.BRANCH_NAME == "develop-18" ? "0 7 * * *" : "")
}
stages {
stage('Matrix stage') {
matrix {
Expand Down