diff --git a/Jenkinsfile b/Jenkinsfile index 4a44176..33b0e26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,10 +9,6 @@ pipeline { trim: false ) } - environment { - KAGGLE_KEY = "${params.key}" - KAGGLE_USERNAME = "${params.username}" - } stages { stage('checkout: Check out from version control') { @@ -22,7 +18,6 @@ pipeline { } stage('sh: Shell Script') { steps { - sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh 'chmod +x preparations.sh' sh './preparations.sh' } diff --git a/preparations.sh b/preparations.sh index c570636..08c11c7 100755 --- a/preparations.sh +++ b/preparations.sh @@ -1,2 +1,2 @@ -kaggle datasets download -d szamil/who-suicide-statistics +curl -OL https://git.wmi.amu.edu.pl/s434784/ium_434784/who_suicide_statistics.csv