#
# Generate TestLink Build
#
-./liveboot_testlink_create_build.sh \
+$(dirname $0)/liveboot_testlink_create_build.sh \
"liveboot-${LIVEBOOT_BUILD_NUMBER}" \
"Auto-generated by Jenkins on $(date --rfc-3339=seconds)"
#
# run autotests
#
-#ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --config config-jenkins.xml"
-
# call autotest suite w/ testlink connector info
-ssh -t -A $CORE_ROUTER "cd /opt/autotest ; \
- ./run-compile.sh \
- --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'"
-
+ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'"
# no testlink support in vcb tests yet
ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"