remove git clone
This commit is contained in:
parent
6824548098
commit
e931902296
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,7 +27,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'git clone https://git.wmi.amu.edu.pl/s444510/ium_z444510.git'
|
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
// sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
// sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||||
// sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510'
|
// sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510'
|
||||||
|
Loading…
Reference in New Issue
Block a user