From 21c85fd3dacb99945e38306bf310d1b9b19dba09 Mon Sep 17 00:00:00 2001 From: Katharina Seiz <Katharina.Seiz@sap.com> Date: Tue, 13 Oct 2020 11:47:46 +0200 Subject: [PATCH] admin/setup new internal release pipeline (#1371) Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by: Matthias Urhahn <matthias.urhahn@sap.com> --- .pipeline/Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pipeline/Jenkinsfile diff --git a/.pipeline/Jenkinsfile b/.pipeline/Jenkinsfile new file mode 100644 index 000000000..4a905355e --- /dev/null +++ b/.pipeline/Jenkinsfile @@ -0,0 +1,5 @@ +#!/usr/bin/env groovy + +@Library(['piper-lib', 'cwa-remote-pipelines']) _ + +cwaAppAndroidPipeline script: this, customDefaults: ['cwa-mobile-clients-defaults.yml', 'android/cwa-app-android-config.yml'] -- GitLab