Set up your workspace environnement using JetBrains
You should use Goland Jetbrains
Download the package from
https://www.jetbrains.com/idea/download/download-thanks.html?platform=windows
Go to File -> Settings -> Plugins
and install Jenkins Control Plugin
Restart Goland
You got a right-hand side tab named Jenkins
Click on the wrench to get the configuration dialog window
Fill Server Address, username, passwords, crumb data , jenkins version ver 2.x
Tick use green color....
go to Copy in crumb data the API token previously saved in your notepad.
Go to Manage Jenkins -> Script console and run the following groovy script.
import jenkins.model.Jenkins
def instance = Jenkins.instance
instance.setCrumbIssuer(null)
Result
if you have a message URL is mal/formed
Go to Jenkins -> manage Jenkins-> Configuration system
Go to Jenkins Location
and remove the trailing /
Press save
and test again