Skip to content

Commit d435cb5

Browse files
author
Cuba Stanley
authored
Merge pull request javaee-samples#22 from payara/cubastanley-patch-1
Perform Base Behaviour
2 parents b7bec11 + f0c1781 commit d435cb5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
def ASADMIN = "${pwd()}/${getPayaraDirectoryName(CFG.'build.version')}/bin/asadmin"
22

3+
// Perform the base behaviour
4+
MPLModule('Test Setup', CFG);
5+
36
echo '*#*#*#*#*#*#*#*#*#*#*#*# Setting up tests *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
47
sh "${ASADMIN} create-domain --nopassword ${CFG.domain_name}"
58
sh "${ASADMIN} start-domain ${CFG.domain_name}"
6-
sh "${ASADMIN} start-database || true"
9+
sh "${ASADMIN} start-database || true"

0 commit comments

Comments
 (0)