Erro ao tentar iniciar o jenkins no ubuntu VM

0
$ sudo systemctl start jenkins
Failed to issue method call: Unit jenkins.service failed to load: No such file or directory. See system logs and 'systemctl status jenkins.service' for details.

Tentei executar isso:

$ systemctl daemon-reload

Ainda recebendo o mesmo erro.

Já instalou o jenkins usando os seguintes comandos:

$ wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
$ echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
$ sudo apt-get update
$ sudo apt-get install jenkins
    
por Varun 06.03.2018 / 02:21

0 respostas