This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and move all asclepios realted functionality to the new pipeline
- Loading branch information
Showing
4 changed files
with
44 additions
and
17 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
resources/catalog/asclepios-pipeline/asclepios-pipeline.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Pipeline xmlns="http://nrg.wustl.edu/pipeline" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nrgString="java:org.nrg.pipeline.utils.StringUtils" xsi:schemaLocation="http://nrg.wustl.edu/pipeline ../schema/pipeline.xsd"> | ||
<name>asclepios-pipeline</name> | ||
<location>asclepios-pipeline</location> | ||
<description>Pipeline for use with ASCLEPIOS crypto services</description> | ||
<documentation> | ||
<input-parameters> | ||
<parameter> | ||
<name>xnatID</name> | ||
<values> | ||
<schemalink>xnat:imageSessionData/ID</schemalink> | ||
</values> | ||
<description>The XNAT session ID</description> | ||
</parameter> | ||
</input-parameters> | ||
</documentation> | ||
<parameters> | ||
<parameter> | ||
<name>workdir</name> | ||
<values> | ||
<unique>^concat(/Pipeline/parameters/parameter[name='builddir']/values/unique/text(),'/',/Pipeline/parameters/parameter[name='label']/values/unique/text())^</unique> | ||
</values> | ||
</parameter> | ||
</parameters> | ||
<steps> | ||
<step id="0" description="Upload EDF metadata to the ASCLEPIOS symmetric searchable encryption service" workdirectory="^/Pipeline/parameters/parameter[name='workdir']/values/unique/text()^"> | ||
<resource name="upload_to_sse.xml" location="asclepios-pipeline/resources"> | ||
<argument id="xnatID"> | ||
<value>^/Pipeline/parameters/parameter[name='xnatID']/values/unique/text()^</value> | ||
</argument> | ||
<argument id="host"> | ||
<value>^if (count(/Pipeline/parameters/parameter[name='aliasHost']/values) > 0) then /Pipeline/parameters/parameter[name='aliasHost']/values/unique/text() else /Pipeline/parameters/parameter[name='host']/values/unique/text()^</value> | ||
</argument> | ||
<argument id="user"> | ||
<value>^/Pipeline/parameters/parameter[name='user']/values/unique/text()^</value> | ||
</argument> | ||
<argument id="pwd"> | ||
<value>^/Pipeline/parameters/parameter[name='pwd']/values/unique/text()^</value> | ||
</argument> | ||
</resource> | ||
</step> | ||
</steps> | ||
</Pipeline> |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...netz-pipeline/resources/upload_to_sse.xml → ...pios-pipeline/resources/upload_to_sse.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters