Build Config file used for test build
kind: BuildConfig |
apiVersion: v1 |
metadata: |
name: helloworld-android-pipeline |
spec: |
source: |
git: |
uri: https://github.com/odra/helloworld-android-gradle.git |
ref: jenkins-apk-path |
strategy: |
jenkinsPipelineStrategy: |
env: |
- |
name: FH_CONFIG_CONTENT |
value: empty_content |
- |
name: BUILD_CONFIG |
value: debug |
jenkinsfilePath: Jenkinsfile
|
|