summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Gupta2024-05-15 18:59:46 +0530
committerAman Gupta2024-05-15 18:59:46 +0530
commit973848bb2333379174728734f9fd018dceca300e (patch)
treee08dca0ff8d5e406ea904b8d87617a02612219c0
parent33998dc22a3b7804a21065baa06e1982dbd167b3 (diff)
downloadaur-973848bb2333379174728734f9fd018dceca300e.tar.gz
Fix
-rw-r--r--Jenkinsfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c1be77886364..63d24fc62dc2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,10 +2,10 @@
pipeline {
agent any
environment {
- VERSION = """${sh(
- returnStdout: true,
- script: "curl https://api.github.com/repos/elastic/logstash/releases/latest | jq -r '.tag_name' | cut -c2- | tr -d '\n'"
- )}"""
+ // VERSION = """${sh(
+ // 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 {