Update 'Jenkinsfile'
This commit is contained in:
parent
cdb9c84618
commit
f59d746714
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'chmod u+x ./download_dataset.sh ./process_dataset.py'
|
||||||
echo 'Downloading dataset...'
|
echo 'Downloading dataset...'
|
||||||
sh './download_dataset.sh'
|
sh './download_dataset.sh'
|
||||||
echo 'Dataset downloaded'
|
echo 'Dataset downloaded'
|
||||||
|
Loading…
Reference in New Issue
Block a user