edit Jenkinsfile and add datasetscript.sh
This commit is contained in:
parent
e9761ef4db
commit
5740821c5f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
||||
stage('Run sh file') {
|
||||
steps {
|
||||
checkout scm
|
||||
sh 'ls -l'
|
||||
sh 'chmod +x ./datasetscript.sh'
|
||||
sh './datasetscript.sh'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user