Update 'lab6/Jenkinsfile_dataset_for_LAB6'
This commit is contained in:
parent
066d25cdd2
commit
660d5052f5
@ -7,6 +7,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'ls - lh'
|
||||||
|
sh 'ls - lh */'
|
||||||
sh 'cd lab6/'
|
sh 'cd lab6/'
|
||||||
sh 'chmod u+x process_dataset.py'
|
sh 'chmod u+x process_dataset.py'
|
||||||
echo 'Processing dataset...'
|
echo 'Processing dataset...'
|
||||||
|
Loading…
Reference in New Issue
Block a user