--- /dev/null
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+namespace: jenkins
+inline_values:
+ service:
+ ports:
+ http: "8080"
+ https: "8443"
+secret_values:
+ jenkinsUser: admin
+ jenkinsPassword: myJ3nk1n2P2ssw0rd
+
+++ /dev/null
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-namespace: jenkins
-inline_values:
- service:
- ports:
- http: "8080"
- https: "8443"
-secret_values:
- jenkinsUser: admin
- jenkinsPassword: myJ3nk1n2P2ssw0rd
-
Test Tags gitops_02 cluster_gitops
-# Suite Teardown Run Keyword And Ignore Error Suite Cleanup
+Suite Teardown Run Keyword And Ignore Error Suite Cleanup
*** Variables ***
${KSU_NS_NAME} jenkins-ns
${KSU1_NAME} testacme
${KSU2_NAME} jenkins
-${KSU2_PARAMS} ../resources/jenkins-params.yaml
+${KSU2_PARAMS} ${CURDIR}/../resources/gitops_02-jenkins-params.yaml
${KSU_NS_ID} ${EMPTY}
${KSU1_ID} ${EMPTY}
${KSU2_ID} ${EMPTY}