Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 15:16:41 +02:00
parent 01687ee08e
commit 86667937b9

4
Jenkinsfile vendored
View File

@ -1,8 +1,6 @@
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
stage('Preparation') {
properties([
parameters([ parameters([
string( string(
defaultValue: 'xx', defaultValue: 'xx',
@ -16,8 +14,6 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]) ])
])
}
stages { stages {
stage('Hello') { stage('Hello') {
steps { steps {