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

"kubectl get pod".execute().text.eachLine { line ->
echo line
}
"tkn task start hello".execute().text.eachLine { line ->
echo line
}
// "kubectl get pod".execute().text.eachLine { line ->
// echo line
// }
// "tkn task start hello".execute().text.eachLine { line ->
// echo line
// }
// sh 'echo hello'
}
}
Expand Down

0 comments on commit 9071e32

Please sign in to comment.