-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3741 from jenkins-x/regen-plugin-docs-20241010-23…
…0953 chore: regenerated plugin docs
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: jx admin stop | ||
linktitle: stop | ||
type: docs | ||
description: "stops the currently running boot Job ***Aliases**: suspend*" | ||
aliases: | ||
- jx-admin_stop | ||
--- | ||
|
||
### Usage | ||
|
||
``` | ||
jx admin stop | ||
``` | ||
|
||
### Synopsis | ||
|
||
Stops the currently running boot Job. | ||
|
||
It works by setting spec.suspend=true in the job. | ||
|
||
### Options | ||
|
||
``` | ||
-b, --batch-mode Runs in batch mode without prompting for user input | ||
-h, --help help for stop | ||
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL | ||
-n, --namespace string the namespace where the boot jobs run. If not specified it will look in: jx-git-operator and jx | ||
-s, --selector string the selector of the boot Job pods (default "app=jx-boot") | ||
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace | ||
``` | ||
|
||
|
||
|
||
### Source | ||
|
||
[jenkins-x-plugins/jx-admin](https://github.com/jenkins-x-plugins/jx-admin) |