Commit c353d9bf authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Update Deployer.groovy (Removed sleep)

parent f3298c7b
......@@ -7,7 +7,7 @@ class Deployer {
def run() {
while (tries < 10) {
Thread.sleep(1000)
// Thread.sleep(1000)
tries++
script.echo("tries is numeric: " + StringUtils.isAlphanumeric("" + tries))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment