ci: 关闭定时触发

This commit is contained in:
fit2-zhao 2025-01-08 09:52:50 +08:00 committed by Craftsman
parent b032a624a4
commit 095bfebd2c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
}
}
triggers {
pollSCM('50 * * * *')
// pollSCM('50 * * * *')
}
environment {
IMAGE_PREFIX = 'registry.fit2cloud.com/metersphere'