You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefix Anka logs with [Anka]; improve Advanced cloud config UI
- Add AnkaLog / AnkaSdkLog and use for plugin and ankaMgmtSdk INFO/FINE/WARNING lines
- Cloud Log() output gets the same prefix via AnkaMgmtCloud
- Jenkins cloud config: use f:advanced instead of optionalBlock; widen advanced panel; hide repeated-chunk__header padding
- Provisioning: log when cloud/template capacity blocks provisioning and when no cloud can provision a label
- AnkaPlannedNodeCreator: terminate instance on InterruptedException during provisioning wait
if (instance == null || instance.isTerminatingOrTerminated()) {
150
-
LOGGER.log(Level.INFO, "Node {0} Instance {1}, removing node since instance is terminated or not found", newObject[]{getNodeName(), instanceId});
150
+
LOGGER.log(Level.INFO, AnkaLog.prefix("Node {0} Instance {1}, removing node since instance is terminated or not found"), newObject[]{getNodeName(), instanceId});
151
151
Jenkins.get().removeNode(this); // only agree to remove the node after the instance doesn't
0 commit comments