Skip to content

Commit

Permalink
test: add sleep
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Jul 1, 2024
1 parent f76c126 commit 760ecbe
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
Expand Up @@ -35,7 +35,8 @@ pipeline {
}
stage('ossrh') {
steps {
sh 'mvn deploy -Possrh -B'
sh 'sleep 10m'
sh 'mvn -X deploy -Possrh -B'
}
}
}
Expand Down

0 comments on commit 760ecbe

Please sign in to comment.