add the jenkins job yaml and scripts
[eliot.git] / jjb / global / project-params.yaml
diff --git a/jjb/global/project-params.yaml b/jjb/global/project-params.yaml
new file mode 100644 (file)
index 0000000..a23a57c
--- /dev/null
@@ -0,0 +1,16 @@
+---
+- parameter:
+    name: 'eliot-defaults'
+    parameters:
+      - string:
+          name: NODE_IP
+          default: ""
+          description: 'IP of the node'
+      - string:
+          name: USERNAME
+          default: ""
+          description: 'username of the node'
+      - string:
+          name: PASSWORD
+          default: ""
+          description: 'password of the node'