diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 382d752..9e1cba8 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -1,11 +1,5 @@ pipeline { agent any - parameters{ - buildSelector( - defaultSelector: lastSuccessful(), - description: 'Which build to use for copying artifacts', - name: 'BUILD_SELECTOR') - } stages { stage('First step') { steps {