Fix add 'Run sh file stage'
This commit is contained in:
parent
a61791a846
commit
f37aa7c3c5
5
datasetStats/Jenkinsfile
vendored
5
datasetStats/Jenkinsfile
vendored
@ -18,5 +18,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Run sh file') {
|
||||
steps {
|
||||
sh 'ls -l'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user