CI: Fix placement of job summary statments

Change-Id: Iace19e718f4e8fb48eb7dc9f98af53b115cc45f3
This commit is contained in:
George Joseph
2018-07-26 17:54:36 -06:00
parent 7e0e6fd123
commit 116a599b7e
3 changed files with 7 additions and 7 deletions

View File

@@ -24,9 +24,9 @@ pipeline {
stage ("->") {
steps {
/* Here's where we switch to scripted pipeline */
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
script {
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
stage ("Checkout") {
sh "sudo chown -R jenkins:users ."
sh "printenv | sort"