Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin fab714379c ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master This commit looks good Details
Can't use the official Zola container image because it doesn't have a
shell, so Jenkins can't run commands in it.
2022-12-02 22:05:46 -06:00
Dustin 12c99fb5f0 blog: Speed Up Jenkins Startup Time in Kubernetes 2022-12-02 22:05:43 -06:00
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ LABEL PID TTY STAT TIME COMMAND
system_u:system_r:container_t:s0:c525,c600 196790 ? Sl 0:50 java -Duser.home=/var/jenkins_home -Djenkins.model.Jenkins.slaveAgentPort=50000 -Dhudson.lifecycle=hudson.lifecycle.ExitLifecycle -jar /usr/share/jenkins/jenkins.war system_u:system_r:container_t:s0:c525,c600 196790 ? Sl 0:50 java -Duser.home=/var/jenkins_home -Djenkins.model.Jenkins.slaveAgentPort=50000 -Dhudson.lifecycle=hudson.lifecycle.ExitLifecycle -jar /usr/share/jenkins/jenkins.war
``` ```
The *level* field is the final part of the process's label, after the last The *level* field is the final two parts of the process's label and includes
colon. the context's category.
```yaml ```yaml
spec: spec: