:(
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 21:43:10 +02:00
parent c0f1c1f984
commit 36e3a6015f
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -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');
}

View File

@ -1,7 +1,5 @@
pipeline {
agent {
docker { image 'mikolajk/ium:latest' }
}
agent { dockerfile true }
stages {
stage('Test') {
steps {