From e8ce1c50f3fa046565ca7cf6adef825fd23e63f3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 17 Jul 2020 15:28:03 +0000 Subject: [PATCH] Bot Updating Templated Files --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b72a179..3353a48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,8 @@ pipeline { steps{ script{ env.EXT_RELEASE = sh( - script: ''' curl -s https://golang.org/dl/ | awk -F '(go|.linux-amd64.tar.gz)' '/linux-amd64.tar.gz/ {print $2;exit}' ''', + script: ''' curl -s https://golang.org/dl/ | awk -F '(go|.linux-amd64.tar.gz)' '/linux-amd64.tar.gz/ {print $2;exit}' + ''', returnStdout: true).trim() env.RELEASE_LINK = 'custom_command' }