Update 'Jenkinsfile'
This commit is contained in:
parent
8e3bb3ec54
commit
b3295007a4
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -6,7 +6,6 @@ pipeline {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
sh 'chmod u+x ./process_dataset.py'
|
||||
echo 'Dataset downloaded'
|
||||
echo 'Processing dataset...'
|
||||
sh 'python3 process_dataset.py'
|
||||
echo 'Dataset processed'
|
||||
|
Loading…
Reference in New Issue
Block a user