Skip to content

Commit

Permalink
sync github
Browse files Browse the repository at this point in the history
  • Loading branch information
nbr23 committed Feb 22, 2023
1 parent 24bea1f commit 4403bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ pipeline {
'''
}
}
stage('Sync github repos') {
when { branch 'master' }
steps {
syncRemoteBranch('[email protected]:nbr23/youtube-dl-server.git', 'master')
}
}
}

post {
Expand Down

0 comments on commit 4403bdd

Please sign in to comment.