Start Jenkins build using batch script

后端 未结 6 1957
挽巷
挽巷 2020-12-15 23:43

I am working with a Jenkins build server to run synthesis/simulation for FPGAs. Right now I have nightly builds and can start the build manually in Jenkins browser interface

6条回答
  •  伪装坚强ぢ
    2020-12-15 23:54

    As I tried to trigger my job via curl I ended up always getting "Not authorized" errors.

    Later I found out that this was because I completely disabled anonymous access on the server. The solution was to install the following plugin: https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin

    Source: https://issues.jenkins-ci.org/browse/JENKINS-17764

提交回复
热议问题