s
This commit is contained in:
parent
d5d650df66
commit
f54b046c45
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user