diff --git a/Jenkinsfile b/Jenkinsfile index 3d1b048..4504592 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,14 +1,13 @@ pipeline { agent any - parameters { - string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username') + string(name: 'KAGGLE_USERNAME', defaultValue: 'alicjaszulecka', description: 'Kaggle username') password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key') } stages { stage('Git Checkout') { steps { - git "https://git.wmi.amu.edu.pl/s464914/ium_464914.git" + checkout scm } } stage('Cleanup') {