Skip to content

Commit

Permalink
edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Sep 12, 2024
1 parent ee6b1df commit 6397a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jenkins/plugins/jfrog/JfStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public String getDisplayName() {
@Override
public boolean isApplicable(Class<? extends AbstractProject> jobType) {
// JfStep Extends SimpleBuildStep, which applies also to FreeStyleProjects, as well as workflow jobs.
// To avoid errors due to unsupported inputs in FreeStyleProjects,
// To avoid errors due to unsupported inputs in non-Pipelines job types.
// Return applicable only for WorkflowJobProperty.
return WorkflowJobProperty.class.isAssignableFrom(jobType);
}
Expand Down

0 comments on commit 6397a65

Please sign in to comment.