From 96794d473290e0ee294f9941e32fe576356f914e Mon Sep 17 00:00:00 2001 From: Andrei Gheorghiu Date: Tue, 25 Oct 2016 08:18:51 +0200 Subject: disabled jenkins job on this repo --- Jenkinsfile | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 1e87798..efde794 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,17 +2,22 @@ // This script is used internally by Enea for automated tests on Linux builds -MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl() +//MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl() -def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1] -def git_repo_name = git_repo.replace('.git','') -env.PROFILE = git_repo_name.split('-')[-1] -BRANCH = env.BRANCH_NAME +//def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1] +//def git_repo_name = git_repo.replace('.git','') +//env.PROFILE = git_repo_name.split('-')[-1] +//BRANCH = env.BRANCH_NAME -fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { - fileLoader.load('freeze_manifest.groovy'); -} +//fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { +// fileLoader.load('freeze_manifest.groovy'); +//} -fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { - fileLoader.load('eltf_pipeline.groovy'); -} +//fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { +// fileLoader.load('eltf_pipeline.groovy'); +//} + + + +print "the jenkins job is disabled on this repository (git.enea.se), please use the public one - git.enea.com" +print "the new jobs name, at the time of editing this file, is Enea Linux Standard" -- cgit v1.2.3-54-g00ecf