17
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Jenkinsでsudo実行時のエラー

Posted at

変なエラーがでる(logに残る所でsudo使ってんじゃねぇよザコってことらしい)

sudo: no tty present and no askpass program specified

visudo に設定を追加

$ sudo visudo
# Defaults !visiblepw
Defaults visiblepw

root	ALL=(ALL:ALL) ALL
jenkins ALL=(ALL) NOPASSWD:ALL

jenkins リスタート

$ service jenkins restart
17
12
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
17
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?