We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7bec11 + f0c1781 commit d435cb5Copy full SHA for d435cb5
1 file changed
.jenkins/modules/Setup/TestSetup.groovy
@@ -1,6 +1,9 @@
1
def ASADMIN = "${pwd()}/${getPayaraDirectoryName(CFG.'build.version')}/bin/asadmin"
2
3
+// Perform the base behaviour
4
+MPLModule('Test Setup', CFG);
5
+
6
echo '*#*#*#*#*#*#*#*#*#*#*#*# Setting up tests *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
7
sh "${ASADMIN} create-domain --nopassword ${CFG.domain_name}"
8
sh "${ASADMIN} start-domain ${CFG.domain_name}"
-sh "${ASADMIN} start-database || true"
9
+sh "${ASADMIN} start-database || true"
0 commit comments