This commit is contained in:
Jakub Zaręba 2023-05-10 18:21:33 +02:00
parent d5d650df66
commit f54b046c45

View File

@ -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 {