diff --git a/Jenkinsfile b/Jenkinsfile index e02ace7..3676b55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline{ stage('Test') { steps { script { - getBranchNames("gitea-sync/antos"); + getBranchNames("gitea-sync"); } } }