remove trigger in Jenkinsfile
This commit is contained in:
parent
27de274e9b
commit
256ae78ed2
|
@ -1,10 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
triggers {
|
|
||||||
cron('H 4/* 0 0 1-5')
|
|
||||||
}
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
CI = 'true'
|
CI = 'true'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue