Run notification pipeline without build agent

This commit is contained in:
2026-05-02 23:14:57 +08:00
parent 36c81c30be
commit 98c83478ad

View File

@@ -1,7 +1,5 @@
pipeline {
agent {
label 'linux && genarrative-build'
}
agent none
options {
disableConcurrentBuilds()