Browse Source

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

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

2
Jenkinsfile

@ -52,7 +52,7 @@ pipeline {
returnStdout: true
).trim()
} 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
return false
}

Loading…
Cancel
Save