From 3153118227e10c928509ff4cb7c3599384274c35 Mon Sep 17 00:00:00 2001 From: ujstor <116409846+Ujstor@users.noreply.github.com> Date: Sat, 23 Sep 2023 10:24:19 +0200 Subject: [PATCH] copy --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cec9646..eb39667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,8 @@ pipeline { stage('Prepare Environment') { steps { - pwd(tmp: true) + sh '''cp +/home/probitenv/.env $PWD/''' } }