This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new caed021df Checks what kind of envs are available inside docker 
container
caed021df is described below

commit caed021df1f3b7b19bcd28a5accdc2785ce6c107
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 12 08:10:16 2022 +0200

    Checks what kind of envs are available inside docker container
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9d7597a56..3643e5079 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,6 +20,7 @@ pipeline {
       }
       steps {
         sh '''
+          export
           export RUBY_PATH="$HOME/.rvm"
           export GEM_HOME="$RUBY_PATH/gems"
           export PATH="$GEM_HOME/bin:$PATH"

Reply via email to