Skip to content
Snippets Groups Projects
Commit f1f92c5b authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add newlines to trackStart

parent 99d29c0d
Branches
Tags
2 merge requests!58Develop,!57Prep of 1.0.0 release
Pipeline #8940 canceled with stages
in 42 seconds
......@@ -132,8 +132,8 @@ process trackStart {
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}",
"repRID": "${repRID}",
"ID": "${workflow.sessionId}", \
"repRID": "${repRID}", \
"PipelineVersion": "${workflow.manifest.version}", \
"Server": "${params.source}", \
"Queued": "NA", \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment