Created
May 19, 2011 22:32
-
-
Save serverhorror/981956 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# considered success? | |
systemctl status jenkins.service | |
jenkins.service - Jenkins CI Server | |
Loaded: loaded (/usr/local/lib/systemd/system/jenkins.service) | |
Active: inactive (dead) | |
Main PID: 3682 (code=killed, signal=TERM) | |
CGroup: name=systemd:/system/jenkins.service | |
# considered fail? | |
jenkins.service - Jenkins CI Server | |
Loaded: loaded (/usr/local/lib/systemd/system/jenkins.service) | |
Active: failed | |
Process: 3741 ExecStart=/usr/bin/java -jar /opt/jenkins/jenkins.war (code=exited, status=143) | |
CGroup: name=systemd:/system/jenkins.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment