summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-10-25 08:18:51 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-10-25 08:18:51 +0200
commit96794d473290e0ee294f9941e32fe576356f914e (patch)
tree1d735a6ea08ca5fdf3acebbf93fda2c7b5d69451 /Jenkinsfile
parente6b87f404cfc6e605abf7bdebbaa29c258bba903 (diff)
downloadel_manifests-standard-96794d473290e0ee294f9941e32fe576356f914e.tar.gz
disabled jenkins job on this repo
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile27
1 files changed, 16 insertions, 11 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1e87798..efde794 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,17 +2,22 @@
2 2
3// This script is used internally by Enea for automated tests on Linux builds 3// This script is used internally by Enea for automated tests on Linux builds
4 4
5MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl() 5//MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl()
6 6
7def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1] 7//def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1]
8def git_repo_name = git_repo.replace('.git','') 8//def git_repo_name = git_repo.replace('.git','')
9env.PROFILE = git_repo_name.split('-')[-1] 9//env.PROFILE = git_repo_name.split('-')[-1]
10BRANCH = env.BRANCH_NAME 10//BRANCH = env.BRANCH_NAME
11 11
12fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { 12//fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
13 fileLoader.load('freeze_manifest.groovy'); 13// fileLoader.load('freeze_manifest.groovy');
14} 14//}
15 15
16fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { 16//fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
17 fileLoader.load('eltf_pipeline.groovy'); 17// fileLoader.load('eltf_pipeline.groovy');
18} 18//}
19
20
21
22print "the jenkins job is disabled on this repository (git.enea.se), please use the public one - git.enea.com"
23print "the new jobs name, at the time of editing this file, is Enea Linux Standard"