Spinnaker: 403 Pas de permis de mie a été inclus dans la demande

J'ai configuré jenkins dans spinnaker comme suit et l'installation de spinnaker pipeline.

 jenkins:
    # If you are integrating Jenkins, set its location here using the baseUrl
    # field and provide the username/password credentials.
    # You must also enable the "igor" service listed separately.
    #
    # If you have multiple jenkins servers, you will need to list
    # them in an igor-local.yml. See jenkins.masters in config/igor.yml.
    #
    # Note that jenkins is not installed with Spinnaker so you must obtain this
    # on your own if you are interested.
    enabled: ${services.igor.enabled:false}
    defaultMaster:
      name: default
      baseUrl: http://server:8080
      username: spinnaker
      password: password

Mais je vois d'erreur suivant lorsque vous essayez d'exécuter spinnaker pipeline.

Exception ( Start Jenkins Job )
403 No valid crumb was included in the request

OriginalL'auteur Balkrishna | 2017-06-23