LoginSignup
0
0

More than 5 years have passed since last update.

Jenkinsのユーザー名に「.(ドット)」を使いたい

Posted at

背景

今までユーザー名に「.(ドット)」を利用することができたが、バージョン2.107.3から制限された。
https://jenkins.io/doc/upgrade-guide/2.107/
でも使いたい。

対応

Jenkinsの設定ファイルである/etc/sysconfig/jenkinsにあるJENKINS_JAVA_OPTIONSに対して下記を追加する。
-Dhudson.security.HudsonPrivateSecurityRealm.ID_REGEX=[a-zA-Z][a-zA-Z0-9_.@-]+

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0