TEST TAG
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
cb1e881450
commit
6169272093
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -22,6 +22,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def commit_name = env.TAG_NAME
|
def commit_name = env.TAG_NAME
|
||||||
|
echo env.TAG_NAME
|
||||||
if(commit_name) {
|
if(commit_name) {
|
||||||
echo "[Neutral] - Deployement version reconnu"
|
echo "[Neutral] - Deployement version reconnu"
|
||||||
|
|
||||||
@ -47,7 +48,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
||||||
|
|
||||||
def commit_name = env.TAG_NAME
|
def commit_name = env.TAG_NAME
|
||||||
if(commit_name) {
|
if(commit_name) {
|
||||||
echo "[Neutral] - Deployement version reconnu"
|
echo "[Neutral] - Deployement version reconnu"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user