This commit is contained in:
Anna Nowak 2021-03-28 22:31:55 +02:00
parent 1101735e95
commit daea941b07

17
Jenkinsfile vendored
View File

@ -1,23 +1,6 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Preparation') {
properties([
parameters([
string(
defaultValue: 'annadnowak',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: false
),
password(
defaultValue: '',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)
])
])
}
stage('checkout: Check out from version control') { stage('checkout: Check out from version control') {
steps { steps {
git 'https://git.wmi.amu.edu.pl/s434760/ium_434760.git' git 'https://git.wmi.amu.edu.pl/s434760/ium_434760.git'