Skip to content

Commit

Permalink
Update folioDeployFlow.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
OHaimanov committed Sep 24, 2024
1 parent e5e3569 commit 7bde9bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vars/folioDeployFlow.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ void okapi(RancherNamespace namespace, Closure preStages = { -> }, Closure postS
folioHelm.deployFolioModule(namespace, 'okapi', namespace.getOkapiVersion())
// folioHelm.checkPodRunning(namespace.getNamespaceName(), 'okapi')
}
pauseBetweenStages()
pauseBetweenStages(3)
}

stage('[Rest] Okapi healthcheck') {
sleep time: 3, unit: 'MINUTES'
common.healthCheck("https://${namespace.getDomains()['okapi']}/_/proxy/health")
}

Expand All @@ -43,7 +42,7 @@ void backend(RancherNamespace namespace, Closure preStages = { -> }, Closure pos
folioHelm.deployFolioModulesParallel(namespace, namespace.getModules().getBackendModules())
// folioHelm.checkAllPodsRunning(namespace.getNamespaceName())
}
pauseBetweenStages()
pauseBetweenStages(10)
}

postStages()
Expand Down

0 comments on commit 7bde9bc

Please sign in to comment.