This commit is contained in:
Jakub Zaręba 2023-05-10 18:31:33 +02:00
parent 09dba5f371
commit 1b18e6a144

View File

@ -6,7 +6,6 @@ pipeline {
}
}
parameters {
gitParameter name: 'BRANCH', type: 'PT_BRANCH'
buildSelector(name: 'BUILD_NUMBER', description: 'Wybierz numer buildu', defaultSelector: lastSuccessful())
}
stages {