fix jenkinsfile training
This commit is contained in:
parent
fad9eebd48
commit
7ad9031aaf
1
lab5/create/Jenkinsfile
vendored
1
lab5/create/Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
cp ./lab5/create/Dockerfile .
|
||||||
cp ./lab5/create/script.sh .
|
cp ./lab5/create/script.sh .
|
||||||
cp ./lab5/create/create_dataset.py .
|
cp ./lab5/create/create_dataset.py .
|
||||||
cp ./lab5/create/smart-grid-stability.zip .
|
cp ./lab5/create/smart-grid-stability.zip .
|
||||||
|
1
lab5/train/Jenkinsfile
vendored
1
lab5/train/Jenkinsfile
vendored
@ -13,6 +13,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
cp ./lab5/train/Dockerfile .
|
||||||
cp ./lab5/train/script.sh .
|
cp ./lab5/train/script.sh .
|
||||||
cp ./lab5/train/train.py .
|
cp ./lab5/train/train.py .
|
||||||
cp ./lab5/train/requirements.txt .
|
cp ./lab5/train/requirements.txt .
|
||||||
|
Loading…
Reference in New Issue
Block a user