summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index baf90e36a745..c1be77886364 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,6 +6,7 @@ pipeline {
returnStdout: true,
script: "curl https://api.github.com/repos/elastic/logstash/releases/latest | jq -r '.tag_name' | cut -c2- | tr -d '\n'"
)}"""
+ VERSION = "8.13.4"
}
stages {
stage('Checkout') {