Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 15:53:49 +02:00
parent d14317c5cf
commit da263ee91d

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania //Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters([ parameters{
string( string(
defaultValue: 'xx', defaultValue: 'xx',
description: 'Kaggle username', description: 'Kaggle username',
@ -13,7 +13,7 @@ pipeline {
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]) }
stages { stages {
stage('Hello') { stage('Hello') {
steps { steps {