Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-web-pages
Commits
153b8eee
Commit
153b8eee
authored
Sep 27, 2021
by
abirembaut
Committed by
abirembaut
Sep 27, 2021
Browse files
chore(build): remove parallel build and tests
parent
fe3b37b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
153b8eee
...
...
@@ -22,9 +22,9 @@ ansiColor('xterm') {
slackStage
(
'🔧 Build'
,
isBaseBranch
)
{
wrap
([
$class
:
'Xvfb'
,
autoDisplayName:
true
,
screen:
'1920x1280x24'
,
parallelBuild:
true
])
{
try
{
gradle
'buildUIDPage
--parallel --max-workers 2
'
gradle
'buildUIDPage'
gradle
'build'
gradle
'runTestChrome
--parallel --max-workers 2
'
gradle
'runTestChrome'
}
finally
{
junit
testResults:
'**/build*/tests/results/*.xml'
,
allowEmptyResults:
true
archiveArtifacts
'**/build*/distributions/*.zip, **/build*/*.zip, uid-pages/**/videos/*'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment