Change-Id: I7032f8123b76767af70dba8e96252c27094372f5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
echo "would do rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST "
-if x"true" = x"$UPLOAD" ; then
+if x"yes" = x"$UPLOAD" ; then
echo upload
fi
description: "refspec to build"
- string:
name: UPLOAD
- default: NO
+ default: yes_or_no
description: "Upload?"
axes:
- axis:
artifact-days-to-keep: -1
artifact-num-to-keep: 5
+ triggers:
+ - gerrit-trigger-patch-submitted-silent:
+ name: 'AGL/AGL-repo'
+ branch: 'refs/tags/**'
+
wrappers:
- agl-infra-wrappers:
build-timeout: '{build-timeout}'