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 {
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') {