:(
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 { pipeline {
agent {
docker { image 'mikolajk/ium:latest' }
}
parameters{ parameters{
string( string(
defaultValue: 'mikolaj2', defaultValue: 'mikolaj2',
@ -16,7 +19,6 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
} }
agent { dockerfile true }
options { options {
copyArtifactPermission('s444417-training'); copyArtifactPermission('s444417-training');
} }

View File

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