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