TEST TAG
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
CICD - Pipeline 2023-03-19 18:37:40 +01:00
parent cb1e881450
commit 6169272093

1
Jenkinsfile vendored
View File

@ -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"