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