summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile.disabled
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2019-10-01 10:17:55 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2019-10-01 10:18:17 +0200
commit03a4f553efab30919b848562d4c38ce82d602ea1 (patch)
tree79b1e2c94489a7a53320a20d3a515206764e913c /Jenkinsfile.disabled
parent17095d6b1102022db76cc68de5e0010c07af2675 (diff)
downloadel_manifests-rt-03a4f553efab30919b848562d4c38ce82d602ea1.tar.gz
disable ELTF builds for RT/sumo profilesumo
Change-Id: Ic5d688dd878f7861d334c0bcaf31df4469bd0f0b
Diffstat (limited to 'Jenkinsfile.disabled')
-rw-r--r--Jenkinsfile.disabled10
1 files changed, 10 insertions, 0 deletions
diff --git a/Jenkinsfile.disabled b/Jenkinsfile.disabled
new file mode 100644
index 0000000..9ae9f8b
--- /dev/null
+++ b/Jenkinsfile.disabled
@@ -0,0 +1,10 @@
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()
6BRANCH = env.BRANCH_NAME
7
8fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') {
9 fileLoader.load('eltf-jenkins03');
10}