feat(ci): add pollSCM trigger to auto-build on push
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build Backend Image') {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build Frontend Assets') {
|
||||
|
||||
Reference in New Issue
Block a user