add 2nd agent
This commit is contained in:
parent
1e9baedca1
commit
4fee7153f9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user