タグ

ブックマーク / plugins.jenkins.io (3)

  • Script Security

    (adapted from information on Template plugin in CloudBees Plugins guide) Various Jenkins plugins require that users define custom scripts, most commonly in the Groovy language, to customize Jenkins’s behavior. If everyone who writes these scripts is a Jenkins administrator—specifically if they have the Overall/RunScripts permission, used for example by the Script Console link—then they can write w

    Script Security
    nobuoka
    nobuoka 2016/05/17
    Pipeline plugin を使ってると、『RejectedAccessException: Scripts not permitted to use staticMethod』 とか言われて Jenkinsfile の中の Groovy スクリプトが動かないことがある。 このプラグインによるものなので、管理者権限で許可すれば良いぽい
  • Pipeline: REST API

    Pipeline REST API Plugin This module is a Jenkins Plugin that defines REST endpoints for securely accessing Pipeline data that can then be used in (e.g.) the Pipeline Stage View. Resource Hyperlinks As you use the API you will notice that resources are hyperlinked, allowing client applications to navigate the API once they know the root/base URL for the API i.e. without needing to know how to cons

    Pipeline: REST API
    nobuoka
    nobuoka 2016/03/29
    お、バージョン 1.0 が 2 月にリリースされてた! めでたい!
  • Throttle Concurrent Builds

    Throttling of runs by one or multiple category Throttling of multiple runs of the same AbstractProject job (not recommended) Throttling of runs by parameter values For each mode it is possible to setup global, label-specific, and node-specific limits for concurrent runs. If multiple throttling categories are defined, each requirement needs to be satisfied in order for the task to be taken off the

    Throttle Concurrent Builds
    nobuoka
    nobuoka 2015/08/25
    Android エミュレータを使用するジョブを同時に 1 つしか動かしたくない、ってときに使えそう。
  • 1