Failed to create "new job" at Jenkins, OK button is grayed out

I am trying to create a new job in Jenkins. Even after specifying the item name and project type as "freestyle," the "OK" button is grayed out as shown in the attached screenshot.

ok_button_greyed_out_jenkins

I use:

Windows 7 32 bit OS
Jenkins version 1.619

      

Can anyone please tell me how to fix this problem.

Thanks in advance.

+3


source to share


2 answers


  • Check if the problem is related to your specific browser configuration. Try disabling addons / plugins or in another browser.

  • Check Jenkins logs in the logs folder to see if there is anything meaningful.



+1


source


As the People tab in Jenkins shows, "Includes all known" users ", including user IDs that can list the current security scopes, as well as people mentioned in the commit messages in the recorded changelog."



To make sure you are assigned the correct role, ask someone with administrator or developer rights, go to Manage Jenkins → Manage and Assign Roles → Assign Roles, and then add you as a user with the appropriate rights.

0


source







All Articles