Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jan 16, 2024
2 parents b0e0a61 + 643ac68 commit ee981c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

def failedBuild = false
def version = "8.1"

def minor_version = "8.1"
def version = "${minor_version}"
def changeUrl = env.CHANGE_URL
def blueUrl = "${env.JOB_DISPLAY_URL}"
def slackResponse = slackSend(channel: "ci", message: "${version} plugins - build - <"+currentBuild.absoluteUrl+"|Link> - <"+blueUrl+"|Blue>", color: "#00A8E1")
Expand All @@ -19,7 +19,7 @@ pipeline {

environment {
// TODO: automate
RUDDER_VERSION = "${version}"
RUDDER_VERSION = "${minor_version}"
// we want it everywhere for plugins
MAVEN_ARGS = "--update-snapshots"
}
Expand Down

0 comments on commit ee981c0

Please sign in to comment.