Test Neutral Pipeline #10
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
790f916372
commit
85b2e36089
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user