add ls check
All checks were successful
s444417-training/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-04-25 22:11:33 +02:00
parent 10e3f9fad8
commit e681fc3eb4

View File

@ -4,6 +4,7 @@ pipeline {
stage('Test') {
steps {
copyArtifacts projectName: 's444417-create-dataset'
sh 'ls -la'
}
}
}