Closed dduportal closed 1 month ago
Good, thanks!
the tags mentioned in the body had been replayed with the following pipeline:
pipeline {
agent none
triggers {
cron('')
}
stages {
stage('Hello') {
steps {
echo 'OK'
}
}
}
}
and now shows no more daily cron trigger!
Fixup of https://github.com/jenkins-infra/plugin-health-scoring/pull/536 which introduces a daily cron trigger.
We forgot that this trigger should be "branch-conditionnal" otherwise it tries to rebuild everything including tags once a day (which is... not a good thing)
Notes:
echo OK
step) so it will stop them. Only the following tags are subject to the rebuild: