This commit is contained in:
Maciej 2021-03-29 00:27:51 +02:00
parent 192a5db04b
commit 310a29e836

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
sh "KAGGLE_USERNAME=${params.username} KAGGLE_KEY=${params.key} kaggle datasets download -d szamil/who-suicide-statistics"
// sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
// sh 'kaggle datasets download -d szamil/who-suicide-statistics'
}
// }
}
}
}