Skip to content

Commit

Permalink
Fix whitespace issue (#47)
Browse files Browse the repository at this point in the history
* DiUS pact-broker for docker is deprecated and not working. update default git repo for pact-broker from pact-foundation that is working

* somehow whitespace got messed up
  • Loading branch information
pcarney8 authored and oybed committed Aug 14, 2019
1 parent b65a0d0 commit 659fac5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions jenkins/jenkins-ephemeral-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,17 @@ parameters:
displayName: Enable OAuth in Jenkins
name: ENABLE_OAUTH
value: "true"
- description: Whether Jenkins runs with a 32 bit (i386) or 64 bit (x86_64) JVM.
displayName: Jenkins JVM Architecture
name: JVM_ARCH
value: i386
- description: Whether Jenkins runs with a 32 bit (i386) or 64 bit (x86_64) JVM.
displayName: Jenkins JVM Architecture
name: JVM_ARCH
value: i386
- description: Maximum amount of memory the container can use.
displayName: Memory Limit
name: MEMORY_LIMIT
value: 2Gi
- description: Starting request of memory the container can use.
displayName: Memory Request
name: MEMORY_REQUEST
value: 2Gi
- description: Starting request of memory the container can use.
displayName: Memory Request
name: MEMORY_REQUEST
value: 512Mi
- description: Volume space available for data, e.g. 512Mi, 2Gi.
displayName: Volume Capacity
Expand Down Expand Up @@ -275,4 +275,4 @@ parameters:
- description: GitLab group name where projects are stored
displayName: GitLab group name where projects are stored
name: GITLAB_GROUP_NAME
value: rht-labs
value: rht-labs
18 changes: 9 additions & 9 deletions jenkins/jenkins-persistent-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,17 @@ parameters:
displayName: Enable OAuth in Jenkins
name: ENABLE_OAUTH
value: "true"
- description: Whether Jenkins runs with a 32 bit (i386) or 64 bit (x86_64) JVM.
displayName: Jenkins JVM Architecture
name: JVM_ARCH
value: i386
- description: Whether Jenkins runs with a 32 bit (i386) or 64 bit (x86_64) JVM.
displayName: Jenkins JVM Architecture
name: JVM_ARCH
value: i386
- description: Maximum amount of memory the container can use.
displayName: Memory Limit
name: MEMORY_LIMIT
value: 2Gi
- description: Starting request of memory the container can use.
displayName: Memory Request
name: MEMORY_REQUEST
value: 2Gi
- description: Starting request of memory the container can use.
displayName: Memory Request
name: MEMORY_REQUEST
value: 512Mi
- description: Volume space available for data, e.g. 512Mi, 2Gi.
displayName: Volume Capacity
Expand Down Expand Up @@ -292,4 +292,4 @@ parameters:
- description: GitLab group name where projects are stored
displayName: GitLab group name where projects are stored
name: GITLAB_GROUP_NAME
value: rht-labs
value: rht-labs

0 comments on commit 659fac5

Please sign in to comment.