This commit is contained in:
piotrwrzodak 2023-04-20 22:53:01 +02:00
parent b5ff92b822
commit 6d43d0b1d8

6
Jenkinsfile vendored
View File

@ -20,9 +20,9 @@ pipeline {
)
}
stages {
stage('checkout: Check out from version control') {
stage('Clear') {
steps {
checkout scm
sh 'rm -rf *'
}
}
stage('Build') {
@ -34,7 +34,7 @@ pipeline {
sh 'rm airbnb-prices-in-european-cities.zip'
sh 'ls -a'
sh 'ls -a ./ium_z444510'
sh 'chmod u+x create-dataset.sh'
sh 'chmod u+x ./create-dataset.sh'
sh './create-dataset.sh'
}
// archiveArtifacts 'ium_z444510/train.csv'