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

Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.82 #352

Closed

Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.82

347263d
Select commit
Loading
Failed to load commit list.
Closed

Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.82 #352

Bump org.jenkins-ci.plugins:plugin from 4.72 to 4.82
347263d
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / SpotBugs failed May 6, 2024

2 new issues

Total New Outstanding Fixed Trend
2 2 0 0 👎

Reference build: Plugins » amazon-ecs-plugin » master #243

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 2 0

Annotations

Check warning on line 72 in src/main/java/com/cloudbees/jenkins/plugins/amazonecs/ECSLauncher.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

SS_SHOULD_BE_STATIC

NORMAL:
Unread field: com.cloudbees.jenkins.plugins.amazonecs.ECSLauncher.maxAttempts; should this field be static?
Raw output
<p> This class contains an instance final field that is initialized to a compile-time static value. Consider making the field static.</p>

Check warning on line 50 in src/main/java/com/cloudbees/jenkins/plugins/amazonecs/pipeline/ECSTaskTemplateStep.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

SS_SHOULD_BE_STATIC

NORMAL:
Unread field: com.cloudbees.jenkins.plugins.amazonecs.pipeline.ECSTaskTemplateStep.DEFAULT_CLOUD; should this field be static?
Raw output
<p> This class contains an instance final field that is initialized to a compile-time static value. Consider making the field static.</p>