This commit is contained in:
parent
c0f1c1f984
commit
36e3a6015f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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');
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent { dockerfile true }
|
||||||
docker { image 'mikolajk/ium:latest' }
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user