summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile.disabled
diff options
context:
space:
mode:
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}