9 lines
195 B
Bash
9 lines
195 B
Bash
#!/bin/bash
|
|
#
|
|
# This is the recipe Jenkins uses to build auto-test
|
|
#
|
|
MVN_PROJECTS_DEPLOY="robot robot-orcs javaweb"
|
|
MVN_PROJECTS_1="auto_test"
|
|
MVN_TEST="auto_test"
|
|
|
|
. masterbuild/jenkins.Build.sh |