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 {
agent none
parameters{
string(
defaultValue: 'mikolaj2',
@ -16,7 +17,6 @@ pipeline {
name: 'KAGGLE_KEY'
)
}
agent { dockerfile true }
stages {
stage("Check out from version control") {
steps {