Do not run automatically
This commit is contained in:
parent
09d7ca14d5
commit
827a09ac45
|
@ -3,10 +3,6 @@ pipeline {
|
||||||
label 'agent2'
|
label 'agent2'
|
||||||
}
|
}
|
||||||
|
|
||||||
triggers {
|
|
||||||
cron("* 0 * * 1")
|
|
||||||
}
|
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue