change agent
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-03 14:49:16 +02:00
parent 961b01b272
commit 6dce38df11

View File

@ -1,11 +1,11 @@
pipeline { pipeline {
agent { dockerfile true } agent none
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'
sh 'ls -la src'
} }
} }
stage('archive model') { stage('archive model') {