We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5264af8 commit a9137c6Copy full SHA for a9137c6
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java
@@ -135,8 +135,6 @@ protected boolean checkStartupScriptFinished(
135
conn,
136
// default value will be 0 until it finishes
137
"exit $(systemctl show google-startup-scripts --property ExecMainExitTimestampMonotonic | cut -d \"=\" -f 2)",
138
- // not "initializing" or "starting" - benefit is doesn't require google-startup-scripts
139
- // "[ \"$(systemctl is-system-running)\" != \"starting\" ]",
140
logger,
141
listener)) {
142
return true;
0 commit comments