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 ae7acd5b1 Defines proper WORKSPACE env
ae7acd5b1 is described below
commit ae7acd5b1d48550ace4b7b52463c39aea692d132
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Oct 19 14:24:31 2022 +0200
Defines proper WORKSPACE env
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 68dbe705a..43f3c9e6a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
stage('Build a staged website') {
agent {
dockerfile {
- args "-v ${env.WORKSPACE}:/dest:rw,z"
+ args "-v ${env.WORKSPACE}:/dest:rw,z -e WORKSPACE=${env.WORKSPACE}"
}
}
steps {