Test Neutral Pipeline #9
Some checks failed
Neutral/pipeline/head There was a failure building this commit
Some checks failed
Neutral/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4832e2c65b
commit
790f916372
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user