diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index cabc241..a2b514c 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -1,7 +1,5 @@ pipeline { - agent { - docker { image 'ubuntu:latest' } - } + agent any parameters { buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR') }