[test/plugin]update report stage (#3663)
* update report stage * fix steps
This commit is contained in:
parent
77c10c681f
commit
89c320bfec
|
|
@ -54,9 +54,9 @@ pipeline {
|
|||
sh './mvnw -f test/plugin/pom.xml clean package -DskipTests -Dbuild_id=${BUILD_ID} docker:build'
|
||||
}
|
||||
}
|
||||
stage('Test Cases Report') {
|
||||
stage('Test Cases Report (135)') {
|
||||
steps {
|
||||
echo "total test cases: 135"
|
||||
echo "reserve."
|
||||
}
|
||||
}
|
||||
stage('Run Agent Plugin Tests') {
|
||||
|
|
|
|||
|
|
@ -54,9 +54,9 @@ pipeline {
|
|||
sh './mvnw -f test/plugin/pom.xml clean package -DskipTests -Dbuild_id=${BUILD_ID} docker:build'
|
||||
}
|
||||
}
|
||||
stage('Test Cases Report') {
|
||||
stage('Test Cases Report (132)') {
|
||||
steps {
|
||||
echo "total test cases: 132"
|
||||
echo "reserve."
|
||||
}
|
||||
}
|
||||
stage('Run Agent Plugin Tests') {
|
||||
|
|
|
|||
|
|
@ -54,9 +54,9 @@ pipeline {
|
|||
sh './mvnw -f test/plugin/pom.xml clean package -DskipTests -Dbuild_id=${BUILD_ID} docker:build'
|
||||
}
|
||||
}
|
||||
stage('Test Cases Report') {
|
||||
stage('Test Cases Report (21)') {
|
||||
steps {
|
||||
echo "total test cases: 21"
|
||||
echo "reserve."
|
||||
}
|
||||
}
|
||||
stage('Run Agent Plugin Tests') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue