Update 'lab7/Jenkinsfile_train'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2ed534336b
commit
14507e3744
@ -15,7 +15,7 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod u+x ./simple_regression.py'
|
sh 'chmod u+x ./simple_regression.py'
|
||||||
sh 'cat simple_regression.py''
|
sh 'cat simple_regression.py'
|
||||||
echo 'Copying datasets from create-dataset...'
|
echo 'Copying datasets from create-dataset...'
|
||||||
copyArtifacts filter: '*', projectName: 's449288-create-dataset'
|
copyArtifacts filter: '*', projectName: 's449288-create-dataset'
|
||||||
echo 'Datasets copied'
|
echo 'Datasets copied'
|
||||||
|
Loading…
Reference in New Issue
Block a user