From cf4f6bd680a9ba870847cf8c231f831e35a516e9 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Tue, 23 Dec 2025 15:04:00 +0000 Subject: [PATCH] Update jenkins-version to 2.543 from 2.542 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 2a9a5ca..23eaf87 100755 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: jenkins-version /JENKINS_VERSION="(.*)"/ https://github.com/jenkinsci/jenkins/releases/|re:/href=".*?jenkins-([\d.]+)"/$1/|semver:* -JENKINS_VERSION="2.542" # Specify a stable release +JENKINS_VERSION="2.543" # Specify a stable release # export ZOPEN_STABLE_TAG="v${JENKINS_VERSION}" ###