Test Neutral Pipeline #10
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:26:01 +01:00
parent 790f916372
commit 85b2e36089

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ pipeline {
stage('[Neutral] - Check Version') {
steps {
script {
def commit_name = sh "ssh raphix@raphix.fr sudo -S -u gitlab-ci cd /neutral/ && git log -1 --pretty=%B"
if(commit_name.contains("@")) {
def commit_name = env.TAG_NAME
if(commit_name) {
echo "[Neutral] - Deployement version reconnu"
} else {