summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile.disabled
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-10-03 15:39:27 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-10-03 15:39:27 +0200
commite80f82b84714de57711c36997318df0789e3b440 (patch)
tree9a6e482053178fd65a840475ffe82be4a9a58312 /Jenkinsfile.disabled
parent5127eb049dbf11d9d3255c67eb8b3e1af116339f (diff)
downloadel_manifests-nfv-access-e80f82b84714de57711c36997318df0789e3b440.tar.gz
removed Jenkinsfile for master branch
Diffstat (limited to 'Jenkinsfile.disabled')
-rw-r--r--Jenkinsfile.disabled20
1 files changed, 20 insertions, 0 deletions
diff --git a/Jenkinsfile.disabled b/Jenkinsfile.disabled
new file mode 100644
index 0000000..9c3b442
--- /dev/null
+++ b/Jenkinsfile.disabled
@@ -0,0 +1,20 @@
1#!/bin/env groovy
2
3// This script is used internally by Enea for automated tests on Linux builds
4
5MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl()
6
7IS_CI = false
8
9def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1]
10def git_repo_name = git_repo.replace('.git','')
11PROFILE = git_repo_name.split('-')[-1]
12BRANCH = env.BRANCH_NAME
13
14fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
15 fileLoader.load('freeze_manifest.groovy');
16}
17
18fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
19 fileLoader.load('eltf_pipeline.groovy');
20}