Skip to content

Commit

Permalink
Merge pull request #1750 from edx/ihassan/GSRE-1490_remove_secure_rep…
Browse files Browse the repository at this point in the history
…o_common

chore: update common params to remove secure repo
  • Loading branch information
syedimranhassan authored Mar 28, 2024
2 parents 67768ee + 79d2ac4 commit 240ac76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/jobs/CheckSesLimits.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package devops.jobs

import static org.edx.jenkins.dsl.Constants.common_wrappers
import static org.edx.jenkins.dsl.Constants.common_logrotator
import static org.edx.jenkins.dsl.DevopsTasks.common_parameters
import static org.edx.jenkins.dsl.DevopsTasks.common_multiscm
import static org.edx.jenkins.dsl.DevopsTasks.common_parameters002
import static org.edx.jenkins.dsl.DevopsTasks.common_multiscm002

class CheckSesLimits {
public static def job = { dslFactory, extraVars ->
Expand Down Expand Up @@ -67,9 +67,9 @@ class CheckSesLimits {
cron("H/10 * * * *")
}

parameters common_parameters(extraVars)
parameters common_parameters002(extraVars)

multiscm common_multiscm(extraVars)
multiscm common_multiscm002(extraVars)

environmentVariables {
env('DEPLOYMENT', deployment)
Expand Down

0 comments on commit 240ac76

Please sign in to comment.