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..db00747
--- /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('ssh://gerrit.enea.se:29418/eltf/jenkins', 'master', null, '') {
9 fileLoader.load('eltf-jenkins03')
10}