add ls
This commit is contained in:
parent
57029a0293
commit
adb33c7eed
@ -9,10 +9,15 @@ pipeline {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('CopyArtifacts'){
|
||||
stage('CopyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts projectName: 'z-s487186-create-dataset', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
sh 'ls -la'
|
||||
}
|
||||
}
|
||||
stage('Script') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user