[DO-0] add timeout for lic backup (!38)

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/38
This commit is contained in:
Rustam Tagaev
2024-10-07 10:38:15 +03:00
parent 96f19b9b8a
commit 2648d95b56

View File

@@ -123,6 +123,7 @@ node('slave01') {
} }
stage('Run tests'){ stage('Run tests'){
sleep time: 60
tests.each { test -> tests.each { test ->
httpRequest( httpRequest(
url: "http://${licBackupServer}${test.URL}", url: "http://${licBackupServer}${test.URL}",