git: set tags

This commit is contained in:
Shengliang Guan 2024-12-29 20:05:41 +08:00
parent d0939a4202
commit 91ec961b54
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ pipeline {
}
stage('linux test') {
agent{label "slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 "}
options { skipDefaultCheckout() }
when {
changeRequest()
}