check
This commit is contained in:
parent
b5ff92b822
commit
6d43d0b1d8
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,9 +20,9 @@ pipeline {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('checkout: Check out from version control') {
|
stage('Clear') {
|
||||||
steps {
|
steps {
|
||||||
checkout scm
|
sh 'rm -rf *'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
@ -34,7 +34,7 @@ pipeline {
|
|||||||
sh 'rm airbnb-prices-in-european-cities.zip'
|
sh 'rm airbnb-prices-in-european-cities.zip'
|
||||||
sh 'ls -a'
|
sh 'ls -a'
|
||||||
sh 'ls -a ./ium_z444510'
|
sh 'ls -a ./ium_z444510'
|
||||||
sh 'chmod u+x create-dataset.sh'
|
sh 'chmod u+x ./create-dataset.sh'
|
||||||
sh './create-dataset.sh'
|
sh './create-dataset.sh'
|
||||||
}
|
}
|
||||||
// archiveArtifacts 'ium_z444510/train.csv'
|
// archiveArtifacts 'ium_z444510/train.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user