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 7feb14523 Stops using docker
7feb14523 is described below

commit 7feb145234fb1fee6e6766368d368140d14394f1
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Oct 13 17:06:45 2022 +0200

    Stops using docker
---
 Jenkinsfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 021a145cd..b2ba9172d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,11 +12,6 @@ pipeline {
   }
   stages {
     stage('Build a staged website') {
-      agent {
-        docker {
-          image 'jekyll/builder:4.2.2'
-        }
-      }
       steps {
         sh '''
           export GEM_HOME="$WORKSPACE/.gems"

Reply via email to