This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git
The following commit(s) were added to refs/heads/master by this push:
new 6da2d1b Fix to double quotes to allow parsing in Jenkinsfile
6da2d1b is described below
commit 6da2d1b493df309f45d504eb0c9c0542efd9b7d2
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 21 14:22:09 2022 +0200
Fix to double quotes to allow parsing in Jenkinsfile
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 154412b..aa4ecd6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -90,7 +90,7 @@ pipeline
dir("${params.TURBINE_COMPONENT}")
{
// git
"https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git"
- git branch: '${params.SUB_MODULE_HEAD}', url:
'https://gitbox.apache.org/repos/asf/${params.TURBINE_COMPONENT}.git'
+ git branch: "${params.SUB_MODULE_HEAD}", url:
"https://gitbox.apache.org/repos/asf/${params.TURBINE_COMPONENT}.git"
script
{
sh "pwd"