I configured jenkins in spinnaker as follows and setup spinnaker pipeline.
jenkins: # If you are integrating Jenkins, set its location here using the bas
I solved by using API TOKEN as basic authentication password. Here is how
curl -v -X POST http://jenkins-url:8080/job//buildWithParameters?param=value --user :
Note: To Created the API TOKEN under Accounts icon -> configure -> API Token -> Add New token