Reputation: 717
I am trying to create a new job in Jenkins. Even after giving 'item name' and type of project as 'freestyle', the 'OK' button is greyed out as shown in the attached screenshot.
I am using :
Windows 7 32 bit OS
Jenkins version 1.619
Can anyone tell how to solve this issue.
Thanks in advance.
Upvotes: 3
Views: 3551
Reputation: 8253
Easy way to fix this issue
Before :
The OK button is disabled:
After :
Choosing any items and then OK will enable:
Upvotes: 0
Reputation: 1019
As the "People" tab in Jenkins says, it "Includes all known “users”, including login identities which the current security realm can enumerate, as well as people mentioned in commit messages in recorded changelogs."
To ensure that you have been assigned with appropriate role, ask a person with admin or dev rights, to go to Manage Jenkins -> Manage and Assign Roles -> Assign Roles, and then add you as user with appropriate rights.
Upvotes: 0
Reputation: 787
Check if the problem is related to your particular browser configuration. Try with addons/plugins disabled, or in another browser.
Check the Jenkins logs under the logs folder to see if there's anything meaningful.
Upvotes: 1