diff --git a/build-apache-httpd-trunk-v1 b/build-apache-httpd-trunk-v1 index a399889..bc9a00d 100644 --- a/build-apache-httpd-trunk-v1 +++ b/build-apache-httpd-trunk-v1 @@ -7,7 +7,7 @@ node('apache') { sh "./buildconf" stage "Configure" - sh "mkdir -p" + pwd() + "/apache-trunk" + sh "mkdir -p " + pwd() + "/apache-trunk" sh "./configure --prefix=" + pwd() + "/apache-trunk --with-included-apr" stage "Make"