This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch test-build in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/test-build by this push: new 910b8b8bc Adds missing steps 910b8b8bc is described below commit 910b8b8bcd712600aa970f3682f413ce4f33ea33 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Apr 7 08:27:20 2022 +0200 Adds missing steps --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f5aafbe94..f5b8b8ef7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,8 +59,10 @@ pipeline { } } stage('Comment') { - if (env.CHANGE_ID) { - pullRequest.comment("Staged site is ready at https://struts.staged.apache.org/") + steps { + if (env.CHANGE_ID) { + pullRequest.comment("Staged site is ready at https://struts.staged.apache.org/") + } } } }