summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Gupta2024-05-15 18:59:08 +0530
committerAman Gupta2024-05-15 18:59:08 +0530
commit33998dc22a3b7804a21065baa06e1982dbd167b3 (patch)
treee524f3cbb883a1bac4f2b8e767fd206a9572db38
parent4cd05ed71a4fc88a715fca0a47473814d45b0792 (diff)
downloadaur-33998dc22a3b7804a21065baa06e1982dbd167b3.tar.gz
Manual Version
-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') {