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