Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminate the instance when 404 occured. #489

Merged
merged 8 commits into from
Dec 12, 2024

Terminate instance when not found.

ec6f4b3
Select commit
Loading
Failed to load commit list.
Merged

Terminate the instance when 404 occured. #489

Terminate instance when not found.
ec6f4b3
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Nov 28, 2024

Line Coverage: 0.00% (-0.72%), Branch Coverage: 0.00% (+0.00%)

Summary for modified lines

  • 53 lines have been modified
  • 29 lines are not covered
  • 4 lines are covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 100.00% (3/3) 68.97% (20/29) 66.67% (32/48) 46.69% (233/499) 31.40% (521/1659) 19.37% (111/573) 30.64% (2342/7644)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% -0.19% ⬇️ -0.44% ⬇️ -0.34% ⬇️ -0.39% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 25.00% (1/4) 28.57% (2/7) 3.61% (3/83) 0.72% (3/415) 0.00% (0/137) 0.55% (10/1818)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -0.04% ⬇️ +0.00% n/a
🐾 Modified code lines 0.00% (0/1) 0.00% (0/1) 0.00% (0/4) n/a n/a 0.00% (0/29) 0.00% (0/10) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -0.72% ⬇️ +0.00% n/a

Annotations

Check warning on line 443 in src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputerLauncher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 161-443 are not covered by tests

Check warning on line 144 in src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 137-144 are not covered by tests

Check warning on line 96 in src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 95-96 are not covered by tests

Check warning on line 89 in src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 88-89 are not covered by tests