fix: JS_DL

This commit is contained in:
Jakub Zaręba 2023-05-10 15:12:25 +02:00
parent 8a76062a88
commit e854e7076d
3 changed files with 1 additions and 3 deletions

View File

@ -12,15 +12,13 @@ pipeline {
stage('Pobierz dane') { stage('Pobierz dane') {
steps { steps {
script { script {
// Skopiuj dane z poprzedniego projektu (s123456-create-dataset) copyArtifacts(projectName: 's487187-create-dataset', filter: '*.csv', target: 'data', fingerprintArtifacts: true)
copyArtifacts(projectName: 's123456-create-dataset', filter: '*.csv', target: 'data', fingerprintArtifacts: true)
} }
} }
} }
stage('Trenuj model') { stage('Trenuj model') {
steps { steps {
script { script {
// Uruchom skrypt trenujący z parametrami
sh 'python3 train.py ${params.TRAIN_PARAMS}' sh 'python3 train.py ${params.TRAIN_PARAMS}'
} }
} }

Binary file not shown.

Binary file not shown.
Can't render this file because it is too large.