Skip to content

Commit

Permalink
removed commented command
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertGebicki-TomTom committed Apr 10, 2018
1 parent 89aaaad commit bcba633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleanup/artifactCleanup/artifactCleanup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ executions {
Global.paceTimeMS = params['paceTimeMS'] ? params['paceTimeMS'][0] as int : 0
def keepRelease = params['keepRelease'] ? params['keepRelease'][0].toBoolean() : false
def releaseRegex = params['releaseRegex'] ? params['releaseRegex'] as Pattern : regex
// def releaseRegex = config.policies[0][7] ? config.policies[0][7] as Pattern : ~/-\d+\.\d+\.\d+/
artifactCleanup(months, repos, log, Global.paceTimeMS, dryRun, disablePropertiesSupport, keepRelease, releaseRegex)
}

Expand Down

0 comments on commit bcba633

Please sign in to comment.