This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch results in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/results by this push: new fb31aced6 Puts back Docker fb31aced6 is described below commit fb31aced6a002ba8123bba34ffb6b537457bbf37 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 14 08:26:53 2022 +0200 Puts back Docker --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0ea5135db..b35e8ade5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,11 @@ pipeline { } stages { stage('Build a staged website') { + agent { + docker { + image 'jekyll/builder:4.2.2' + } + } steps { sh ''' export GEM_HOME="$WORKSPACE/.gems"