summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-07-06 13:59:13 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-07-06 13:59:13 +0200
commit596d67a7e195039dc6ec455e00e8446ef8f5aa07 (patch)
tree6ed140f75570d34e402d31bfc3f3aa4ef62c3ac1 /Jenkinsfile
downloadel_manifests-rt-596d67a7e195039dc6ec455e00e8446ef8f5aa07.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000..9ae9f8b
--- /dev/null
+++ b/Jenkinsfile
@@ -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}