testing slaves

This commit is contained in:
Arne Teuke
2019-10-28 17:49:11 +01:00
parent e7a1636635
commit 44092c835a

3
Jenkinsfile vendored
View File

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