1 changed files with
2 additions and
0 deletions
|
|
@ -1,8 +1,10 @@
|
|
|
|
pipeline {
|
|
|
|
pipeline {
|
|
|
|
agent {
|
|
|
|
agent {
|
|
|
|
|
|
|
|
kubernetes {
|
|
|
|
label 'dind-agent'
|
|
|
|
label 'dind-agent'
|
|
|
|
cloud 'k8s-config'
|
|
|
|
cloud 'k8s-config'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
stages {
|
|
|
|
stages {
|
|
|
|
stage("build image") {
|
|
|
|
stage("build image") {
|
|
|
|