Skip to content

Commit

Permalink
fix duplicated option
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 24, 2021
1 parent 7524589 commit 546ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ pipeline {
}
stage('Benchmarks') {
agent { label 'metal' }
options { skipDefaultCheckout() }
environment {
REPORT_FILE = 'apm-agent-benchmark-results.json'
HOME = "${env.WORKSPACE}"
Expand All @@ -386,6 +385,7 @@ pipeline {
options {
warnError('Benchmark failed')
timeout(time: 1, unit: 'HOURS')
skipDefaultCheckout()
}
steps {
withGithubNotify(context: 'Benchmarks') {
Expand Down

0 comments on commit 546ecdb

Please sign in to comment.