Update Jenkinsfile
Edit to unit testto be long runnoing
This commit is contained in:
parent
d73885d65c
commit
41804816e8
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -24,6 +24,10 @@ pipeline {
|
|||
}
|
||||
stage('Unit Test') {
|
||||
steps {
|
||||
for (int i = 0 ; i < 60; i++) {
|
||||
echo "${i + 1}"
|
||||
sleep 1
|
||||
}
|
||||
sh "mvn test"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue