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 95c9763 commit 63b16ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pipeline {
// defaultContainer 'jnlp'
// yamlFile 'ci/jenkins/pod/meta-builder.yaml'
yaml '''
apiVersion: v1
kind: Pod
spec:
containers:
- name: kubectl
Expand Down Expand Up @@ -38,6 +36,7 @@ pipeline {
// sh 'kubectl get pod'

echo 'Hello world in list pod'
sh "kubectl get pod"
}
}
}
Expand Down

0 comments on commit 63b16ab

Please sign in to comment.