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 8b7f42f commit 95c9763
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,17 @@ pipeline {
stage('sleep') {
steps {
script {
sleep 10
// sleep 1
}
}
}
stage('list pod') {
steps {
container('kubectl') {
script {
sh 'kubectl get pod'
// sh 'kubectl get pod'

echo 'Hello world in list pod'
}
}
}
Expand Down

0 comments on commit 95c9763

Please sign in to comment.