testing slaves

This commit is contained in:
Arne Teuke
2019-10-28 17:52:11 +01:00
parent f50af60229
commit e7b0657813

3
Jenkinsfile vendored
View File

@@ -6,7 +6,6 @@
pipeline { pipeline {
agent { agent {
label 'kubernetes' {
kubernetes { kubernetes {
cloud 'confdroid_kubernetes' cloud 'confdroid_kubernetes'
yaml """ yaml """
@@ -21,7 +20,7 @@ pipeline {
""" """
} }
} }
}
stages { stages {
stage('pulling master before adding files') { stage('pulling master before adding files') {