Skip to content

Commit

Permalink
Update Pipeline syntax page
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Dec 4, 2018
1 parent 56d4591 commit e70a746
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -14,4 +14,12 @@
<f:textbox />
</f:entry>

<f:entry title="${%Talk Number}" field="talkId">
<f:textbox />
</f:entry>

<f:entry title="${%Description}" field="description">
<f:textbox />
</f:entry>

</j:jelly>
Expand Up @@ -8,6 +8,6 @@
sh 'package'
sh 'deploy'
}
typetalkSend name: 'demo', topicId: 1
typetalkSend name: 'demo', topicId: 1, talkId: 1, description: "Awesome description"
</pre>
</div>

0 comments on commit e70a746

Please sign in to comment.