diff --git a/Jenkinsfile b/Jenkinsfile index 21cfdbf..6cd135e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,5 @@ pipeline { agent any - } parameters { buildSelector ( defaultSelector: lastSuccessful(), @@ -31,4 +30,5 @@ pipeline { } } } - } \ No newline at end of file + } +} \ No newline at end of file