summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAndrei Gheorghiu <adgh@eltf-jenkins02.stolab01.enea.se>2016-09-15 09:55:49 +0200
committerAndrei Gheorghiu <adgh@eltf-jenkins02.stolab01.enea.se>2016-09-15 09:55:49 +0200
commit2ba7f60a014528fc3b29c573cc0a34ec4efa390e (patch)
treee6bc514b9038685f1924233d619f08c52d964d46 /Jenkinsfile
parent32fdfe2dc36e8298ed89073b471d08b4edbcef68 (diff)
downloadel_manifests-standard-2ba7f60a014528fc3b29c573cc0a34ec4efa390e.tar.gz
more tests
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index dfa7334..eaea849 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ node ('master') {
10 def git_repo_name = git_repo.replace('.git','') 10 def git_repo_name = git_repo.replace('.git','')
11 def profile = git_repo_name.split('-')[-1] 11 def profile = git_repo_name.split('-')[-1]
12 env.PROFILE = profile 12 env.PROFILE = profile
13 print git_repo_name 13 sh 'echo $PROFILE'
14 } 14 }
15} 15}
16System.exit(1) 16System.exit(1)