Skip to content

Commit

Permalink
Merge pull request #132 from fabianorosas/pin-distro-version
Browse files Browse the repository at this point in the history
Pin release and devel pipelines to CentOS 7.5
  • Loading branch information
farosas authored May 16, 2018
2 parents 63f31ac + f0092f2 commit f388c4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipeline/devel/parameters.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pipelineParameters += [
CENTOS_ALTERNATE_MIRROR_RELEASE_URL: [
defaultValue: 'http://mirror.centos.org/altarch/7.5.1804',
description:
'URL up to the release component of a CentOS YUM repository ' +
'alternate mirror. Empty to use CentOS latest release ' +
'official repository.'],
GITHUB_BOT_NAME: [
defaultValue: constants.GITHUB_BOT_NAME,
description:
Expand Down
6 changes: 6 additions & 0 deletions pipeline/release/parameters.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pipelineParameters += [
CENTOS_ALTERNATE_MIRROR_RELEASE_URL: [
defaultValue: 'http://mirror.centos.org/altarch/7.5.1804',
description:
'URL up to the release component of a CentOS YUM repository ' +
'alternate mirror. Empty to use CentOS latest release ' +
'official repository.'],
UPLOAD_SERVER_PERIODIC_BUILDS_DIR_PATH: [
defaultValue: constants.UPLOAD_SERVER_RELEASE_DIR_PATH,
description:
Expand Down

0 comments on commit f388c4e

Please sign in to comment.