add 2nd agent

This commit is contained in:
s444417 2022-04-25 19:45:12 +02:00
parent 1e9baedca1
commit 4fee7153f9

2
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
pipeline { pipeline {
agent none
parameters{ parameters{
string( string(
defaultValue: 'mikolaj2', defaultValue: 'mikolaj2',
@ -16,7 +17,6 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
} }
agent { dockerfile true }
stages { stages {
stage("Check out from version control") { stage("Check out from version control") {
steps { steps {