Skip to content

Commit

Permalink
Merge pull request #1736 from edx/hassan/fix-missing-import
Browse files Browse the repository at this point in the history
chore: Added missing import.
  • Loading branch information
HassanJaveed84 authored Mar 13, 2024
2 parents 0930840 + cef597d commit 8b7077f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataeng/jobs/analytics/RetirementJobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import static org.edx.jenkins.dsl.AnalyticsConstants.secure_scm
import static org.edx.jenkins.dsl.AnalyticsConstants.secure_scm_parameters
import static org.edx.jenkins.dsl.AnalyticsConstants.common_wrappers
import static org.edx.jenkins.dsl.AnalyticsConstants.common_authorization
import static org.edx.jenkins.dsl.AnalyticsConstants.platform_scm

class RetirementJobs{
public static def job = { dslFactory, allVars ->
Expand Down

0 comments on commit 8b7077f

Please sign in to comment.