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 63b16ab commit c44294e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ pipeline {
stage('sleep') {
steps {
script {
// sleep 1
// sleep 1
}
}
}
stage('list pod') {
steps {
container('kubectl') {
script {
// sh 'kubectl get pod'
echo 'Hello world in list pod'
sh "kubectl get pod"
}
container('kubectl') {
steps {
// script {
// sh 'kubectl get pod'

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

0 comments on commit c44294e

Please sign in to comment.