Skip to content

Commit

Permalink
Fix jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Oct 28, 2023
1 parent b3796de commit e7c5de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node ('xretorch-agent') {
stage('test') {
git scm
checkout scm
sh sleep 10
sh "mvn test"
}
}

0 comments on commit e7c5de5

Please sign in to comment.