This commit is contained in:
parent
c0f1c1f984
commit
36e3a6015f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,4 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'mikolajk/ium:latest' }
|
||||
}
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: 'mikolaj2',
|
||||
@ -16,7 +19,6 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
}
|
||||
agent { dockerfile true }
|
||||
options {
|
||||
copyArtifactPermission('s444417-training');
|
||||
}
|
||||
|
@ -1,7 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'mikolajk/ium:latest' }
|
||||
}
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user