Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed May 26, 2024
1 parent b3cdc56 commit 4dafd2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pipeline {
kubernetes {
agent {
kubernetes {
// cloud 'kubernetes'
// label 'jenkins-slave'
// defaultContainer 'jnlp'
// yamlFile 'ci/jenkins/pod/meta-builder.yaml'
}
}
stages {
stage('Stage 1') {
Expand All @@ -23,7 +25,6 @@ pipeline {
script {
sh 'kubectl get pod'
}

}
}
}
Expand Down

0 comments on commit 4dafd2b

Please sign in to comment.