Cái này như hay em nào anh tạo crontab trên linux thì nó cũng thế
Đặt lịch để chạy build
pipeline{
agent{
label 'jenkins-k8s-agent'
}
triggers{
//MINUTE, HOUR, The day of the month (1–31), MONTH, The day of the week (0–7) where 0 and 7 are Sunday.
cron('0 1 2 3 1-7')
//cron(H */2 1-3 1,3 2-4)
//@yearly, @annually, @monthly, @weekly, @daily, @midnight,@hourly
//cron('@daily')
//cron(TZ=Europe/London\n)
}
stages{
stage('Build'){
steps{
echo "Buid Cron"
}
}
}
}
Giờ anh em ấn save và build thử
với timezone thì có hơi là chút là ta cấn xuống dòng