Commit 3166289e authored by hardy's avatar hardy

add dbhost conditional statement for test results

parent f2f2f6e1
...@@ -383,6 +383,9 @@ pipeline { ...@@ -383,6 +383,9 @@ pipeline {
} }
} }
stage ("Result Update"){ stage ("Result Update"){
when {
expression { params.DataBaseHost != "none" }
}
agent {label DataBaseHost} agent {label DataBaseHost}
steps { steps {
script { script {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment