ci: remove unneeded daily scan

This commit is contained in:
Bill Mahoney
2022-03-07 10:13:26 -07:00
committed by GitHub
parent 39ddea389a
commit c74f8119ae

3
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline { pipeline {
agent none agent none
triggers {cron '@daily'}
options { options {
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30')) buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
timestamps() timestamps()
@@ -169,4 +168,4 @@ pipeline {
} }
} }
} }
} }