Skip to content

Commit

Permalink
TEL-5773: Implement developer branch for builder
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuan1407-telnyx authored Sep 11, 2023
1 parent ccf8c6c commit 79b925e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pipeline {
agent { label 'kubernetes-default' }
stages {
stage('Build') {
steps {
sh 'echo "Empty build to trigger telnyx_b2bua_builder"'
}
}
}
}
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build:
echo "Empty build"

test:
echo "Empty test"

prepareRelease:
echo "Empty prepareRelease"

publish:
echo "Empty publish"
11 changes: 11 additions & 0 deletions meta-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
names:
service: core-tel-sofia-sip
project:
squad: core.telephony.squad
primary_maintainer: ryanc
secondary_maintainer: null
public_api: false
private_api: false
build:
promote_to_dev:
branch_pattern: "master|developer"
Empty file added meta-prod.yml
Empty file.

0 comments on commit 79b925e

Please sign in to comment.