aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/linaro/pubapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/linaro/pubapi')
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly5
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly6
2 files changed, 4 insertions, 7 deletions
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly
index d439808..541e1c7 100644
--- a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly
@@ -1,2 +1,5 @@
-<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
+<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:c="/lib/credentials">
+ <f:entry title="${%Credentials}" field="credentialsId">
+ <c:select/>
+ </f:entry>
</j:jelly>
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
index 137872f..4b222fe 100644
--- a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
@@ -1,12 +1,6 @@
<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>
<f:entry title="${%Default token 'not valid before' (mins)}" field="defaultNotBefore">
<f:textbox default="5" />
</f:entry>