fix jenkinsfile training

This commit is contained in:
jakubknczny 2021-05-15 17:44:11 +02:00
parent fad9eebd48
commit 7ad9031aaf
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline {
agent any
steps {
sh '''
cp ./lab5/create/Dockerfile .
cp ./lab5/create/script.sh .
cp ./lab5/create/create_dataset.py .
cp ./lab5/create/smart-grid-stability.zip .

View File

@ -13,6 +13,7 @@ pipeline {
agent any
steps {
sh '''
cp ./lab5/train/Dockerfile .
cp ./lab5/train/script.sh .
cp ./lab5/train/train.py .
cp ./lab5/train/requirements.txt .