Skip to content

Commit

Permalink
Revert "Pipeline Triggers instead of triggers" for Jenkinsfile (#129)
Browse files Browse the repository at this point in the history
* Properties and pipelineTriggers does not exist for this type of job

Signed-off-by: Morgan Davies <[email protected]>
  • Loading branch information
M-Davies authored Apr 15, 2021
1 parent 702af3a commit e3bcfa1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tools/code-tools/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ NODE_LABEL = "dockerBuild&&linux&&x64"
pipeline {
agent none

properties {
pipelineTriggers {
triggers {
cron {
spec(CRON_SETTINGS)
}
}
}
triggers {
cron(CRON_SETTINGS)
}

stages {
Expand Down

0 comments on commit e3bcfa1

Please sign in to comment.