There was an error while loading. Please reload this page.
1 parent 31951f6 commit 65791abCopy full SHA for 65791ab
.ci/load/Jenkinsfile
@@ -197,8 +197,8 @@ pipeline {
197
198
// force kill any remaining app instance to ensure app can start
199
sh(script: ".ci/load/scripts/app.sh stopApp")
200
-
201
- script {
+ metricbeat(es_secret: 'secret/apm-team/ci/load-test-cloud-elastic'){
+ script {
202
echo "start application with JVM options '${params.jvm_options}'"
203
204
def java_home = sh(script: ".ci/load/scripts/fetch_sdk.sh ${params.jvm_version}", returnStdout: true).trim()
@@ -276,7 +276,7 @@ pipeline {
276
withSecretVault(secret: 'secret/apm-team/ci/bandstand', user_var_name: 'APP_TOKEN_TYPE', pass_var_name: 'APP_TOKEN') {
277
sh(script: ".ci/load/scripts/app.sh")
278
}
279
+ }
280
281
282
post {
0 commit comments