ブックマーク / wiki.jenkins-ci.org (3)

  • Jenkins : Remote access API

    Created by Unknown User (kohsuke), last modified by Olivier Vernin on Apr 14, 2020 Jenkins provides machine-consumable remote access API to its functionalities. Currently it comes in three flavors: XMLJSON with JSONP supportPythonRemote access API is offered in a REST-like style. That is, there is no single entry point for all features, and instead they are available under the ".../api/" URL where

  • 日本語 : Disable security

    Created by Unknown User (sogabe), last modified on Jun 14, 2013 オリジナル: Disable security Jenkinsを2度と再設定できないような方法で、うっかりユーザー情報や権限管理を設定してしまうことがあります。 そんなときは、次のような手順で直すことができます。 Jenkinsを停止する。(一番簡単なのはサーブレットコンテナを落とすことです) ファイルシステムの $Jenkins_HOME で、config.xml ファイルを探す。 エディタでこのファイルを開く。 このファイルの <useSecurity>true</useSecurity> という要素を探す。 true を false に変更する。 Jenkinsを起動する。 Jenkinsが元に戻ったら、誰でもシステムに何でもできるアンセキュアな状態に成って

  • Jenkins : Emotional Hudson Plugin

    This funny plugin changes the expression of Mr. Hudson in the background when your builds fail. The plugin is maintained by Masanobu Imai and is hosted on its own project site at Google Code. Also check Kohsuke's introduction of this plugin. Once installed, you need to enable this on per-job basis. Screenshot Change Log Version 1.3 (Nov 19, 2011) JENKINS-11812 Version 1.2 (Apr 16, 2010) Update cod

  • 1