Browse Source

Bug 1247461 - Fixing github triggers for the xpaas templates

Brenton Leanhardt 9 years ago
parent
commit
ac8c31c8f3
26 changed files with 26 additions and 26 deletions
  1. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-amq-persistent-sti.json
  2. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-amq-sti.json
  3. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-basic-sti.json
  4. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json
  5. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-mongodb-persistent-sti.json
  6. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-mongodb-sti.json
  7. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-mysql-persistent-sti.json
  8. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-mysql-sti.json
  9. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-postgresql-persistent-sti.json
  10. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/eap6-postgresql-sti.json
  11. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-basic-sti.json
  12. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
  13. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mongodb-persistent-sti.json
  14. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mongodb-sti.json
  15. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mysql-persistent-sti.json
  16. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mysql-sti.json
  17. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-postgresql-persistent-sti.json
  18. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-postgresql-sti.json
  19. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-basic-sti.json
  20. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-https-sti.json
  21. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mongodb-persistent-sti.json
  22. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mongodb-sti.json
  23. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mysql-persistent-sti.json
  24. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mysql-sti.json
  25. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-postgresql-persistent-sti.json
  26. 1 1
      roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-postgresql-sti.json

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-amq-persistent-sti.json

@@ -315,7 +315,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-amq-sti.json

@@ -310,7 +310,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-basic-sti.json

@@ -187,7 +187,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json

@@ -254,7 +254,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-mongodb-persistent-sti.json

@@ -334,7 +334,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-mongodb-sti.json

@@ -329,7 +329,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-mysql-persistent-sti.json

@@ -336,7 +336,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-mysql-sti.json

@@ -331,7 +331,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-postgresql-persistent-sti.json

@@ -324,7 +324,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/eap6-postgresql-sti.json

@@ -319,7 +319,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-basic-sti.json

@@ -157,7 +157,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json

@@ -224,7 +224,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mongodb-persistent-sti.json

@@ -305,7 +305,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mongodb-sti.json

@@ -300,7 +300,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mysql-persistent-sti.json

@@ -307,7 +307,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-mysql-sti.json

@@ -302,7 +302,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-postgresql-persistent-sti.json

@@ -295,7 +295,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-postgresql-sti.json

@@ -290,7 +290,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-basic-sti.json

@@ -157,7 +157,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-https-sti.json

@@ -224,7 +224,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mongodb-persistent-sti.json

@@ -305,7 +305,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mongodb-sti.json

@@ -300,7 +300,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mysql-persistent-sti.json

@@ -307,7 +307,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-mysql-sti.json

@@ -302,7 +302,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-postgresql-persistent-sti.json

@@ -295,7 +295,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }

+ 1 - 1
roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat8-postgresql-sti.json

@@ -290,7 +290,7 @@
                 },
                 "triggers": [
                     {
-                        "type": "Github",
+                        "type": "GitHub",
                         "github": {
                             "secret": "${GITHUB_TRIGGER_SECRET}"
                         }