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 b749490 commit b21e54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/PublishImages/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOF
println ret
def scripts = "echo ${ret} | awk -F'[/ ]' '{print \$2}'"
println scripts
def name = sh(script: ${scripts}, returnStdout: true).trim()
def name = sh(script: scripts, returnStdout: true).trim()

sh """
kubectl logs ${name}-pod -f
Expand Down

0 comments on commit b21e54b

Please sign in to comment.