From: Kevin Klues <[email protected]>

Signed-off-by: Barret Rhoden <[email protected]>

---
brho: merging this old patch from Kevin.  It was sitting around in a side
branch at origin/testing.


 tools/jenkins/launcher.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/jenkins/launcher.sh b/tools/jenkins/launcher.sh
index 5d5c07fb9690..527573431c9d 100755
--- a/tools/jenkins/launcher.sh
+++ b/tools/jenkins/launcher.sh
@@ -33,7 +33,7 @@ readonly 
BUSYBOX_CONF_FILE=tools/patches/busybox/busybox-1.17.3-config
 
################################################################################
 function last_stable_build() {
        curl -s 
localhost:8080/job/$JOB_NAME/lastStableBuild/api/json?tree=actions%5bbuildsByBranchName%5brevision%5bSHA1%5d%5d%5d
 | \
-               python -c 'import sys, json; print 
json.load(sys.stdin)["actions"][3]["buildsByBranchName"]["'$GIT_BRANCH'"]["revision"]["SHA1"]'
+               python -c 'import sys, json; print 
json.load(sys.stdin)["actions"][2]["buildsByBranchName"]["'$GIT_BRANCH'"]["revision"]["SHA1"]'
 }
 
 
################################################################################
-- 
2.6.0.rc2.230.g3dd15c0

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to