fix3
This commit is contained in:
parent
e08b7cd8c2
commit
f24991317a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
steps {
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'mikolaj2',
|
||||
@ -21,13 +21,14 @@ pipeline {
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
])
|
||||
])
|
||||
environment {
|
||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||
CUTOFF="$params.CUTOFF"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
checkout scm
|
||||
|
Loading…
Reference in New Issue
Block a user