Skip to content

Commit

Permalink
Unexpected linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jun 9, 2023
1 parent c438969 commit c19273d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/build/common/build_base_file.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ class Builder implements Serializable {
return "jdk${number}"
}


/*
Returns the downstream build job's type by checking job folder's path
can be "evaluation" or "release" or null (in this case it is for the nightly or pr-tester)
Expand All @@ -689,7 +688,7 @@ class Builder implements Serializable {

/*
Returns the jenkins folder of where we assume the downstream build jobs have been regenerated
e.g:
e.g:
nightly: build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin
evaluation: build-scripts/jobs/evaluation/jobs/jdk17u/jdk17u-evaluation-mac-x64-openj9
release: build-scripts/jobs/release/jobs/jdk20/jdk20-release-aix-ppc64-temurin
Expand Down

0 comments on commit c19273d

Please sign in to comment.