This commit is contained in:
s487178 2023-04-19 18:44:37 +02:00
parent cbd0a20b58
commit 3188b505de

View File

@ -10,8 +10,8 @@ pipeline {
stage('Copy artifacts') {
steps {
copyArtifacts(projectName: 's487178-create-dataset', fingerprintArtifacts: true, filter: 'artifacts/*.csv', target: './')
sh "ls -l"
sh "ls -l ./artifacts"
// sh "ls -l"
// sh "ls -l ./artifacts"
}
}
stage('Copy csv file') {
@ -22,6 +22,7 @@ pipeline {
// Add some debug steps to list the contents of the directories
sh 'ls -l ./artifacts'
sh 'ls -l ./'
pwd
}
}
/*