This commit is contained in:
Alicja Szulecka 2024-03-26 19:32:48 +01:00
parent b96fcc2625
commit b7eb51e781

5
Jenkinsfile vendored
View File

@ -1,14 +1,13 @@
pipeline { pipeline {
agent any agent any
parameters { 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') password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key')
} }
stages { stages {
stage('Git Checkout') { stage('Git Checkout') {
steps { steps {
git "https://git.wmi.amu.edu.pl/s464914/ium_464914.git" checkout scm
} }
} }
stage('Cleanup') { stage('Cleanup') {