change path
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
87a934d56b
commit
6007c252a8
@ -5,11 +5,13 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444417-create-dataset'
|
copyArtifacts projectName: 's444417-create-dataset'
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
|
sh 'ls -la src'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('archive model') {
|
stage('archive model') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts './src/saved_model/my_model'
|
|
||||||
|
archiveArtifacts '/src/saved_model/my_model'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user