summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 14dab86..1e87798 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,12 +9,6 @@ def git_repo_name = git_repo.replace('.git','')
9env.PROFILE = git_repo_name.split('-')[-1] 9env.PROFILE = git_repo_name.split('-')[-1]
10BRANCH = env.BRANCH_NAME 10BRANCH = env.BRANCH_NAME
11 11
12print "MANIFEST_REPOSITORY: " + MANIFEST_REPOSITORY
13print "git_repo_name: " + git_repo_name
14print "PROFILE: " + env.PROFILE
15
16System.exit(2)
17
18fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { 12fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
19 fileLoader.load('freeze_manifest.groovy'); 13 fileLoader.load('freeze_manifest.groovy');
20} 14}