Skip to content

Commit

Permalink
TEL-5773: Implement development branch for b2bua
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuan1407-telnyx committed Sep 11, 2023
1 parent b5a8c08 commit 94adc80
Show file tree
Hide file tree
Showing 3 changed files with 21 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 meta-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
names:
service: core-tel-freeswitch
project:
squad: core.telephony.squad
primary_maintainer: ryanc
secondary_maintainer: null
public_api: false
private_api: false
build:
promote_to_dev:
branch_pattern: "telnyx/telephony/master|telnyx/telephony/development"
Empty file added meta-prod.yml
Empty file.

0 comments on commit 94adc80

Please sign in to comment.