feat(ci): add pollSCM trigger to auto-build on push

This commit is contained in:
wangjing
2026-04-23 21:46:24 +08:00
parent 031db6c7d0
commit 6d64f97ea1
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
pipeline {
agent any
triggers {
pollSCM('* * * * *')
}
stages {
stage('Build Backend Image') {
+3
View File
@@ -1,5 +1,8 @@
pipeline {
agent any
triggers {
pollSCM('* * * * *')
}
stages {
stage('Build Frontend Assets') {