Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    src/main/java/io/onedev/k8shelper/KubernetesHelper.java
    skipped 266 lines
    267 267   " echo '" + TaskLogger.wrapWithAnsiSuccess("Step \"" + escapedStepNames + "\" is successful") + "'",
    268 268   " touch " + markPrefix + ".successful",
    269 269   "else",
    270  - " echo '" + TaskLogger.wrapWithAnsiError("Step \"" + escapedStepNames + "\" is failed") + "'",
    271 270   " touch " + markPrefix + ".failed",
    272 271   "fi",
    273 272   "echo " + LOG_END_MESSAGE,
    skipped 764 lines
Please wait...
Page is in error, reload to recover