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 49989d0 commit dcbd727
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,20 @@ pipeline {
echo 'Hello world!'
}
}
stage('sleep') {
steps {
script {
sleep 10
}
}
}
stage('list pod') {
steps {
script {
sh 'kubectl get pod'
}

}
}
}
}

0 comments on commit dcbd727

Please sign in to comment.