update
This commit is contained in:
parent
23c759af96
commit
33c929e832
15
Jenkinsfile1
Normal file
15
Jenkinsfile1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
dockerfile { image 's449288/ium:2.0' }
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Stage 1') {
|
||||||
|
steps {
|
||||||
|
sh 'chmod u+x ./process_dataset.py'
|
||||||
|
echo 'Processing dataset...'
|
||||||
|
sh 'python3 process_dataset.py'
|
||||||
|
echo 'Dataset processed'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user