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())
|
buildSelector(name: 'BUILD_NUMBER', description: 'Wybierz numer buildu', defaultSelector: lastSuccessful())
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Przygotowanie') {
|
|
||||||
steps {
|
|
||||||
sh 'pip install pandas tensorflow scikit-learn matplotlib'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Pobierz dane') {
|
stage('Pobierz dane') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@ -29,6 +24,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Przygotowanie') {
|
||||||
|
steps {
|
||||||
|
sh 'pip install pandas tensorflow scikit-learn matplotlib'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Ewaluuj model') {
|
stage('Ewaluuj model') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
Loading…
Reference in New Issue
Block a user