aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-11 02:43:33 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-14 02:31:06 +0300
commitcd5cc4fdbf4a4521669b80089d07498b23fd3889 (patch)
tree303405641de746bf91f7847636107971d10e619b /src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
parent0febc19ed9f36864f5c1e1c06596a42d838ea465 (diff)
Add global Jenkins config field for PubAPI URL.
Change-Id: Ia5755ba031d7acbbaba0c6ce5a9fe008a5ddb347
Diffstat (limited to 'src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly')
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
index e6db9ae..da59162 100644
--- a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
@@ -1,6 +1,9 @@
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:section title="${%Linaro Publishing API}" name="linaropubapi">
+ <f:entry title="${%API URL}" field="pubAPIURL">
+ <f:textbox default="https://snapshots.linaro.org/api/v2/token/" />
+ </f:entry>
<f:entry title="${%Secret key}" field="pubAPISecretKey">
<f:textbox/>
</f:entry>