Update Jenkinsfile
This commit is contained in:
parent
41804816e8
commit
be9dddeb02
1 changed files with 6 additions and 3 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -24,11 +24,14 @@ pipeline {
|
|||
}
|
||||
stage('Unit Test') {
|
||||
steps {
|
||||
for (int i = 0 ; i < 60; i++) {
|
||||
script {
|
||||
for (int i = 0 ; i < 60; i++) {
|
||||
echo "${i + 1}"
|
||||
sleep 1
|
||||
}
|
||||
sh "mvn test"
|
||||
}
|
||||
|
||||
sh "mvn test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue