This commit is contained in:
parent
7b08fea108
commit
a91f27333a
@ -1,12 +1,11 @@
|
||||
pipeline {
|
||||
agent none
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Copy') {
|
||||
agent { dockerfile true }
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
sh 'ls -la'
|
||||
archiveArtifacts '/saved_model/my_model'
|
||||
// archiveArtifacts '/saved_model/my_model'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user