This commit is contained in:
Maciej 2021-03-29 01:16:12 +02:00
parent 350fe8ed29
commit b5d383f625
2 changed files with 1 additions and 6 deletions

5
Jenkinsfile vendored
View File

@ -9,10 +9,6 @@ pipeline {
trim: false trim: false
) )
} }
environment {
KAGGLE_KEY = "${params.key}"
KAGGLE_USERNAME = "${params.username}"
}
stages { stages {
stage('checkout: Check out from version control') { stage('checkout: Check out from version control') {
@ -22,7 +18,6 @@ pipeline {
} }
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'chmod +x preparations.sh' sh 'chmod +x preparations.sh'
sh './preparations.sh' sh './preparations.sh'
} }

View File

@ -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