This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 7f43831 use single quotes to avoid dollar sign interpolation with
groovy
7f43831 is described below
commit 7f43831414284cfbe348349a4e063582932c194c
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Jun 22 00:22:18 2020 -0700
use single quotes to avoid dollar sign interpolation with groovy
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 36b4866..758be76 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
steps {
timeout(time: 60, unit: 'MINUTES') {
sh "unzip dist/build/distributions/tuweni-src-*.zip -d
distsrc"
- sh "cd distsrc/$(ls distsrc) && ./build.sh"
+ sh 'cd distsrc/$(ls distsrc) && ./build.sh'
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]