Skip to content

Commit

Permalink
[CI] cherry-pick #20891 (#21314) (#21634)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>

Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
  • Loading branch information
v1v and kuisathaverat committed Oct 7, 2020
1 parent 20cd0af commit a99c590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pipeline {
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin'
OSS_MODULE_PATTERN = '^[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
PIPELINE_LOG_LEVEL = 'INFO'
PYTEST_ADDOPTS = "${params.PYTEST_ADDOPTS}"
RUNBLD_DISABLE_NOTIFICATIONS = 'true'
SLACK_CHANNEL = "#beats-ci-builds"
TERRAFORM_VERSION = "0.12.24"
Expand All @@ -47,6 +48,7 @@ pipeline {
string(name: 'awsRegion', defaultValue: 'eu-central-1', description: 'Default AWS region to use for testing.')
booleanParam(name: 'runAllStages', defaultValue: false, description: 'Allow to run all stages.')
booleanParam(name: 'macosTest', defaultValue: false, description: 'Allow macOS stages.')
string(name: 'PYTEST_ADDOPTS', defaultValue: '', description: 'Additional options to pass to pytest. Use PYTEST_ADDOPTS="-k pattern" to only run tests matching the specified pattern. For retries you can use `--reruns 3 --reruns-delay 15`')
}
stages {
stage('Checkout') {
Expand Down

0 comments on commit a99c590

Please sign in to comment.