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 9071e32 commit e2c24da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ pipeline {
container('kubectl') {
script {
// sh 'kubectl get pod'
"ls -lah".execute().text.eachLine { line ->
echo line
}
// "ls -lah".execute().text.eachLine { line ->
// echo line
// }

def ret = sh(script: 'tkn task start hello', returnStdout: true)
println ret

// "kubectl get pod".execute().text.eachLine { line ->
// echo line
Expand Down

0 comments on commit e2c24da

Please sign in to comment.