Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
00ace3db
Commit
00ace3db
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3879 e2e test mongodb HelmChart
parent
37349f75
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
goofy-client/apps/goofy-e2e/Jenkinsfile
+3
-3
3 additions, 3 deletions
goofy-client/apps/goofy-e2e/Jenkinsfile
with
3 additions
and
3 deletions
goofy-client/apps/goofy-e2e/Jenkinsfile
+
3
−
3
View file @
00ace3db
...
@@ -679,7 +679,7 @@ String generateCypressConfig(String bezeichner, String testFolder, Integer dbPor
...
@@ -679,7 +679,7 @@ String generateCypressConfig(String bezeichner, String testFolder, Integer dbPor
config
.
reporterOptions
.
reportDir
=
"./reports/${testFolder}/mochawesome-report"
as
String
config
.
reporterOptions
.
reportDir
=
"./reports/${testFolder}/mochawesome-report"
as
String
config
.
env
.
put
(
"search"
,
getElasticsearchEnv
(
namespace
))
config
.
env
.
put
(
"search"
,
getElasticsearchEnv
(
namespace
))
config
.
env
.
put
(
"userManager"
,
getUserManagerEnv
(
namespace
,
dbPort
))
config
.
env
.
put
(
"userManager"
,
getUserManagerEnv
(
namespace
,
dbPort
,
bezeichner
))
writeJSON
file:
configName
,
json:
config
writeJSON
file:
configName
,
json:
config
...
@@ -694,7 +694,7 @@ String makePasswordUrlConform(String password) {
...
@@ -694,7 +694,7 @@ String makePasswordUrlConform(String password) {
}
}
Map
getPlutoDatabaseSecret
(
String
namespace
,
String
bezeichner
)
{
Map
getPlutoDatabaseSecret
(
String
namespace
,
String
bezeichner
)
{
return
readJSON
(
text:
sh
(
script:
"kubectl get secret ${bezeichner}-admin-pluto-user -n ${namespace} -o jsonpath={.data}"
,
returnStdout:
true
))
return
readJSON
(
text:
sh
(
script:
"kubectl get secret ${bezeichner}-
database-
admin-pluto-user -n ${namespace} -o jsonpath={.data}"
,
returnStdout:
true
))
}
}
Map
getUserManagerEnv
(
String
namespace
,
dbPort
,
String
bezeichner
){
Map
getUserManagerEnv
(
String
namespace
,
dbPort
,
String
bezeichner
){
...
@@ -706,7 +706,7 @@ Map getUserManagerEnv(String namespace, dbPort, String bezeichner){
...
@@ -706,7 +706,7 @@ Map getUserManagerEnv(String namespace, dbPort, String bezeichner){
}
}
Map
getUserManagerDatabaseSecret
(
String
namespace
,
String
bezeichner
)
{
Map
getUserManagerDatabaseSecret
(
String
namespace
,
String
bezeichner
)
{
return
readJSON
(
text:
sh
(
script:
"kubectl get secret ${bezeichner}-admin-user-manager-user -n ${namespace} -o jsonpath={.data}"
,
returnStdout:
true
))
return
readJSON
(
text:
sh
(
script:
"kubectl get secret ${bezeichner}-
database-
admin-user-manager-user -n ${namespace} -o jsonpath={.data}"
,
returnStdout:
true
))
}
}
String
getKeycloakUuid
(
realm
,
userName
)
{
String
getKeycloakUuid
(
realm
,
userName
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment