diff --git a/JenkinsfileEvaluate b/JenkinsfileEvaluate index b158287..8f3ec69 100644 --- a/JenkinsfileEvaluate +++ b/JenkinsfileEvaluate @@ -10,11 +10,6 @@ pipeline { buildSelector(name: 'BUILD_NUMBER', description: 'Wybierz numer buildu', defaultSelector: lastSuccessful()) } stages { - stage('Przygotowanie') { - steps { - sh 'pip install pandas tensorflow scikit-learn matplotlib' - } - } stage('Pobierz dane') { steps { script { @@ -29,6 +24,11 @@ pipeline { } } } + stage('Przygotowanie') { + steps { + sh 'pip install pandas tensorflow scikit-learn matplotlib' + } + } stage('Ewaluuj model') { steps { script {