Skip to content

Commit

Permalink
#23507 Enabled naming, deployment, security and webservice tests on j…
Browse files Browse the repository at this point in the history
…enkins
  • Loading branch information
dmatej committed Mar 3, 2022
1 parent a65caf9 commit ff68d39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ def jobs = [
"connector_group_3",
"connector_group_4",
"jdbc_all",
"persistence_all"
"persistence_all",
"naming_all",
"deployment_all",
"security_all",
"webservice_all"
]

def parallelStagesMap = jobs.collectEntries {
Expand Down

0 comments on commit ff68d39

Please sign in to comment.