Skip to content
Snippets Groups Projects
Commit c7037125 authored by OZGCloud's avatar OZGCloud
Browse files

ozg-2586 fix jenkinsfile

parent 81dbec14
No related branches found
No related tags found
No related merge requests found
def FAILED_STAGE
def IMAGE_TAG
def VERSION
def E2E_FAILED
pipeline {
agent {
node {
......@@ -14,6 +9,10 @@ pipeline {
BLUE_OCEAN_URL = "https://jenkins.ozg-sh.de/blue/organizations/jenkins/goofy/detail/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/pipeline"
RELEASE_REGEX = /\d+.\d+.\d+/
SNAPSHOT_REGEX = /\d+.\d+.\d+-SNAPSHOT/
FAILED_STAGE = ""
IMAGE_TAG = ""
VERSION = ""
E2E_FAILED = ""
}
options {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment