# Getting console error when building job that has List Git Branches Parameter

**URL:** https://community.jenkins.io/t/getting-console-error-when-building-job-that-has-list-git-branches-parameter/12657
**Category:** Using Jenkins
**Tags:** plugin-site
**Created:** [February 22, 2024, 1:35am UTC](https://community.jenkins.io/t/getting-console-error-when-building-job-that-has-list-git-branches-parameter/12657 "2024-02-22T01:35:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sabbir\_ss](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@sabbir\_ss](https://community.jenkins.io/u/sabbir_ss)
#### Post date: [February 22, 2024, 1:35am UTC](https://community.jenkins.io/t/getting-console-error-when-building-job-that-has-list-git-branches-parameter/12657/1 "2024-02-22T01:35:22Z")

</div>

I am using Jenkins version: **2.446**

My job has following plugin : List Git Branches Paramer  
[List Git Branches Parameter](https://plugins.jenkins.io/list-git-branches-parameter/)

that gets branch name from Github.

While build the job, I am getting following console error:  
behavior.js:138 TypeError: Cannot read properties of null (reading ‘dataset’)  
at select.js:153:15  
at Array.forEach ()  
at behavior.js:135:22  
at Array.forEach ()  
at behavior.js:126:21  
at Array.forEach ()  
at Object.applySubtree (behavior.js:107:15)  
at Object.apply (behavior.js:90:12)  
at behavior.js:85:19  
at window.onload (behavior.js:152:11)

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/jenkins/original/2X/9/9641b8df38bfca9cb209df728546adb84c11402b.png)

No branch name gets displayed in drop down.

Thanks in advance for helping out to resolve the issue.

---

<div class="post-metadata">

### Author: ![poddingue](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/poddingue/32/985_2.png) [@poddingue](https://community.jenkins.io/u/poddingue)
#### Post date: [February 26, 2024, 9:58am UTC](https://community.jenkins.io/t/getting-console-error-when-building-job-that-has-list-git-branches-parameter/12657/2 "2024-02-26T09:58:54Z")

</div>

Hello @sabbir_ss , and welcome to this community. 👋

There might be an issue with the plugin itself. You could try updating the plugin to the latest version to see if that resolves the issue.
