Merge branch 'master' into 1932-job-output-persistent
[arvados.git] / doc / user / tutorials / tutorial-new-pipeline.html.textile.liquid
index 6852886523e9556ffec96cb477fbaeff9095b24a..fc98d01aa06f59ee98218193892c0703ceecbbd8 100644 (file)
@@ -43,7 +43,8 @@ Next, create a file that contains the pipeline definition:
           "dataclass": "Collection"
         }
       },
-      "script_version":"<b>you</b>:master",
+      "repository":"<b>you</b>",
+      "script_version":"master",
       "output_is_persistent":false
     },
     "filter":{
@@ -53,7 +54,8 @@ Next, create a file that contains the pipeline definition:
           "output_of":"do_hash"
         }
       },
-      "script_version":"<b>you</b>:master",
+      "repository":"<b>you</b>",
+      "script_version":"master",
       "output_is_persistent":true
     }
   }
@@ -71,5 +73,4 @@ Now, use @arv pipeline_template create@ tell Arvados about your pipeline templat
 </code></pre>
 </notextile>
 
-Your new pipeline template will appear on the "Workbench %(rarr)&rarr;% Compute %(rarr)&rarr;% Pipeline&nbsp;templates":http://{{ site.arvados_workbench_host }}/pipeline_templates page.
-
+Your new pipeline template will appear on the "Workbench %(rarr)&rarr;% Compute %(rarr)&rarr;% Pipeline&nbsp;templates":https://{{ site.arvados_workbench_host }}/pipeline_instances page.