ls...
This commit is contained in:
parent
825edbde55
commit
3bd88c7d5b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
||||
if (fileExists("artifacts/${csv_filename}")) {
|
||||
archiveArtifacts artifacts: "artifacts/${csv_filename}"
|
||||
}
|
||||
sh "ls -l"
|
||||
sh "ls -l ./artifacts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user