Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: Updated to content "" in file ".ci/e2eTestingMacosDaily.groovy"
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
apmmachine committed Jul 31, 2023
1 parent fff4676 commit 1c0e7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/e2eTestingMacosDaily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ pipeline {
quietPeriod(10)
}
parameters {
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_STACK_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the stack to be used for the tests.')
string(name: 'BEAT_VERSION', defaultValue: "7.17.11-SNAPSHOT", description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_AGENT_VERSION', defaultValue: "7.17.12-SNAPSHOT", description: 'SemVer version of the Elastic Agent to be used for the tests. You can use here the tag of your PR to test your changes')
string(name: 'ELASTIC_STACK_VERSION', defaultValue: "7.17.12-SNAPSHOT", description: 'SemVer version of the stack to be used for the tests.')
string(name: 'BEAT_VERSION', defaultValue: "7.17.12-SNAPSHOT", description: 'SemVer version of the Beat to be used for the tests. You can use here the tag of your PR to test your changes')
choice(name: 'LOG_LEVEL', choices: ['TRACE', 'DEBUG', 'INFO'], description: 'Log level to be used')
choice(name: 'TIMEOUT_FACTOR', choices: ['5', '3', '7', '11'], description: 'Max number of minutes for timeout backoff strategies')
}
Expand Down

0 comments on commit 1c0e7c6

Please sign in to comment.