change agent
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
961b01b272
commit
6dce38df11
@ -1,11 +1,11 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
agent none
|
||||
stages {
|
||||
stage('Copy') {
|
||||
agent { dockerfile true }
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
sh 'ls -la'
|
||||
sh 'ls -la src'
|
||||
}
|
||||
}
|
||||
stage('archive model') {
|
||||
|
Loading…
Reference in New Issue
Block a user