diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 9d1af80..b7fe127 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { parameters { buildSelector( defaultSelector: lastSuccessful(), - description: 'Which build to use for copying artifacts' + description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR' ) }