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