summaryrefslogtreecommitdiff
path: root/.cisettings.xml
diff options
context:
space:
mode:
authorChristian Kollmann <christian.kollmann@a-sit.at>2020-10-30 09:51:14 +0100
committerChristian Kollmann <christian.kollmann@a-sit.at>2020-10-30 09:51:14 +0100
commitb934e977a8949f966d0fb28cd785abc95c50954c (patch)
treec904d62da6ddf7ca741fe3a6798549c949bf8e13 /.cisettings.xml
parent7e324e9140845d52fa557c5ab2ac0a55b91c3052 (diff)
downloadEAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.tar.gz
EAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.tar.bz2
EAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.zip
Add CI pipeline
Diffstat (limited to '.cisettings.xml')
-rw-r--r--.cisettings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.cisettings.xml b/.cisettings.xml
new file mode 100644
index 00000000..61f6265f
--- /dev/null
+++ b/.cisettings.xml
@@ -0,0 +1,16 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
+ <servers>
+ <server>
+ <id>gitlab</id>
+ <configuration>
+ <httpHeaders>
+ <property>
+ <name>Job-Token</name>
+ <value>${env.CI_JOB_TOKEN}</value>
+ </property>
+ </httpHeaders>
+ </configuration>
+ </server>
+ </servers>
+</settings>