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

[JENKINS-72833] Do not attempt to self-exec on systems without libc #9025

Merged
merged 1 commit into from Mar 10, 2024

[JENKINS-72833] Do not attempt to self-`exec` on systems without `libc`

bf6cbc6
Select commit
Failed to load commit list.
Merged

[JENKINS-72833] Do not attempt to self-exec on systems without libc #9025

[JENKINS-72833] Do not attempt to self-`exec` on systems without `libc`
bf6cbc6
Select commit
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Mar 8, 2024 in 0s

Line Coverage: 50.00% (+7.82%), Branch Coverage: 50.00% (+20.00%)

Summary for modified lines

  • 16 lines have been modified
  • 3 lines are not covered
  • 3 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% (3/3) 83.81% (88/105) 80.65% (967/1199) 79.22% (1940/2449) 66.18% (10487/15847) 66.75% (36733/55028) 59.77% (13360/22353) 66.49% (165979/249646)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% -0.03% ⬇️ -0.02% ⬇️ -0.04% ⬇️ -0.03% ⬇️
🐾 Modified files 100.00% (2/2) 100.00% (2/2) 100.00% (3/3) 66.67% (4/6) 58.62% (17/29) 42.18% (62/147) 30.00% (21/70) 33.16% (192/579)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.18% ⬆️ +0.00% n/a
🐾 Modified code lines 100.00% (2/2) 100.00% (2/2) 66.67% (2/3) n/a n/a 50.00% (3/6) 50.00% (1/2) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +7.82% ⬆️ +20.00% ⬆️ n/a
🐾 Indirect changes 100.00% (2/2) 50.00% (6/12) 45.00% (9/20) n/a n/a 38.00% (19/50) 33.33% (9/27) n/a

Annotations

Check warning on line 91 in core/src/main/java/hudson/lifecycle/UnixLifecycle.java

See this annotation in the file changed.

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

Not covered line

Line 91 is not covered by tests

Check warning on line 90 in core/src/main/java/hudson/lifecycle/UnixLifecycle.java

See this annotation in the file changed.

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

Partially covered line

Line 90 is only partially covered, one branch is missing

Check warning on line 124 in core/src/main/java/hudson/lifecycle/Lifecycle.java

See this annotation in the file changed.

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

Not covered lines

Lines 123-124 are not covered by tests