Skip to content

Commit

Permalink
fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
arugal committed Oct 20, 2019
1 parent 852971c commit 85891ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile-Agent-Test
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pipeline {
}
stage('Test Cases Report (135)') {
steps {
echo "reserve."
}
}
stage('Run Agent Plugin Tests') {
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile-Agent-Test-2
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pipeline {
}
stage('Test Cases Report (132)') {
steps {
echo "reserve."
}
}
stage('Run Agent Plugin Tests') {
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile-Agent-Test-3
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pipeline {
}
stage('Test Cases Report (21)') {
steps {
echo "reserve."
}
}
stage('Run Agent Plugin Tests') {
Expand Down

0 comments on commit 85891ff

Please sign in to comment.