summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
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
parent17095d6b1102022db76cc68de5e0010c07af2675 (diff)
downloadel_manifests-rt-sumo.tar.gz
disable ELTF builds for RT/sumo profilesumo
Change-Id: Ic5d688dd878f7861d334c0bcaf31df4469bd0f0b
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index 9ae9f8b..0000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,10 +0,0 @@
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}