Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
alfa
Commits
dd049e7b
Commit
dd049e7b
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3934 Use new Cypress configuration parameter (7)
parent
5388166c
Branches
e2e-add-zufi-version
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
+53
-56
53 additions, 56 deletions
goofy-client/apps/goofy-e2e/Jenkinsfile
with
53 additions
and
56 deletions
goofy-client/apps/goofy-e2e/Jenkinsfile
+
53
−
56
View file @
dd049e7b
...
...
@@ -199,14 +199,10 @@ pipeline {
// }
// }
stage
(
'Run E2E-Tests'
)
{
stage
(
'Run E2E-
EA
Tests'
)
{
when
{
expression
{
!
SKIP_RUN
}
}
failFast
false
parallel
{
stage
(
'E2E-EA'
)
{
steps
{
catchError
(
buildResult:
'FAILURE'
,
stageResult:
'FAILURE'
)
{
script
{
...
...
@@ -233,7 +229,10 @@ pipeline {
}
}
stage
(
'E2E-Main'
)
{
stage
(
'Run E2E-Main Tests'
)
{
when
{
expression
{
!
SKIP_RUN
}
}
steps
{
catchError
(
buildResult:
'FAILURE'
,
stageResult:
'FAILURE'
)
{
script
{
...
...
@@ -259,8 +258,6 @@ pipeline {
}
}
}
}
}
stage
(
'Delete E2E Namespaces'
)
{
when
{
...
...
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