@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_CLI_NoSuchFileExists(Object arg0)
Key
CLI.NoSuchFileExists: No such file exists: {0}. |
static org.jvnet.localizer.Localizable |
_CLI_NoURL()
Key
CLI.NoURL: Neither -s nor the JENKINS_URL env var
is specified.. |
static org.jvnet.localizer.Localizable |
_CLI_Usage()
Key
CLI.Usage: {@code Jenkins CLI
Usage: java -jar
jenkins-cli.jar [-s URL] command [opts...] args... |
static org.jvnet.localizer.Localizable |
_CLI_VersionMismatch()
Key
CLI.VersionMismatch: {@code Version mismatch. |
static String |
CLI_NoSuchFileExists(Object arg0)
Key
CLI.NoSuchFileExists: No such file exists: {0}. |
static String |
CLI_NoURL()
Key
CLI.NoURL: Neither -s nor the JENKINS_URL env var
is specified.. |
static String |
CLI_Usage()
Key
CLI.Usage: {@code Jenkins CLI
Usage: java -jar
jenkins-cli.jar [-s URL] command [opts...] args... |
static String |
CLI_VersionMismatch()
Key
CLI.VersionMismatch: {@code Version mismatch. |
public static String CLI_Usage()
CLI.Usage: Jenkins CLI
Usage: java -jar
jenkins-cli.jar [-s URL] command [opts...] args...
Options:
-s URL
: the server URL (defaults to the JENKINS_URL env var)
-http :
use a plain CLI protocol over HTTP(S) (the default; mutually exclusive
with -ssh and -remoting)
-ssh : use SSH protocol (requires
-user; SSH port must be open on server, and user must have registered
a public key)
-remoting : use deprecated Remoting channel protocol
(if enabled on server; for compatibility with legacy commands or
command modes only)
-i KEY : SSH private key file used for
authentication (for use with -ssh or -remoting)
-p HOST:PORT : HTTP
proxy host and port for HTTPS proxy tunneling. See
https://jenkins.io/redirect/cli-https-proxy-tunnel
-noCertificateCheck
: bypass HTTPS certificate check entirely. Use with caution
-noKeyAuth
: don't try to load the SSH authentication private key. Conflicts with
-i
-user : specify user (for use with -ssh)
-strictHostKey :
request strict host key checking (for use with -ssh)
-logger FINE :
enable detailed logging from the client
-auth [ USER:SECRET | @FILE ]
: specify username and either password or API token (or load from them
both from a file);
for use with -http, or -remoting but only when the
JNLP agent port is disabled
The available commands depend on the
server. Run the 'help' command to
see the list..Jenkins CLI
Usage: java -jar jenkins-cli.jar [-s URL] command
[opts...] args...
Options:
-s URL : the server URL (defaults to
the JENKINS_URL env var)
-http : use a plain CLI protocol over
HTTP(S) (the default; mutually exclusive with -ssh and -remoting)
-ssh
: use SSH protocol (requires -user; SSH port must be open on server,
and user must have registered a public key)
-remoting : use
deprecated Remoting channel protocol (if enabled on server; for
compatibility with legacy commands or command modes only)
-i KEY
: SSH private key file used for authentication (for use with -ssh or
-remoting)
-p HOST:PORT : HTTP proxy host and port for HTTPS proxy
tunneling. See
https://jenkins.io/redirect/cli-https-proxy-tunnel
-noCertificateCheck
: bypass HTTPS certificate check entirely. Use with caution
-noKeyAuth
: don't try to load the SSH authentication private key. Conflicts with
-i
-user : specify user (for use with -ssh)
-strictHostKey :
request strict host key checking (for use with -ssh)
-logger FINE :
enable detailed logging from the client
-auth [ USER:SECRET | @FILE ]
: specify username and either password or API token (or load from them
both from a file);
for use with -http, or -remoting but only when the
JNLP agent port is disabled
The available commands depend on the
server. Run the 'help' command to
see the list.public static org.jvnet.localizer.Localizable _CLI_Usage()
CLI.Usage: Jenkins CLI
Usage: java -jar
jenkins-cli.jar [-s URL] command [opts...] args...
Options:
-s URL
: the server URL (defaults to the JENKINS_URL env var)
-http :
use a plain CLI protocol over HTTP(S) (the default; mutually exclusive
with -ssh and -remoting)
-ssh : use SSH protocol (requires
-user; SSH port must be open on server, and user must have registered
a public key)
-remoting : use deprecated Remoting channel protocol
(if enabled on server; for compatibility with legacy commands or
command modes only)
-i KEY : SSH private key file used for
authentication (for use with -ssh or -remoting)
-p HOST:PORT : HTTP
proxy host and port for HTTPS proxy tunneling. See
https://jenkins.io/redirect/cli-https-proxy-tunnel
-noCertificateCheck
: bypass HTTPS certificate check entirely. Use with caution
-noKeyAuth
: don't try to load the SSH authentication private key. Conflicts with
-i
-user : specify user (for use with -ssh)
-strictHostKey :
request strict host key checking (for use with -ssh)
-logger FINE :
enable detailed logging from the client
-auth [ USER:SECRET | @FILE ]
: specify username and either password or API token (or load from them
both from a file);
for use with -http, or -remoting but only when the
JNLP agent port is disabled
The available commands depend on the
server. Run the 'help' command to
see the list..Jenkins CLI
Usage: java -jar jenkins-cli.jar [-s URL] command
[opts...] args...
Options:
-s URL : the server URL (defaults to
the JENKINS_URL env var)
-http : use a plain CLI protocol over
HTTP(S) (the default; mutually exclusive with -ssh and -remoting)
-ssh
: use SSH protocol (requires -user; SSH port must be open on server,
and user must have registered a public key)
-remoting : use
deprecated Remoting channel protocol (if enabled on server; for
compatibility with legacy commands or command modes only)
-i KEY
: SSH private key file used for authentication (for use with -ssh or
-remoting)
-p HOST:PORT : HTTP proxy host and port for HTTPS proxy
tunneling. See
https://jenkins.io/redirect/cli-https-proxy-tunnel
-noCertificateCheck
: bypass HTTPS certificate check entirely. Use with caution
-noKeyAuth
: don't try to load the SSH authentication private key. Conflicts with
-i
-user : specify user (for use with -ssh)
-strictHostKey :
request strict host key checking (for use with -ssh)
-logger FINE :
enable detailed logging from the client
-auth [ USER:SECRET | @FILE ]
: specify username and either password or API token (or load from them
both from a file);
for use with -http, or -remoting but only when the
JNLP agent port is disabled
The available commands depend on the
server. Run the 'help' command to
see the list.public static String CLI_NoURL()
CLI.NoURL: Neither -s nor the JENKINS_URL env var
is specified..Neither -s nor the JENKINS_URL env var is specified.public static org.jvnet.localizer.Localizable _CLI_NoURL()
CLI.NoURL: Neither -s nor the JENKINS_URL env var
is specified..Neither -s nor the JENKINS_URL env var is specified.public static String CLI_NoSuchFileExists(Object arg0)
CLI.NoSuchFileExists: No such file exists: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No such file exists: {0}public static org.jvnet.localizer.Localizable _CLI_NoSuchFileExists(Object arg0)
CLI.NoSuchFileExists: No such file exists: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).No such file exists: {0}public static String CLI_VersionMismatch()
CLI.VersionMismatch: Version mismatch. This CLI
cannot work with this Jenkins server..Version mismatch. This CLI cannot work with this Jenkins
server.public static org.jvnet.localizer.Localizable _CLI_VersionMismatch()
CLI.VersionMismatch: Version mismatch. This CLI
cannot work with this Jenkins server..Version mismatch. This CLI cannot work with this Jenkins
server.Copyright © 2004–2018. All rights reserved.