aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-09-11 02:06:10 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-09-11 02:12:12 +0300
commit4a5aa4699c4e6911921e00fa80495dac60d984c3 (patch)
treed6d9781d742b5844504dc4a71a8678334b655083 /src/main/resources
parent7f1991d86130b9f5242c1c7c4ab4122130922462 (diff)
Plugin skeleton which implements basic build step and configuration.
What remains is actual requesting of one-time token. Change-Id: I30c765405f2e6d37cdfe28dccbf3db6a23d5f552
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/index.jelly3
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly2
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly9
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/help-pubAPISecretKey.html3
-rw-r--r--src/main/resources/linaro/pubapi/LinaroPubAPIKey/help.html3
5 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly
new file mode 100644
index 0000000..8343eac
--- /dev/null
+++ b/src/main/resources/index.jelly
@@ -0,0 +1,3 @@
+<div>
+ Request one-time publishing token from Linaro Publishing API.
+</div>
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly
new file mode 100644
index 0000000..d439808
--- /dev/null
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/config.jelly
@@ -0,0 +1,2 @@
+<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
+</j:jelly>
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
new file mode 100644
index 0000000..e6db9ae
--- /dev/null
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/global.jelly
@@ -0,0 +1,9 @@
+<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
+
+ <f:section title="${%Linaro Publishing API}" name="linaropubapi">
+ <f:entry title="${%Secret key}" field="pubAPISecretKey">
+ <f:textbox/>
+ </f:entry>
+ </f:section>
+
+</j:jelly>
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help-pubAPISecretKey.html b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help-pubAPISecretKey.html
new file mode 100644
index 0000000..c4de6bb
--- /dev/null
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help-pubAPISecretKey.html
@@ -0,0 +1,3 @@
+<p>
+ Secret key which authenticates Jenkins master to Linaro Publishing API.
+</p>
diff --git a/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help.html b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help.html
new file mode 100644
index 0000000..fc61f43
--- /dev/null
+++ b/src/main/resources/linaro/pubapi/LinaroPubAPIKey/help.html
@@ -0,0 +1,3 @@
+<div>
+ Request one-time publishing token from Linaro Publishing API.
+</div>