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 { pipeline {
agent { agent none
label 'linux && genarrative-build'
}
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()