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

Add GUDMAP/RBK tracking to trackStart

parent 40028645
2 merge requests!58Develop,!57Prep of 1.0.0 release
......@@ -129,6 +129,18 @@ process trackStart {
"dev": ${params.dev} \
}' \
"https://xku43pcwnf.execute-api.us-east-1.amazonaws.com/ProdDeploy/pipeline-tracking"
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}",
"repRID": "${repRID}",
"PipelineVersion": "${workflow.manifest.version}", \
"Server": "${params.source}", \
"Queued": "NA", \
"CheckedOut": "NA", \
"Started": "${workflow.start}" \
}' \
"https://9ouc12dkwb.execute-api.us-east-2.amazonaws.com/prod/db/track"
"""
}
......
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