Test Neutral Pipeline #9
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
CICD - Pipeline 2023-03-19 18:23:52 +01:00
parent 4832e2c65b
commit 790f916372

2
Jenkinsfile vendored
View File

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