pwd
This commit is contained in:
parent
cbd0a20b58
commit
3188b505de
@ -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
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user