Browse Source

ci: enhance Jenkinsfile SSH retry/port and add runner process cleanup

master
Mohsen Taba 5 hours ago
parent
commit
94f0c4c6fa
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -52,7 +52,7 @@ pipeline {
returnStdout: true returnStdout: true
).trim() ).trim()
} catch (Exception e) { } catch (Exception e) {
echo "⚠️ Temporary SSH network timeout / glitch. Retrying in 10s..."
echo "⚠️ Temporary SSH network timeout / glitch (${e.getMessage()}). Retrying in 10s..."
sleep 10 sleep 10
return false return false
} }

Loading…
Cancel
Save