Skip to content

Commit 4403bdd

Browse files
committed
sync github
1 parent 24bea1f commit 4403bdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ pipeline {
3535
'''
3636
}
3737
}
38+
stage('Sync github repos') {
39+
when { branch 'master' }
40+
steps {
41+
syncRemoteBranch('git@github.com:nbr23/youtube-dl-server.git', 'master')
42+
}
43+
}
3844
}
3945

4046
post {

0 commit comments

Comments
 (0)