ci: skip docs pr
This commit is contained in:
parent
786b4763db
commit
41eefb3d71
|
@ -333,6 +333,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('run test') {
|
stage('run test') {
|
||||||
|
when {
|
||||||
|
allOf {
|
||||||
|
not { expression { env.CHANGE_BRANCH =~ /docs\// }}
|
||||||
|
}
|
||||||
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('windows test') {
|
stage('windows test') {
|
||||||
agent{label " windows10_01 || windows10_02 || windows10_03 || windows10_04 "}
|
agent{label " windows10_01 || windows10_02 || windows10_03 || windows10_04 "}
|
||||||
|
|
Loading…
Reference in New Issue