Sleds/masterbuild/jenkins.AutoTest.sh

9 lines
195 B
Bash
Raw Normal View History

2025-03-13 21:28:38 +00:00
#!/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