This commit is contained in:
s487178 2023-04-16 18:03:55 +02:00
parent 825edbde55
commit 3bd88c7d5b
2 changed files with 1 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
if (fileExists("artifacts/${csv_filename}")) {
archiveArtifacts artifacts: "artifacts/${csv_filename}"
}
sh "ls -l"
sh "ls -l ./artifacts"
}
}
}

View File

@ -11,7 +11,6 @@ pipeline {
steps {
copyArtifacts(projectName: 's487178-create-dataset', fingerprintArtifacts: true, filter: 'artifacts/*.csv', target: './')
sh "ls -l"
echo "File contents: ${readFile(file: 'output.txt')}"
}
}
stage('Build Docker image') {