Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-29 21:08:45 +02:00
parent 66d15ac8f4
commit 5ff6e66c4f
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -1,10 +1,5 @@
pipeline {
agent any
parameters {
string(name: 'KAGGLE_USERNAME', defaultValue: 'alicjaszulecka', description: 'Kaggle username')
password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key')
string(name: 'CUTOFF', defaultValue: '100', description: 'cut off number')
}
stages {
stage('Git Checkout') {
steps {