s
This commit is contained in:
parent
d8c24f4511
commit
162dcf95ab
@ -6,16 +6,15 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
PATH = "/path/to/your/python/bin:${env.PATH}"
|
|
||||||
SACRED_IGNORE_GIT = 'TRUE'
|
SACRED_IGNORE_GIT = 'TRUE'
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
|
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Przygotuj') {
|
stage('Przygotowania') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python -m pip install pandas tensorflow scikit-learn imbalanced-learn sacred pymongo mlflow'
|
sh 'pip install pandas tensorflow scikit-learn imbalanced-learn sacred pymongo mlflow'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Pobierz dane') {
|
stage('Pobierz dane') {
|
||||||
|
Loading…
Reference in New Issue
Block a user