zadanie doker
This commit is contained in:
parent
a82a94a4cc
commit
1044129555
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,4 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
defaultValue: 'szymonjadczak',
|
defaultValue: 'szymonjadczak',
|
||||||
@ -23,6 +22,9 @@ pipeline {
|
|||||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||||
CUTOFF="$params.CUTOFF"
|
CUTOFF="$params.CUTOFF"
|
||||||
}
|
}
|
||||||
|
agent {
|
||||||
|
dockerfile true
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user