mirror of https://github.com/jenkinsci/jenkins.git
Add www to jenkins.io URLs (#5517)
Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
This commit is contained in:
parent
c442424a23
commit
ca646b3742
|
@ -1,2 +1,2 @@
|
|||
community_bridge: jenkins
|
||||
custom: ["https://jenkins.io/donate/#why-donate"]
|
||||
custom: ["https://www.jenkins.io/donate/#why-donate"]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- Comment:
|
||||
A great PR typically begins with the line below.
|
||||
Replace XXXXX with the numeric part of the issue's id you created on JIRA.
|
||||
Please note that if you want your changes backported into LTS, you will need to create a JIRA ticket for it. Read https://jenkins.io/download/lts/#backporting-process for more.
|
||||
Please note that if you want your changes backported into LTS, you will need to create a JIRA ticket for it. Read https://www.jenkins.io/download/lts/#backporting-process for more.
|
||||
-->
|
||||
See [JENKINS-XXXXX](https://issues.jenkins-ci.org/browse/JENKINS-XXXXX).
|
||||
|
||||
|
@ -19,7 +19,7 @@ If the issue is not fully described in the ticket, add more information here (ju
|
|||
* ...
|
||||
|
||||
<!-- Comment:
|
||||
The changelogs will be integrated by the core maintainers after the merge. See the changelog examples here: https://jenkins.io/changelog/ -->
|
||||
The changelogs will be integrated by the core maintainers after the merge. See the changelog examples here: https://www.jenkins.io/changelog/ -->
|
||||
|
||||
### Proposed upgrade guidelines
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ tag-template: jenkins-$NEXT_MINOR_VERSION
|
|||
|
||||
template: |
|
||||
**Disclaimer**: This is an automatically generated changelog draft for Jenkins weekly releases.
|
||||
See https://jenkins.io/changelog/ for the official changelogs.
|
||||
See https://www.jenkins.io/changelog/ for the official changelogs.
|
||||
For `changelog.yaml` drafts see GitHub action artifacts attached to release commits.
|
||||
|
||||
$CHANGES
|
||||
|
|
|
@ -149,24 +149,24 @@ just submit a pull request.
|
|||
|
||||
# Links
|
||||
|
||||
* [Jenkins Contribution Landing Page](https://jenkins.io/participate/)
|
||||
* [Jenkins IRC Channel](https://jenkins.io/chat/)
|
||||
* [Jenkins Contribution Landing Page](https://www.jenkins.io/participate/)
|
||||
* [Jenkins IRC Channel](https://www.jenkins.io/chat/)
|
||||
* [Beginners Guide To Contributing](https://wiki.jenkins.io/display/JENKINS/Beginners+Guide+to+Contributing)
|
||||
* [List of newbie-friendly issues in the core](https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20component%20%3D%20core%20AND%20labels%20in%20(newbie-friendly))
|
||||
|
||||
[Preparing for Plugin Development]: https://jenkins.io/doc/developer/tutorial/prepare/
|
||||
[Preparing for Plugin Development]: https://www.jenkins.io/doc/developer/tutorial/prepare/
|
||||
[newbie friendly issues]: https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20component%20%3D%20core%20AND%20labels%20in%20(newbie-friendly)
|
||||
[Participate]: https://jenkins.io/participate/
|
||||
[building and debugging process here]: https://jenkins.io/doc/developer/building/
|
||||
[Participate]: https://www.jenkins.io/participate/
|
||||
[building and debugging process here]: https://www.jenkins.io/doc/developer/building/
|
||||
[guide]: https://wiki.jenkins.io/display/JENKINS/Starting+and+Accessing+Jenkins
|
||||
[Remote Debug Flags]: https://stackoverflow.com/questions/975271/remote-debugging-a-java-application
|
||||
[Acceptance Test Harness (ATH)]: https://github.com/jenkinsci/acceptance-test-harness
|
||||
[backporting process]: https://jenkins.io/download/lts/
|
||||
[backporting process]: https://www.jenkins.io/download/lts/
|
||||
[proposed template]: .github/PULL_REQUEST_TEMPLATE.md
|
||||
[MIT license]: ./LICENSE.txt
|
||||
[contributor agreement]: https://jenkins.io/project/governance/#cla
|
||||
[Jenkins Security Team]: https://jenkins.io/security/#team
|
||||
[contributor agreement]: https://www.jenkins.io/project/governance/#cla
|
||||
[Jenkins Security Team]: https://www.jenkins.io/security/#team
|
||||
[ci.jenkins.io]: https://ci.jenkins.io/
|
||||
[Jenkins Pipeline]: https://jenkins.io/doc/book/pipeline/
|
||||
[Jenkins Pipeline]: https://www.jenkins.io/doc/book/pipeline/
|
||||
[Jenkinsfile]: ./Jenkinsfile
|
||||
[download Maven here]: https://maven.apache.org/download.cgi
|
||||
|
|
12
README.md
12
README.md
|
@ -2,8 +2,8 @@
|
|||
|
||||
# About
|
||||
|
||||
[](https://jenkins.io/changelog)
|
||||
[](https://jenkins.io/changelog-stable)
|
||||
[](https://www.jenkins.io/changelog)
|
||||
[](https://www.jenkins.io/changelog-stable)
|
||||
[](https://hub.docker.com/r/jenkins/jenkins/)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/3538)
|
||||
|
||||
|
@ -35,8 +35,8 @@ For all distributions Jenkins offers two release lines:
|
|||
Older release line which gets periodically updated via bug fix backports.
|
||||
|
||||
Latest releases:
|
||||
[](https://jenkins.io/changelog)
|
||||
[](https://jenkins.io/changelog-stable)
|
||||
[](https://www.jenkins.io/changelog)
|
||||
[](https://www.jenkins.io/changelog-stable)
|
||||
|
||||
|
||||
# Source
|
||||
|
@ -69,8 +69,8 @@ See [adopters](https://www.jenkins.io/project/adopters/) for the list of Jenkins
|
|||
Jenkins is **licensed** under the **[MIT License]**.
|
||||
|
||||
|
||||
[ButlerImage]: https://jenkins.io/sites/default/files/jenkins_logo.png
|
||||
[ButlerImage]: https://www.jenkins.io/sites/default/files/jenkins_logo.png
|
||||
[MIT License]: https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt
|
||||
[Mirrors]: http://mirrors.jenkins-ci.org
|
||||
[GitHub]: https://github.com/jenkinsci/jenkins
|
||||
[website]: https://jenkins.io/
|
||||
[website]: https://www.jenkins.io/
|
||||
|
|
|
@ -14,7 +14,7 @@ CLI.Usage=Jenkins CLI\n\
|
|||
\ -auth [ USER:SECRET | @FILE ] : specify username and either password or API token (or load from them both from a file);\n\
|
||||
\ for use with -http.\n\
|
||||
\ Passing credentials by file is recommended.\n\
|
||||
\ See https://jenkins.io/redirect/cli-http-connection-mode for more info and options.\n\
|
||||
\ See https://www.jenkins.io/redirect/cli-http-connection-mode for more info and options.\n\
|
||||
\ -bearer [ TOKEN | @FILE ] : specify authentication using a bearer token (or load the token from file);\n\
|
||||
\ for use with -http. Mutually exclusive with -auth.\n\
|
||||
\ Passing credentials by file is recommended.\n\
|
||||
|
|
|
@ -28,7 +28,7 @@ CLI.Usage=\
|
|||
\u0441\u0440\u0435\u0434\u0430\u0442\u0430 \u201eJENKINS_URL\u201c)\n\
|
||||
-i \u041a\u041b\u042e\u0427 : \u0447\u0430\u0441\u0442\u0435\u043d \u043a\u043b\u044e\u0447 \u0437\u0430 SSH \u0437\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\n\
|
||||
-p \u0425\u041e\u0421\u0422:\u041f\u041e\u0420\u0422 : \u0445\u043e\u0441\u0442 \u0438 \u043f\u043e\u0440\u0442 \u0437\u0430 \u0441\u044a\u0440\u0432\u044a\u0440-\u043f\u043e\u0441\u0440\u0435\u0434\u043d\u0438\u043a \u043f\u043e HTTP \u0437\u0430 \u0442\u0443\u043d\u0435\u043b \u043f\u043e HTTPS.\n\
|
||||
\u0417\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f: https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
\u0417\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f: https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : \u0431\u0435\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u0437\u0430 HTTPS (\u0412\u041d\u0418\u041c\u0410\u041d\u0418\u0415!)\n\
|
||||
-noKeyAuth : \u0431\u0435\u0437 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0441 \u0447\u0430\u0441\u0442\u0435\u043d \u043a\u043b\u044e\u0447 \u0437\u0430 SSH, \u043e\u043f\u0446\u0438\u044f\u0442\u0430 \u0435\n\
|
||||
\u043d\u0435\u0441\u044a\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u0430 \u0441 \u043e\u043f\u0446\u0438\u044f\u0442\u0430 \u201e-i\u201c\n\n\
|
||||
|
|
|
@ -4,7 +4,7 @@ CLI.Usage=Jenkins Kommandozeilenschnittstelle (Jenkins CLI)\n\
|
|||
Optionen:\n\
|
||||
-s URL : URL des Jenkins-Servers (Wert der Umgebungsvariable JENKINS_URL ist der Vorgabewert)\n\
|
||||
-i KEY : Datei mit privatem SSH-Schl\u00FCssel zur Authentisierung\n\
|
||||
-p HOST\:PORT : HTTP-Proxy-Host und -Port f\u00FCr HTTPS-Proxy-Tunnel. Siehe https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-p HOST\:PORT : HTTP-Proxy-Host und -Port f\u00FCr HTTPS-Proxy-Tunnel. Siehe https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : \u00DCberspringt die Zertifikatspr\u00FCfung bei HTTPS. Bitte mit Vorsicht einsetzen.\n\
|
||||
-noKeyAuth : \u00DCberspringt die Authentifizierung mit einem privaten SSH-Schl\u00FCssel. Nicht kombinierbar mit -i\n\
|
||||
\n\
|
||||
|
|
|
@ -6,7 +6,7 @@ CLI.Usage=Jenkins CLI\n\
|
|||
-ssh : usa el protocolo SSH (requiere -user; el puerto SSH debe estar abierto en el servidor y el usuario debe tener registrada su clave publica)\n\
|
||||
-remoting : usa el protocolo deprecado de Remoting (siempre que est\u00e9 habilitado en el servidor; s\u00f3lo para compatibilidad con comandos heredados o legacy)\n\
|
||||
-i KEY : clave privada SSH usada para autenticaci\u00f3n (usado con -ssh o -remoting)\n\
|
||||
-p HOST:PORT : host y puerto para el uso de proxy HTTPS. Ver https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-p HOST:PORT : host y puerto para el uso de proxy HTTPS. Ver https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : elude por completo la verificaci\u00f3n del certificado HTTPS. Usar con precauci\u00f3n\n\
|
||||
-noKeyAuth : intenta no cargar la clave privada de autenticaci\u00f3n SSH. Presenta conflicto con -i\n\
|
||||
-user : especifica el usuario (se usa con -ssh)\n\
|
||||
|
|
|
@ -3,7 +3,7 @@ CLI.Usage=Jenkins CLI\n\
|
|||
Options:\n\
|
||||
-s URL : l''URL du serveur (par d\u00e9faut : variable d environnement JENKINS_URL)\n\
|
||||
-i KEY : fichier de la cl\u00e9 priv\u00e9e SSH \u00e0 utiliser pour l''authentification\n\
|
||||
-p HOST:PORT : h\u00f4te et port des proxys HTTP et HTTPS. Voir https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-p HOST:PORT : h\u00f4te et port des proxys HTTP et HTTPS. Voir https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : contourne enti\u00e9rement la v\u00e9rification des certificats HTTPS. A utiliser avec pr\u00e9caution\n\
|
||||
-noKeyAuth : ne charge pas la cl\u00e9 priv\u00e9e d''authentification SSH. En conflit avec -i\n\
|
||||
\n\
|
||||
|
|
|
@ -56,7 +56,7 @@ CLI.Usage=Interfaccia a riga di comando di Jenkins\n\
|
|||
\ È raccomandato fornire le credenziali \
|
||||
in un file.\n\
|
||||
\ Si veda \
|
||||
https://jenkins.io/redirect/cli-http-connection-mode per ulteriori \
|
||||
https://www.jenkins.io/redirect/cli-http-connection-mode per ulteriori \
|
||||
informazioni e opzioni.\n\
|
||||
\ -bearer [ TOKEN | @FILE ] : specifica di utilizzare \
|
||||
l'autenticazione tramite un bearer token (o carica il token da\n\
|
||||
|
|
|
@ -26,7 +26,7 @@ CLI.Usage=Jenkins CLI\n\
|
|||
Op\u00e7\u00f5es:\n\
|
||||
-s URL : a URL do servidor (por padr\u00e3o a vari\u00e1vel de ambiente JENKINS_URL \u00e9 usada)\n\
|
||||
-i KEY : arquivo contendo a chave SSH privada usada para autentica\u00e7\u00e3o\n\
|
||||
-p HOST:PORT : host e porta do proxy HTTP para tunelamento de proxy HTTPS. Veja https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-p HOST:PORT : host e porta do proxy HTTP para tunelamento de proxy HTTPS. Veja https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : ignora completamente a valida\u00e7\u00e3o dos certificados HTTPS. Use com cautela\n\
|
||||
-noKeyAuth : n\u00e3o tenta carregar a chave privada para autentica\u00e7\u00e3o SSH. Conflita com -i\n\
|
||||
\n\
|
||||
|
|
|
@ -28,7 +28,7 @@ CLI.Usage=Jenkins CLI\n\
|
|||
\u9078\u9805:\n\
|
||||
-s URL : \u4f3a\u670d\u5668 URL (\u9810\u8a2d\u503c\u70ba JENKINS_URL \u74b0\u5883\u8b8a\u6578)\n\
|
||||
-i KEY : \u9a57\u8b49\u7528\u7684 SSH \u79c1\u9470\u6a94\n\
|
||||
-p HOST:PORT : \u5efa HTTPS Proxy Tunnel \u7684 HTTP \u4ee3\u7406\u4f3a\u670d\u5668\u4e3b\u6a5f\u53ca\u9023\u63a5\u57e0\u3002\u8acb\u53c3\u8003 https://jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-p HOST:PORT : \u5efa HTTPS Proxy Tunnel \u7684 HTTP \u4ee3\u7406\u4f3a\u670d\u5668\u4e3b\u6a5f\u53ca\u9023\u63a5\u57e0\u3002\u8acb\u53c3\u8003 https://www.jenkins.io/redirect/cli-https-proxy-tunnel\n\
|
||||
-noCertificateCheck : \u5b8c\u5168\u7565\u904e HTTPS \u6191\u8b49\u6aa2\u67e5\u3002\u8acb\u5c0f\u5fc3\u4f7f\u7528\n\
|
||||
\n\
|
||||
\u53ef\u7528\u7684\u6307\u4ee4\u53d6\u6c7a\u65bc\u4f3a\u670d\u5668\u3002\u57f7\u884c 'help' \u6307\u4ee4\u53ef\u4ee5\u67e5\u770b\u5b8c\u6574\u6e05\u55ae\u3002
|
||||
|
|
|
@ -25,7 +25,7 @@ public class DNSMultiCast {
|
|||
@Initializer(before=COMPLETED)
|
||||
public static void warn() {
|
||||
if (!disabled) {
|
||||
LOGGER.warning("DNS multicast capability has been removed from Jenkins. More information: https://jenkins.io/redirect/dns-multicast");
|
||||
LOGGER.warning("DNS multicast capability has been removed from Jenkins. More information: https://www.jenkins.io/redirect/dns-multicast");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3276,7 +3276,7 @@ public final class FilePath implements SerializableOnlyOverRemoting {
|
|||
try {
|
||||
return getChannelForSerialization();
|
||||
} catch (NotSerializableException x) {
|
||||
LOGGER.log(Level.WARNING, "A FilePath object is being serialized when it should not be, indicating a bug in a plugin. See https://jenkins.io/redirect/filepath-serialization for details.", x);
|
||||
LOGGER.log(Level.WARNING, "A FilePath object is being serialized when it should not be, indicating a bug in a plugin. See https://www.jenkins.io/redirect/filepath-serialization for details.", x);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -938,7 +938,7 @@ public class Functions {
|
|||
if(footerURL == null) {
|
||||
footerURL = SystemProperties.getString("hudson.footerURL");
|
||||
if(StringUtils.isBlank(footerURL)) {
|
||||
footerURL = "https://jenkins.io/";
|
||||
footerURL = "https://www.jenkins.io/";
|
||||
}
|
||||
}
|
||||
return footerURL;
|
||||
|
@ -2094,7 +2094,7 @@ public class Functions {
|
|||
/* Log a warning if we're in development mode (core or plugin): There's an f:password backed by a non-Secret */
|
||||
if (req != null && (Boolean.getBoolean("hudson.hpi.run") || Boolean.getBoolean("hudson.Main.development"))) {
|
||||
LOGGER.log(Level.WARNING, () -> "<f:password/> form control in " + getJellyViewsInformationForCurrentRequest() +
|
||||
" is not backed by hudson.util.Secret. Learn more: https://jenkins.io/redirect/hudson.util.Secret");
|
||||
" is not backed by hudson.util.Secret. Learn more: https://www.jenkins.io/redirect/hudson.util.Secret");
|
||||
}
|
||||
|
||||
/* Return plain value if it's not a Secret and the escape hatch is set */
|
||||
|
|
|
@ -59,8 +59,8 @@ import jenkins.model.GlobalConfiguration;
|
|||
* <p>
|
||||
* A plugin may {@linkplain #Plugin derive from this class}, or it may directly define extension
|
||||
* points annotated with {@link hudson.Extension}. For a list of extension
|
||||
* points, see <a href="https://jenkins.io/redirect/developer/extension-points">
|
||||
* https://jenkins.io/redirect/developer/extension-points</a>.
|
||||
* points, see <a href="https://www.jenkins.io/redirect/developer/extension-points">
|
||||
* https://www.jenkins.io/redirect/developer/extension-points</a>.
|
||||
*
|
||||
* <p>
|
||||
* One instance of a plugin is created by Hudson, and used as the entry point
|
||||
|
|
|
@ -329,7 +329,7 @@ public abstract class Proc {
|
|||
|
||||
try {
|
||||
int r = proc.waitFor();
|
||||
// see https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors
|
||||
// see https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors
|
||||
// problems like that shows up as infinite wait in join(), which confuses great many users.
|
||||
// So let's do a timed wait here and try to diagnose the problem
|
||||
if (copier!=null) copier.join(TimeUnit.SECONDS.toMillis(10));
|
||||
|
@ -337,7 +337,7 @@ public abstract class Proc {
|
|||
if((copier!=null && copier.isAlive()) || (copier2!=null && copier2.isAlive())) {
|
||||
// looks like handles are leaking.
|
||||
// closing these handles should terminate the threads.
|
||||
String msg = "Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information";
|
||||
String msg = "Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information";
|
||||
Throwable e = new Exception().fillInStackTrace();
|
||||
LOGGER.log(Level.WARNING,msg,e);
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ public class UDPBroadcastThread {
|
|||
@Initializer(before=COMPLETED)
|
||||
public static void warn() {
|
||||
if (PORT > 0) {
|
||||
LOGGER.warning("UDP broadcast capability has been removed from Jenkins. More information: https://jenkins.io/redirect/udp-broadcast");
|
||||
LOGGER.warning("UDP broadcast capability has been removed from Jenkins. More information: https://www.jenkins.io/redirect/udp-broadcast");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -314,7 +314,7 @@ public abstract class CLICommand implements ExtensionPoint, Cloneable {
|
|||
*/
|
||||
@Deprecated
|
||||
public Channel checkChannel() throws AbortException {
|
||||
throw new AbortException("This command is requesting the -remoting mode which is no longer supported. See https://jenkins.io/redirect/cli-command-requires-channel");
|
||||
throw new AbortException("This command is requesting the -remoting mode which is no longer supported. See https://www.jenkins.io/redirect/cli-command-requires-channel");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -46,7 +46,7 @@ import jenkins.util.JenkinsJVM;
|
|||
* data, which isn't possible from the other interfaces.
|
||||
* ({@link ArgumentListBuilder#add(String, boolean)} is a simpler way to suppress a single password.)
|
||||
* <p>Implementations which are {@link Serializable} may be sent to an agent JVM for processing.
|
||||
* In particular, this happens under <a href="https://jenkins.io/jep/210">JEP-210</a>.
|
||||
* In particular, this happens under <a href="https://www.jenkins.io/jep/210">JEP-210</a>.
|
||||
* In this case, the implementation should not assume that {@link JenkinsJVM#isJenkinsJVM},
|
||||
* and if generating {@link ConsoleNote}s will need to encode them on the master side first.
|
||||
* @author dty
|
||||
|
|
|
@ -114,7 +114,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse;
|
|||
* Note that {@link #encode}, {@link #encodeTo(OutputStream)}, and {@link #encodeTo(Writer)}
|
||||
* should be called on the Jenkins master.
|
||||
* If called from an agent JVM, a signature will be missing and so as per
|
||||
* <a href="https://jenkins.io/security/advisory/2017-02-01/#persisted-cross-site-scripting-vulnerability-in-console-notes">SECURITY-382</a>
|
||||
* <a href="https://www.jenkins.io/security/advisory/2017-02-01/#persisted-cross-site-scripting-vulnerability-in-console-notes">SECURITY-382</a>
|
||||
* the console note will be ignored.
|
||||
* This may happen, in particular, if the note was generated by a {@link ConsoleLogFilter} sent to the agent.
|
||||
* Alternative solutions include using a {@link ConsoleAnnotatorFactory} where practical;
|
||||
|
|
|
@ -122,7 +122,7 @@ public class ReverseProxySetupMonitor extends AdministrativeMonitor {
|
|||
// of course the irony is that this redirect won't work
|
||||
return HttpResponses.redirectViaContextPath("/manage");
|
||||
} else {
|
||||
return new HttpRedirect("https://jenkins.io/redirect/troubleshooting/broken-reverse-proxy");
|
||||
return new HttpRedirect("https://www.jenkins.io/redirect/troubleshooting/broken-reverse-proxy");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -216,11 +216,11 @@ public abstract class Descriptor<T extends Describable<T>> implements Saveable,
|
|||
public Descriptor getItemTypeDescriptorOrDie() {
|
||||
Class it = getItemType();
|
||||
if (it == null) {
|
||||
throw new AssertionError(clazz + " is not an array/collection type in " + displayName + ". See https://jenkins.io/redirect/developer/class-is-missing-descriptor");
|
||||
throw new AssertionError(clazz + " is not an array/collection type in " + displayName + ". See https://www.jenkins.io/redirect/developer/class-is-missing-descriptor");
|
||||
}
|
||||
Descriptor d = Jenkins.get().getDescriptor(it);
|
||||
if (d==null)
|
||||
throw new AssertionError(it +" is missing its descriptor in "+displayName+". See https://jenkins.io/redirect/developer/class-is-missing-descriptor");
|
||||
throw new AssertionError(it +" is missing its descriptor in "+displayName+". See https://www.jenkins.io/redirect/developer/class-is-missing-descriptor");
|
||||
return d;
|
||||
}
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ import org.kohsuke.stapler.StaplerResponse;
|
|||
* On February, 2016 a general renaming was done internally: the "slave" term was replaced by
|
||||
* "Agent". This change was applied in: UI labels/HTML pages, javadocs and log messages.
|
||||
* Java classes, fields, methods, etc were not renamed to avoid compatibility issues.
|
||||
* See <a href="https://jenkins.io/issue/27268">JENKINS-27268</a>.
|
||||
* See <a href="https://www.jenkins.io/issue/27268">JENKINS-27268</a>.
|
||||
*
|
||||
* @author Kohsuke Kawaguchi
|
||||
*/
|
||||
|
|
|
@ -147,7 +147,7 @@ public class CrumbFilter implements Filter {
|
|||
if (crumbIssuer.validateCrumb(httpRequest, crumbSalt, crumb)) {
|
||||
valid = true;
|
||||
} else {
|
||||
LOGGER.log(level, "Found invalid crumb {0}. If you are calling this URL with a script, please use the API Token instead. More information: https://jenkins.io/redirect/crumb-cannot-be-used-for-script", crumb);
|
||||
LOGGER.log(level, "Found invalid crumb {0}. If you are calling this URL with a script, please use the API Token instead. More information: https://www.jenkins.io/redirect/crumb-cannot-be-used-for-script", crumb);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1840,7 +1840,7 @@ public abstract class ProcessTree implements Iterable<OSProcess>, IProcessTree,
|
|||
arguments.add(m.readString());
|
||||
}
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
throw new IllegalStateException("Failed to parse arguments: pid="+pid+", arg0="+args0+", arguments="+arguments+", nargs="+argc+". Please see https://jenkins.io/redirect/troubleshooting/darwin-failed-to-parse-arguments",e);
|
||||
throw new IllegalStateException("Failed to parse arguments: pid="+pid+", arg0="+args0+", arguments="+arguments+", nargs="+argc+". Please see https://www.jenkins.io/redirect/troubleshooting/darwin-failed-to-parse-arguments",e);
|
||||
}
|
||||
|
||||
// read env vars that follow
|
||||
|
|
|
@ -96,7 +96,7 @@ public final class Secret implements Serializable {
|
|||
@Deprecated
|
||||
public String toString() {
|
||||
final String from = new Throwable().getStackTrace()[1].toString();
|
||||
LOGGER.warning("Use of toString() on hudson.util.Secret from "+from+". Prefer getPlainText() or getEncryptedValue() depending your needs. see https://jenkins.io/redirect/hudson.util.Secret/");
|
||||
LOGGER.warning("Use of toString() on hudson.util.Secret from "+from+". Prefer getPlainText() or getEncryptedValue() depending your needs. see https://www.jenkins.io/redirect/hudson.util.Secret/");
|
||||
return value;
|
||||
}
|
||||
|
||||
|
|
|
@ -543,12 +543,12 @@ public class XStream2 extends XStream {
|
|||
private static class BlacklistedTypesConverter implements Converter {
|
||||
@Override
|
||||
public void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) {
|
||||
throw new UnsupportedOperationException("Refusing to marshal " + source.getClass().getName() + " for security reasons; see https://jenkins.io/redirect/class-filter/");
|
||||
throw new UnsupportedOperationException("Refusing to marshal " + source.getClass().getName() + " for security reasons; see https://www.jenkins.io/redirect/class-filter/");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) {
|
||||
throw new ConversionException("Refusing to unmarshal " + reader.getNodeName() + " for security reasons; see https://jenkins.io/redirect/class-filter/");
|
||||
throw new ConversionException("Refusing to unmarshal " + reader.getNodeName() + " for security reasons; see https://www.jenkins.io/redirect/class-filter/");
|
||||
}
|
||||
|
||||
/** TODO see comment in {@code whitelisted-classes.txt} */
|
||||
|
|
|
@ -30,7 +30,7 @@ public final class SoloFilePathFilter extends FilePathFilter {
|
|||
|
||||
private boolean noFalse(String op, File f, boolean b) {
|
||||
if (!b)
|
||||
throw new SecurityException("agent may not " + op + " " + f+"\nSee https://jenkins.io/redirect/security-144 for more details");
|
||||
throw new SecurityException("agent may not " + op + " " + f+"\nSee https://www.jenkins.io/redirect/security-144 for more details");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@ public final class RunIdMigrator {
|
|||
doMigrate(dir);
|
||||
save(dir);
|
||||
if (jenkinsHome != null && offeredToUnmigrate.add(jenkinsHome))
|
||||
LOGGER.log(WARNING, "Build record migration (https://jenkins.io/redirect/build-record-migration) is one-way. If you need to downgrade Jenkins, run: {0}", getUnmigrationCommandLine(jenkinsHome));
|
||||
LOGGER.log(WARNING, "Build record migration (https://www.jenkins.io/redirect/build-record-migration) is one-way. If you need to downgrade Jenkins, run: {0}", getUnmigrationCommandLine(jenkinsHome));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -87,9 +87,9 @@ public class ClassFilterImpl extends ClassFilter {
|
|||
}
|
||||
ClassFilter.setDefault(new ClassFilterImpl());
|
||||
if (SUPPRESS_ALL) {
|
||||
LOGGER.warning("All class filtering suppressed. Your Jenkins installation is at risk from known attacks. See https://jenkins.io/redirect/class-filter/");
|
||||
LOGGER.warning("All class filtering suppressed. Your Jenkins installation is at risk from known attacks. See https://www.jenkins.io/redirect/class-filter/");
|
||||
} else if (SUPPRESS_WHITELIST) {
|
||||
LOGGER.warning("JEP-200 class filtering by whitelist suppressed. Your Jenkins installation may be at risk. See https://jenkins.io/redirect/class-filter/");
|
||||
LOGGER.warning("JEP-200 class filtering by whitelist suppressed. Your Jenkins installation may be at risk. See https://www.jenkins.io/redirect/class-filter/");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -176,12 +176,12 @@ public class ClassFilterImpl extends ClassFilter {
|
|||
}
|
||||
if (SUPPRESS_WHITELIST || SUPPRESS_ALL) {
|
||||
notifyRejected(_c, null,
|
||||
String.format("%s in %s might be dangerous, so would normally be rejected; see https://jenkins.io/redirect/class-filter/", name, location != null ?location : "JRE"));
|
||||
String.format("%s in %s might be dangerous, so would normally be rejected; see https://www.jenkins.io/redirect/class-filter/", name, location != null ?location : "JRE"));
|
||||
|
||||
return false;
|
||||
}
|
||||
notifyRejected(_c, null,
|
||||
String.format("%s in %s might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/", name, location != null ?location : "JRE"));
|
||||
String.format("%s in %s might be dangerous, so rejecting; see https://www.jenkins.io/redirect/class-filter/", name, location != null ?location : "JRE"));
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
@ -315,11 +315,11 @@ public class ClassFilterImpl extends ClassFilter {
|
|||
if (ClassFilter.STANDARD.isBlacklisted(name)) {
|
||||
if (SUPPRESS_ALL) {
|
||||
notifyRejected(null, name,
|
||||
String.format("would normally reject %s according to standard blacklist; see https://jenkins.io/redirect/class-filter/", name));
|
||||
String.format("would normally reject %s according to standard blacklist; see https://www.jenkins.io/redirect/class-filter/", name));
|
||||
return false;
|
||||
}
|
||||
notifyRejected(null, name,
|
||||
String.format("rejecting %s according to standard blacklist; see https://jenkins.io/redirect/class-filter/", name));
|
||||
String.format("rejecting %s according to standard blacklist; see https://www.jenkins.io/redirect/class-filter/", name));
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
|
@ -74,7 +74,7 @@ public class QueueItemAuthenticatorMonitor extends AdministrativeMonitor {
|
|||
@RequirePOST
|
||||
public HttpResponse doAct(@QueryParameter String redirect, @QueryParameter String dismiss, @QueryParameter String reset) throws IOException {
|
||||
if (redirect != null) {
|
||||
return HttpResponses.redirectTo("https://jenkins.io/redirect/queue-item-security");
|
||||
return HttpResponses.redirectTo("https://www.jenkins.io/redirect/queue-item-security");
|
||||
}
|
||||
if (dismiss != null) {
|
||||
this.disable(true);
|
||||
|
|
|
@ -30,7 +30,7 @@ public class SuspiciousRequestFilter implements Filter {
|
|||
if (!allowSemicolonsInPath && httpRequest.getRequestURI().contains(";")) {
|
||||
LOGGER.warning(() -> "Denying HTTP " + httpRequest.getMethod() + " to " + httpRequest.getRequestURI() +
|
||||
" as it has an illegal semicolon in the path. This behavior can be overridden by setting the system property " +
|
||||
ALLOW_SEMICOLONS_IN_PATH + " to true. For more information, see https://jenkins.io/redirect/semicolons-in-urls");
|
||||
ALLOW_SEMICOLONS_IN_PATH + " to true. For more information, see https://www.jenkins.io/redirect/semicolons-in-urls");
|
||||
httpResponse.sendError(HttpServletResponse.SC_BAD_REQUEST, "Semicolons are not allowed in the request URI");
|
||||
} else {
|
||||
chain.doFilter(request, response);
|
||||
|
|
|
@ -62,7 +62,7 @@ public class CallableDirectionChecker extends RoleChecker {
|
|||
return;
|
||||
}
|
||||
|
||||
throw new SecurityException("Sending " + name + " from agent to master is prohibited.\nSee https://jenkins.io/redirect/security-144 for more details");
|
||||
throw new SecurityException("Sending " + name + " from agent to master is prohibited.\nSee https://www.jenkins.io/redirect/security-144 for more details");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -46,7 +46,7 @@ public class StaplerFilteredActionListener implements FilteredDoActionTriggerLis
|
|||
|
||||
private static final String LOG_MESSAGE = "New Stapler routing rules result in the URL \"{0}\" no longer being allowed. " +
|
||||
"If you consider it safe to use, add the following to the whitelist: \"{1}\". " +
|
||||
"Learn more: https://jenkins.io/redirect/stapler-routing";
|
||||
"Learn more: https://www.jenkins.io/redirect/stapler-routing";
|
||||
|
||||
@Override
|
||||
public boolean onDoActionTrigger(Function f, StaplerRequest req, StaplerResponse rsp, Object node) {
|
||||
|
@ -79,7 +79,7 @@ public class StaplerFilteredActionListener implements FilteredDoActionTriggerLis
|
|||
public boolean onDispatchTrigger(StaplerRequest req, StaplerResponse rsp, Object node, String viewName) {
|
||||
LOGGER.warning(() -> "New Stapler dispatch rules result in the URL \"" + req.getPathInfo() + "\" no longer being allowed. " +
|
||||
"If you consider it safe to use, add the following to the whitelist: \"" + node.getClass().getName() + " " + viewName + "\". "+
|
||||
"Learn more: https://jenkins.io/redirect/stapler-facet-restrictions");
|
||||
"Learn more: https://www.jenkins.io/redirect/stapler-facet-restrictions");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ public class WinswSlaveRestarter extends SlaveRestarter {
|
|||
// this command. If that is the case, there's nothing we can do about it.
|
||||
int r = exec("restart!");
|
||||
throw new IOException("Restart failure. '"+exe+" restart' completed with "+r+" but I'm still alive! "
|
||||
+ "See https://jenkins.io/redirect/troubleshooting/windows-agent-restart"
|
||||
+ "See https://www.jenkins.io/redirect/troubleshooting/windows-agent-restart"
|
||||
+ " for a possible explanation and solution");
|
||||
}
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ import java.util.logging.Logger;
|
|||
* Implementations should provide a {@code description.jelly} file with additional details about their purpose and
|
||||
* behavior which will be included in {@code help-usageStatisticsCollected.jelly} for {@link UsageStatistics}.
|
||||
*
|
||||
* @see <a href="https://jenkins.io/jep/214">JEP-214</a>
|
||||
* @see <a href="https://www.jenkins.io/jep/214">JEP-214</a>
|
||||
*
|
||||
* @since 2.143
|
||||
*/
|
||||
|
@ -77,7 +77,7 @@ public abstract class Telemetry implements ExtensionPoint {
|
|||
*
|
||||
* Good IDs are globally unique and human readable (i.e. no UUIDs).
|
||||
*
|
||||
* For a periodically updated list of all public implementations, see https://jenkins.io/doc/developer/extensions/jenkins-core/#telemetry
|
||||
* For a periodically updated list of all public implementations, see https://www.jenkins.io/doc/developer/extensions/jenkins-core/#telemetry
|
||||
*
|
||||
* @return ID of the collector, never null or empty
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=About Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> is a community-developed open-source automation server.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> is a community-developed open-source automation server.
|
||||
|
||||
dependencies=Jenkins depends on the following 3rd party libraries
|
||||
maven.dependencies=Mavenized dependencies
|
||||
|
|
|
@ -34,7 +34,7 @@ No\ information\ recorded=\
|
|||
# Jenkins depends on the following 3rd party libraries
|
||||
dependencies=\
|
||||
Jenkins \u0437\u0430\u0432\u0438\u0441\u0438 \u0438 \u043e\u0442 \u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u043e\u0442 \u0434\u0440\u0443\u0433\u0438 \u043c\u0435\u0441\u0442\u0430
|
||||
# <a href="https://jenkins.io/">Jenkins</a> is a community-developed open-source automation server.
|
||||
# <a href="https://www.jenkins.io/">Jenkins</a> is a community-developed open-source automation server.
|
||||
blurb=\
|
||||
<a href="https://jenkins.io/">Jenkins</a> \u0435 \u0441\u044a\u0440\u0432\u044a\u0440 \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u0441\
|
||||
<a href="https://www.jenkins.io/">Jenkins</a> \u0435 \u0441\u044a\u0440\u0432\u044a\u0440 \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u0441\
|
||||
\u043e\u0442\u0432\u043e\u0440\u0435\u043d \u043a\u043e\u0434, \u043a\u043e\u0439\u0442\u043e \u0441\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0432\u0430 \u043e\u0442 \u0441\u0432\u043e\u044f\u0442\u0430 \u043e\u0431\u0449\u043d\u043e\u0441\u0442 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u0446\u0438.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is under the MIT License by authors
|
||||
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> je komunitou vyv\u00EDjen\u00FD server pr\u016Fb\u011B\u017En\u00E9 integrace s otev\u0159en\u00FDm zdrojov\u00FDm k\u00F3dem.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> je komunitou vyv\u00EDjen\u00FD server pr\u016Fb\u011B\u017En\u00E9 integrace s otev\u0159en\u00FDm zdrojov\u00FDm k\u00F3dem.
|
||||
dependencies=Jenkins z\u00E1vis\u00ED na n\u00E1sleduj\u00EDc\u00EDch knihovn\u00E1ch 3. stran.
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Om Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> er en f\u00E6llesskab udviklede open-source continuous integration server.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> er en f\u00E6llesskab udviklede open-source continuous integration server.
|
||||
dependencies=Jenkins afh\u00E6nger af de f\u00F8lgende 3. parts libraries
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=\u00DCber Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> ist ein Open Source Continuous Integration Server.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> ist ein Open Source Continuous Integration Server.
|
||||
|
||||
dependencies=Jenkins benutzt folgende Dritthersteller-Bibliotheken.
|
||||
No\ information\ recorded=Keine Informationen verf\u00FCgbar
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Acerca de Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> un servidor de Integraci\u00F3n Cont\u00EDnua, de c\u00F3digo abierto y desarrollado en comunidad.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> un servidor de Integraci\u00F3n Cont\u00EDnua, de c\u00F3digo abierto y desarrollado en comunidad.
|
||||
dependencies=Jenkins depende de las siguientes librerias de terceros.
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Tietoja Jenkinsist\u00E4 {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> on yhteis\u00F6kehitteinen, avoimen l\u00E4hdekoodin jatkuvan integroinnin palvelinohjelmisto
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> on yhteis\u00F6kehitteinen, avoimen l\u00E4hdekoodin jatkuvan integroinnin palvelinohjelmisto
|
||||
dependencies=Jenkins k\u00E4ytt\u00E4\u00E4 seuraavia kolmannen osapuolen kirjastoja
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=A propos de Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> est un serveur d''int\u00e9gration continue d\u00e9velopp\u00e9 par la communaut\u00e9 open-source.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> est un serveur d''int\u00e9gration continue d\u00e9velopp\u00e9 par la communaut\u00e9 open-source.
|
||||
|
||||
dependencies=Jenkins d\u00e9pend des librairies externes suivantes
|
||||
plugin.dependencies=Licence et informations de d\u00e9pendance pour les plugins :
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is under the MIT License by authors
|
||||
|
||||
about=Jenkins {0} N\u00E9vjegye
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> egy k\u00F6z\u00F6ss\u00E9gi fejleszt\u00E9s\u0171, ny\u00EDlt forr\u00E1s\u00FA CI szerver.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> egy k\u00F6z\u00F6ss\u00E9gi fejleszt\u00E9s\u0171, ny\u00EDlt forr\u00E1s\u00FA CI szerver.
|
||||
dependencies=Jenking a k\u00F6vetkez\u0151 3. f\u00E9lt\u0151l sz\u00E1rmaz\u00F3 k\u00F6nyvt\u00E1rakt\u00F3l f\u00FCgg.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Informazioni su Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> è un server di automazione \
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> è un server di automazione \
|
||||
open source sviluppato dalla comunità.
|
||||
dependencies=Jenkins dipende dalle seguenti librerie di terze parti
|
||||
maven.dependencies=Dipendenze recuperate con Maven
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Jenkins {0} \u306b\u3064\u3044\u3066
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> \u306f\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u958b\u767a\u3055\u308c\u3066\u3044\u308b\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306eCI\u30b5\u30fc\u30d0\u3067\u3059\u3002
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> \u306f\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u3067\u958b\u767a\u3055\u308c\u3066\u3044\u308b\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306eCI\u30b5\u30fc\u30d0\u3067\u3059\u3002
|
||||
|
||||
dependencies=Jenkins \u306F\u6B21\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u306E\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
plugin.dependencies=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u3068\u4f9d\u5b58\u6027:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
about=Apie Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> - bendruomen\u0117s kuriamas atviro kodo pastovios integracijos (CIS) serveris.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> - bendruomen\u0117s kuriamas atviro kodo pastovios integracijos (CIS) serveris.
|
||||
dependencies=Jenkins priklauso nuo \u0161i\u0173 3-\u0173j\u0173 \u0161ali\u0173 bibliotek\u0173.
|
||||
plugin.dependencies=Pried\u0173 licencijos ir priklausomybi\u0173 informacija
|
||||
static.dependencies=Statiniai resursai
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Om Jenkins
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> er en fellesskaps-utviklet, \u00E5pen kildekode kontinuerlig integrasjonsserver.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> er en fellesskaps-utviklet, \u00E5pen kildekode kontinuerlig integrasjonsserver.
|
||||
dependencies=Jenkins benytter f\u00F8lgende tredjeparts-biblioteker.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
about=O Jenkinsie {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> jest rozwijanym przez spo\u0142eczno\u015B\u0107 open-source serwerem Continuous Integration
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> jest rozwijanym przez spo\u0142eczno\u015B\u0107 open-source serwerem Continuous Integration
|
||||
dependencies=Jenkins jest oparty na nast\u0119puj\u0105cych zewn\u0119trznych bibliotekach:
|
||||
plugin.dependencies=Informacja o licencji i zale\u017Cno\u015Bci plugin\u00F3w:
|
||||
static.dependencies=Statyczne zasoby
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=Sobre o Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> \u00E9 um servidor de aplica\u00E7\u00E3o cont\u00EDnua desenvolvido em modo open-source pela comunidade.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> \u00E9 um servidor de aplica\u00E7\u00E3o cont\u00EDnua desenvolvido em modo open-source pela comunidade.
|
||||
dependencies=Jenkins depende das seguintes depend\u00EAncias de terceiros:
|
||||
No\ information\ recorded=Nenhuma informa\u00e7\u00e3o registrada
|
||||
# License and dependency information for plugins:
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=\u041E Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> \u0441\u0435\u0440\u0432\u0435\u0440 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E\u0439 \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u043C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u043C \u043A\u043E\u0434\u043E\u043C.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> \u0441\u0435\u0440\u0432\u0435\u0440 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E\u0439 \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u043C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u043C \u043A\u043E\u0434\u043E\u043C.
|
||||
dependencies=Jenkins \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438.
|
||||
plugin.dependencies=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043E \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u044F\u0445 \u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u044F\u0445 \u043F\u043B\u0430\u0433\u0438\u043D\u043E\u0432:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is under the MIT License by authors
|
||||
|
||||
about=\u041E Jenkins-\u0443 {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> \u0441\u0435\u0440\u0432\u0435\u0440 \u0437\u0430 \u043A\u043E\u043D\u0442\u0438\u043D\u0443\u0438\u0440\u0430\u043D\u0443 \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0458\u0443 \u0441\u0430 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u0438\u043C \u0438\u0437\u0432\u043E\u0440\u043D\u0438\u043C \u043A\u043E\u0434\u043E\u043C.
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> \u0441\u0435\u0440\u0432\u0435\u0440 \u0437\u0430 \u043A\u043E\u043D\u0442\u0438\u043D\u0443\u0438\u0440\u0430\u043D\u0443 \u0438\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0458\u0443 \u0441\u0430 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u0438\u043C \u0438\u0437\u0432\u043E\u0440\u043D\u0438\u043C \u043A\u043E\u0434\u043E\u043C.
|
||||
dependencies=Jenkins \u0437\u0430\u0432\u0438\u0441\u0438 \u043E\u0434 \u0441\u0442\u0440\u0430\u043D\u0438\u0445 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0430
|
||||
No\ information\ recorded=\u041D\u0435\u043C\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
|
||||
static.dependencies=\u0421\u0442\u0430\u0442\u0443\u0447\u043A\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is under the MIT License by authors
|
||||
|
||||
about=\u041F\u0440\u043E \u0414\u0436\u0435\u043D\u043A\u0456\u043A\u0441
|
||||
blurb=<a href="https://jenkins.io/">\u0414\u0436\u0435\u043D\u043A\u0456\u043D\u0441</a> \u0454 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u043C \u0431\u0435\u0437\u043F\u0435\u0440\u0435\u0440\u0432\u043D\u043E\u0457 \u0456\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457 \u0437 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u043C \u043A\u043E\u0434\u043E\u043C \u0440\u043E\u0437\u0440\u043E\u0431\u043B\u044E\u0432\u0430\u043D\u0438\u0439 \u0441\u043F\u0456\u043B\u044C\u043D\u043E\u0442\u043E\u044E.
|
||||
blurb=<a href="https://www.jenkins.io/">\u0414\u0436\u0435\u043D\u043A\u0456\u043D\u0441</a> \u0454 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u043C \u0431\u0435\u0437\u043F\u0435\u0440\u0435\u0440\u0432\u043D\u043E\u0457 \u0456\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457 \u0437 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u043C \u043A\u043E\u0434\u043E\u043C \u0440\u043E\u0437\u0440\u043E\u0431\u043B\u044E\u0432\u0430\u043D\u0438\u0439 \u0441\u043F\u0456\u043B\u044C\u043D\u043E\u0442\u043E\u044E.
|
||||
dependencies=\u0414\u0436\u0435\u043D\u043A\u0456\u043D\u0441 \u043C\u0430\u0454 \u0437\u0430\u043B\u0435\u0436\u043D\u043E\u0441\u0442\u0456 \u0432\u0456\u0434 \u043D\u0430\u0442\u0443\u043F\u043D\u0438\u0445
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
about=\u95DC\u65BC Jenkins {0}
|
||||
blurb=<a href="https://jenkins.io/">Jenkins</a> \u662F\u793E\u7FA4\u958B\u767C\u7684\u958B\u653E\u539F\u59CB\u78BC\u6301\u7E8C\u6574\u5408\u4F3A\u670D\u5668\u3002
|
||||
blurb=<a href="https://www.jenkins.io/">Jenkins</a> \u662F\u793E\u7FA4\u958B\u767C\u7684\u958B\u653E\u539F\u59CB\u78BC\u6301\u7E8C\u6574\u5408\u4F3A\u670D\u5668\u3002
|
||||
dependencies=Jenkins \u76F8\u4F9D\u65BC\u4E0B\u5217\u7B2C\u4E09\u65B9\u51FD\u5F0F\u5EAB\u3002
|
||||
|
|
|
@ -96,7 +96,7 @@ PluginManager.securityWarning=\
|
|||
PluginManager.ago={0} ago
|
||||
PluginManager.adoptThisPlugin=\
|
||||
<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. \
|
||||
Visit our <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
PluginManager.newerVersionExists=\
|
||||
A newer version than being offered for installation exists (version {0}). \
|
||||
This is typically the case when plugin requirements, e.g. a recent version of Jenkins, are not satisfied.
|
||||
|
|
|
@ -29,4 +29,4 @@ securityWarning=\
|
|||
Warning: The currently installed plugin version may not be safe to use. Please review the following security notices:
|
||||
adoptThisPlugin=\
|
||||
<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. \
|
||||
Visit our <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
adoptThisPlugin=<strong>Questo componente aggiuntivo è pronto per \
|
||||
l''adozione!</strong> Stiamo cercando nuovi manutentori. Visitare la pagina \
|
||||
dell''iniziativa <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" \
|
||||
dell''iniziativa <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" \
|
||||
rel="noopener noreferrer" target="_blank">Adotta un componente aggiuntivo</a> per ulteriori \
|
||||
informazioni.
|
||||
Changes\ will\ take\ effect\ when\ you\ restart\ Jenkins=Le modifiche \
|
||||
|
|
|
@ -50,7 +50,7 @@ securityWarning=\
|
|||
ago={0} ago
|
||||
adoptThisPlugin=\
|
||||
<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. \
|
||||
Visit our <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
|
||||
newerVersionExists=\
|
||||
A newer version than being offered for installation exists (version {0}), so the latest bug fixes or features are not available to you. \
|
||||
This is typically the case when plugin requirements, e.g. a recent version of Jenkins, are not satisfied. \
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
adoptThisPlugin=<strong>Questo componente aggiuntivo è pronto per \
|
||||
l''adozione!</strong> Stiamo cercando nuovi manutentori. Visitare la pagina \
|
||||
dell''iniziativa <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" \
|
||||
dell''iniziativa <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" \
|
||||
rel="noopener noreferrer" target="_blank">Adotta un componente aggiuntivo</a> per ulteriori \
|
||||
informazioni.
|
||||
ago={0} fa
|
||||
|
|
|
@ -38,7 +38,7 @@ Ostrze\u017Cenie: Ta wtyczka mo\u017Ce nie by\u0107 bezpieczna. Sprawd\u017A nas
|
|||
ago={0} temu
|
||||
adoptThisPlugin=\
|
||||
<strong>Ta wtyczka czeka na adopcje!</strong> Szukamy os\u00F3b ch\u0119tnych rozwija\u0107 t\u0119 wtyczk\u0119. \
|
||||
Przeczytaj nasz\u0105 inicjatyw\u0119 <a href="https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a>, aby uzyska\u0107 wi\u0119cej informacji.
|
||||
Przeczytaj nasz\u0105 inicjatyw\u0119 <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a>, aby uzyska\u0107 wi\u0119cej informacji.
|
||||
newerVersionEntry=\
|
||||
Ta wersja wtyczki istnieje, ale nie jest dost\u0119pna jej aktualizacja. \
|
||||
Najcz\u0119\u015Bciej jest to spowodowane tym, \u017Ce np. wtyczka wymaga nowszej wersji Jenkinsa, co nie jest spe\u0142nione. \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Jenkins\ CLI=Jenkins CLI
|
||||
blurb=You can access various features in Jenkins through a command-line tool. See \
|
||||
<a href="https://jenkins.io/redirect/cli">the documentation</a> for more details of this feature. \
|
||||
<a href="https://www.jenkins.io/redirect/cli">the documentation</a> for more details of this feature. \
|
||||
To get started, download <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, and run it as follows:
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
Available\ Commands=\
|
||||
\u041d\u0430\u043b\u0438\u0447\u043d\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0438
|
||||
# You can access various features in Jenkins through a command-line tool. See \
|
||||
# <a href="https://jenkins.io/redirect/cli">the Wiki</a> for more details of this feature.\
|
||||
# <a href="https://www.jenkins.io/redirect/cli">the Wiki</a> for more details of this feature.\
|
||||
# To get started, download <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, and run it as follows:
|
||||
blurb=\
|
||||
\u0418\u043c\u0430\u0442\u0435 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u043e\u0441\u0442\u0442\u0430 \u043d\u0430 Jenkins \u0447\u0440\u0435\u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0437\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u0438\u044f \u0440\u0435\u0434.\
|
||||
\u0417\u0430 \u043f\u043e\u0432\u0435\u0447\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435\
|
||||
<a href="https://jenkins.io/redirect/cli">\u0443\u0438\u043a\u0438\u0442\u043e</a>.\
|
||||
<a href="https://www.jenkins.io/redirect/cli">\u0443\u0438\u043a\u0438\u0442\u043e</a>.\
|
||||
\u0421\u0432\u0430\u043b\u0435\u0442\u0435 \u0444\u0430\u0439\u043b\u0430 <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> \u0438 \u0433\u043e\
|
||||
\u0438\u0437\u043f\u044a\u043b\u043d\u0435\u0442\u0435 \u043f\u043e \u0441\u043b\u0435\u0434\u043d\u0438\u044f \u043d\u0430\u0447\u0438\u043d:
|
||||
# Jenkins CLI
|
||||
|
|
|
@ -2,6 +2,6 @@ Available\ Commands=Verf\u00FCgbare Kommandos
|
|||
Jenkins\ CLI=Jenkins CLI
|
||||
blurb=\
|
||||
Sie können ausgewählte Funktionen von Jenkins über ein Kommandozeilenwerkzeug (engl.: Command Line Interface, CLI) nutzen. \
|
||||
Näheres dazu finden Sie in <a href="https://jenkins.io/redirect/cli">der Dokumentation</a>. \
|
||||
Näheres dazu finden Sie in <a href="https://www.jenkins.io/redirect/cli">der Dokumentation</a>. \
|
||||
Um Jenkins CLI einzusetzen, laden Sie <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> \
|
||||
lokal herunter und starten es wie folgt:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
blurb=Puedes acceder a varias funcionalidades de Jenkins utilizando la linea de comandos. \
|
||||
Echa un vistazo a <a href="https://jenkins.io/redirect/cli">esta página</a> para mas detalles. \
|
||||
Echa un vistazo a <a href="https://www.jenkins.io/redirect/cli">esta página</a> para mas detalles. \
|
||||
Para comenzar, descarga a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, y ejecuta lo siguiente:
|
||||
Jenkins\ CLI=Interfaz de comandos (CLI) de Jenkins
|
||||
Available\ Commands=Comandos disponibles
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
Available\ Commands=Commandes disponibles
|
||||
Jenkins\ CLI=Ligne de commande (CLI) Jenkins
|
||||
blurb=Vous pouvez acc\u00E9der \u00E0 diverses fonctionnalit\u00E9s de Jenkins \u00E0 travers une ligne de commande. Voir <a href="https://jenkins.io/redirect/cli">le wiki</a> pour plus d''information sur cette fonctionnalit\u00E9. Pour d\u00E9buter, t\u00E9l\u00E9chargez <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> et utilisez le comme suit:
|
||||
blurb=Vous pouvez acc\u00E9der \u00E0 diverses fonctionnalit\u00E9s de Jenkins \u00E0 travers une ligne de commande. Voir <a href="https://www.jenkins.io/redirect/cli">le wiki</a> pour plus d''information sur cette fonctionnalit\u00E9. Pour d\u00E9buter, t\u00E9l\u00E9chargez <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> et utilisez le comme suit:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
Available\ Commands=Comandi disponibili
|
||||
blurb=È possibile accedere a varie funzionalità di Jenkins tramite uno \
|
||||
strumento da riga di comando. Si veda \
|
||||
<a href="https://jenkins.io/redirect/cli">la documentazione</a> per \
|
||||
<a href="https://www.jenkins.io/redirect/cli">la documentazione</a> per \
|
||||
ulteriori dettagli su questa funzionalità. \
|
||||
Per iniziare, scaricare \
|
||||
<a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> ed eseguirlo \
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
blurb=\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u30c4\u30fc\u30eb\u304b\u3089Jenkins\u306e\u69d8\u3005\u306a\u6a5f\u80fd\u3092\u5229\u7528\u3067\u304d\u307e\u3059\u3002\
|
||||
\u8a73\u7d30\u306f<a href="https://jenkins.io/redirect/cli">Wiki</a>\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\
|
||||
\u8a73\u7d30\u306f<a href="https://www.jenkins.io/redirect/cli">Wiki</a>\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\
|
||||
\u307e\u305a\u306f\u3001<a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u6b21\u306e\u3088\u3046\u306b\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
Jenkins\ CLI=Jenkins CLI
|
||||
Available\ Commands=\u5229\u7528\u53ef\u80fd\u306a\u30b3\u30de\u30f3\u30c9
|
||||
|
|
|
@ -21,4 +21,4 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
Available\ Commands=Beschikbare commando''s
|
||||
blurb=Je kan gebruik maken van verschillende mogelijkheden in Jenkins via een opdracht op de commandoregel. Zie <a href="https://jenkins.io/redirect/cli">de Wiki</a> voor verder details hierover. Om te beginnen, download <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, en voer het uit als volgt:
|
||||
blurb=Je kan gebruik maken van verschillende mogelijkheden in Jenkins via een opdracht op de commandoregel. Zie <a href="https://www.jenkins.io/redirect/cli">de Wiki</a> voor verder details hierover. Om te beginnen, download <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, en voer het uit als volgt:
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
Available\ Commands=Comandos dispon\u00EDveis
|
||||
Jenkins\ CLI=
|
||||
# You can access various features in Jenkins through a command-line tool. See \
|
||||
# <a href="https://jenkins.io/redirect/cli">the Wiki</a> for more details of this feature.\
|
||||
# <a href="https://www.jenkins.io/redirect/cli">the Wiki</a> for more details of this feature.\
|
||||
# To get started, download <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, and run it as follows:
|
||||
blurb=\ Voc\u00ea pode acessar v\u00e1rias funcionalidades do Jenkins pelo prompt de comando. Veja <a href="https://jenkins.io/redirect/cli">\
|
||||
blurb=\ Voc\u00ea pode acessar v\u00e1rias funcionalidades do Jenkins pelo prompt de comando. Veja <a href="https://www.jenkins.io/redirect/cli">\
|
||||
a Wiki</a>
|
||||
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
Available\ Commands=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B
|
||||
Jenkins\ CLI=\u041A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B Jenkins
|
||||
blurb=\u0421 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 Jenkins \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0431\u043E\u043B\u044C\u0448\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u0439. \u0411\u043E\u043B\u0435\u0435 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F <a href="https://jenkins.io/redirect/cli">\u0432 \u0431\u0430\u0437\u0435 \u0437\u043D\u0430\u043D\u0438\u0439 Jenkins</a>. \u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u043C\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u0430\u043C\u0438, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0441\u043A\u0430\u0447\u0430\u0442\u044C <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, \u0438 \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043F\u0430\u043A\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u043C \u043E\u0431\u0440\u0430\u0437\u043E\u043C:
|
||||
blurb=\u0421 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 Jenkins \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0431\u043E\u043B\u044C\u0448\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u0439. \u0411\u043E\u043B\u0435\u0435 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0441\u044F <a href="https://www.jenkins.io/redirect/cli">\u0432 \u0431\u0430\u0437\u0435 \u0437\u043D\u0430\u043D\u0438\u0439 Jenkins</a>. \u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u0447\u0430\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u044B\u043C\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u0430\u043C\u0438, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0441\u043A\u0430\u0447\u0430\u0442\u044C <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, \u0438 \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043F\u0430\u043A\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u043C \u043E\u0431\u0440\u0430\u0437\u043E\u043C:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is under the MIT License by authors
|
||||
|
||||
Jenkins\ CLI=Jenkins \u0441\u0430 \u043A\u043E\u043C\u0430\u043D\u0434\u043D\u0435 \u043B\u0438\u043D\u0438\u0458\u0435
|
||||
blurb=\u041F\u043E\u043C\u043E\u045B\u0443 \u043A\u043E\u043D\u0437\u043E\u043B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0435 Jenkins \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0438\u0442\u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0432\u0435\u043B\u0438\u043A\u043E\u043C \u0431\u0440\u043E\u0458\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u0458\u0430. \u0414\u0435\u0442\u0430\u0459\u043D\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u0441\u0435 \u043D\u0430\u043B\u0430\u0437\u0435 \u043D\u0430 <a href="https://jenkins.io/redirect/cli">\u0443 Jenkins \u0432\u0438\u043A\u0438</a>. \u0423 \u0446\u0438\u0459\u0443 \u0434\u0430 \u043F\u043E\u0447\u043D\u0435\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0443, \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E \u0458\u0435 \u0434\u0430 \u043F\u0440\u0435\u0443\u0437\u043C\u0435\u0442\u0435 <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, \u0438 \u043F\u043E\u043A\u0440\u0435\u043D\u0435\u0442\u0435 \u043F\u0430\u043A\u0435\u0442 \u043D\u0430 \u0441\u043B\u0435\u0434\u0435\u045B\u0438 \u043D\u0430\u0447\u0438\u043D:
|
||||
blurb=\u041F\u043E\u043C\u043E\u045B\u0443 \u043A\u043E\u043D\u0437\u043E\u043B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0435 Jenkins \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0438\u0442\u0438 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0432\u0435\u043B\u0438\u043A\u043E\u043C \u0431\u0440\u043E\u0458\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u0458\u0430. \u0414\u0435\u0442\u0430\u0459\u043D\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u0441\u0435 \u043D\u0430\u043B\u0430\u0437\u0435 \u043D\u0430 <a href="https://www.jenkins.io/redirect/cli">\u0443 Jenkins \u0432\u0438\u043A\u0438</a>. \u0423 \u0446\u0438\u0459\u0443 \u0434\u0430 \u043F\u043E\u0447\u043D\u0435\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0443, \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E \u0458\u0435 \u0434\u0430 \u043F\u0440\u0435\u0443\u0437\u043C\u0435\u0442\u0435 <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a>, \u0438 \u043F\u043E\u043A\u0440\u0435\u043D\u0435\u0442\u0435 \u043F\u0430\u043A\u0435\u0442 \u043D\u0430 \u0441\u043B\u0435\u0434\u0435\u045B\u0438 \u043D\u0430\u0447\u0438\u043D:
|
||||
Available\ Commands=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0435
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
Jenkins\ CLI=Jenkins \u547d\u4ee4\u5217\u4ecb\u9762
|
||||
blurb=\
|
||||
\u60a8\u53ef\u4ee5\u900f\u904e\u547d\u4ee4\u5217\u5de5\u5177\u4f7f\u7528 Jenkins \u7684\u8af8\u591a\u529f\u80fd\u3002\
|
||||
\u5728 <a href="https://jenkins.io/redirect/cli">Wiki</a> \u4e0a\u6709\u8a73\u7d30\u7684\u529f\u80fd\u8aaa\u660e\u3002\
|
||||
\u5728 <a href="https://www.jenkins.io/redirect/cli">Wiki</a> \u4e0a\u6709\u8a73\u7d30\u7684\u529f\u80fd\u8aaa\u660e\u3002\
|
||||
\u5fc3\u52d5\u4e0d\u5982\u99ac\u4e0a\u884c\u52d5\uff0c\u4e0b\u8f09 <a href="{0}/jnlpJars/jenkins-cli.jar">jenkins-cli.jar</a> \u4e26\u57f7\u884c\u4ee5\u4e0b\u6307\u4ee4:
|
||||
Available\ Commands=\u53ef\u7528\u6307\u4ee4
|
||||
|
|
|
@ -28,4 +28,4 @@ description.2=To prevent that problem, you should act now.
|
|||
solution.1=Clean up some files from this partition to make more room.
|
||||
solution.2=\
|
||||
Move <tt>JENKINS_HOME</tt> to a bigger partition. \
|
||||
See <a href="https://jenkins.io/redirect/migrate-jenkins-home">our documentation</a> for how to do this.
|
||||
See <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">our documentation</a> for how to do this.
|
||||
|
|
|
@ -25,10 +25,10 @@ solution.1=\
|
|||
\u0418\u0437\u0442\u0440\u0438\u0439\u0442\u0435 \u0447\u0430\u0441\u0442 \u043e\u0442 \u0444\u0430\u0439\u043b\u043e\u0432\u0435\u0442\u0435 \u043e\u0442 \u0442\u043e\u0437\u0438 \u0434\u044f\u043b, \u0437\u0430 \u0434\u0430 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0442\u0435 \u043f\u043e\u0432\u0435\u0447\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e.
|
||||
# \
|
||||
# Move <tt>JENKINS_HOME</tt> to a bigger partition. \
|
||||
# See <a href="https://jenkins.io/redirect/migrate-jenkins-home">our Wiki</a> for how to do this.
|
||||
# See <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">our Wiki</a> for how to do this.
|
||||
solution.2=\
|
||||
\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0435\u0442\u0435 <tt>JENKINS_HOME</tt> \u043d\u0430 \u043f\u043e-\u0433\u043e\u043b\u044f\u043c \u0434\u044f\u043b.\
|
||||
\u0412\u0438\u0436\u0442\u0435: <a href="https://jenkins.io/redirect/migrate-jenkins-home">\
|
||||
\u0412\u0438\u0436\u0442\u0435: <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">\
|
||||
\u0443\u0438\u043a\u0438\u0442\u043e</a> \u0437\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0442\u043e\u0432\u0430.
|
||||
# <tt>JENKINS_HOME</tt> is almost full
|
||||
blurb=\
|
||||
|
|
|
@ -5,4 +5,4 @@ description.1=Das Verzeichnis <tt>JENKINS_HOME</tt> ({0}) ist fast voll. Ist die
|
|||
description.2=Um dieses Problem zu vermeiden, sollten Sie jetzt handeln.
|
||||
solution.1=Löschen Sie Dateien dieses Laufwerks, um Speicherplatz wieder freizugeben.
|
||||
solution.2=Verschieben Sie <TT>JENKINS_HOME</TT> auf ein Laufwerk mit mehr freiem Platz. \
|
||||
Eine Anleitung dazu finden Sie im <a href="https://jenkins.io/redirect/migrate-jenkins-home">Wiki</a>.
|
||||
Eine Anleitung dazu finden Sie im <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">Wiki</a>.
|
||||
|
|
|
@ -28,6 +28,6 @@ description.2=Debes hacer algo ahora para prevenir el problema.
|
|||
solution.1=Borra ficheros de esta partición para liberar espacio.
|
||||
solution.2=\
|
||||
Mueve el directorio de <tt>JENKINS_HOME</tt> a una partción mayor. \
|
||||
Echa un vistazo a esta <a href="https://jenkins.io/redirect/migrate-jenkins-home">página</a> para saber cómo hacerlo.
|
||||
Echa un vistazo a esta <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">página</a> para saber cómo hacerlo.
|
||||
JENKINS_HOME\ is\ almost\ full=El directirio <tt>JENKINS_HOME</tt> ({0}) está casi lleno.
|
||||
|
||||
|
|
|
@ -24,5 +24,5 @@ blurb=<tt>JENKINS_HOME</tt> est presque plein
|
|||
description.1=Votre r\u00E9pertoire <tt>JENKINS_HOME</tt> ({0}) est presque plein. Quand il n''y aura plus d''espace disponible dans ce r\u00E9pertoire, Jenkins aura un comportement erratique, car il ne pourra plus stocker de donn\u00E9es.
|
||||
description.2=Pour \u00E9viter ce probl\u00E8me, vous devez agir maintenant.
|
||||
solution.1=Supprimez des fichiers sur cette partition afin de faire plus de place.
|
||||
solution.2=D\u00E9placez <tt>JENKINS_HOME</tt> sur une partition plus grande. Consultez <a href="https://jenkins.io/redirect/migrate-jenkins-home">notre Wiki</a> pour la d\u00E9marche \u00E0 suivre.
|
||||
solution.2=D\u00E9placez <tt>JENKINS_HOME</tt> sur une partition plus grande. Consultez <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">notre Wiki</a> pour la d\u00E9marche \u00E0 suivre.
|
||||
JENKINS_HOME\ is\ almost\ full=JENKINS_HOME est presque plein
|
||||
|
|
|
@ -31,5 +31,5 @@ JENKINS_HOME\ is\ almost\ full=La directory JENKINS_HOME
|
|||
solution.1=Rimuovere alcuni file da questa partizione per liberare altro \
|
||||
spazio.
|
||||
solution.2=Spostare <tt>JENKINS_HOME</tt> in una partizione più grande. Si \
|
||||
veda <a href="https://jenkins.io/redirect/migrate-jenkins-home">la nostra \
|
||||
veda <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">la nostra \
|
||||
documentazione</a> per ulteriori dettagli su come procedere.
|
||||
|
|
|
@ -28,5 +28,5 @@ description.2=\u554F\u984C\u304C\u8D77\u304D\u306A\u3044\u3088\u3046\u306B\u3001
|
|||
solution.1=\u3053\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u3066\u3001\u7A7A\u304D\u3092\u4F5C\u308A\u307E\u3059\u3002
|
||||
solution.2=\
|
||||
<tt>JENKINS_HOME</tt>\u3092\u3082\u3063\u3068\u5BB9\u91CF\u306E\u3042\u308B\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u306B\u79FB\u3057\u307E\u3059\u3002\
|
||||
\u8A73\u3057\u3044\u65B9\u6CD5\u306F\u3001<a href="https://jenkins.io/redirect/migrate-jenkins-home">Wiki</a>\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
\u8A73\u3057\u3044\u65B9\u6CD5\u306F\u3001<a href="https://www.jenkins.io/redirect/migrate-jenkins-home">Wiki</a>\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
JENKINS_HOME\ is\ almost\ full=JENKINS_HOME\u306E\u5BB9\u91CF\u304C\u307B\u307C\u3044\u3063\u3071\u3044\u3067\u3059\u3002
|
||||
|
|
|
@ -26,5 +26,5 @@ description.1=\
|
|||
description.2=Om problemen te vermijden, dient U nu in te grijpen.
|
||||
solution.1=Gelieve ruimte vrij te maken op deze locatie.
|
||||
solution.2=\
|
||||
Verhuis <tt>JENKINS_HOME</tt> naar een locatie met grotere capaciteit. Op <a href="https://jenkins.io/redirect/migrate-jenkins-home">onze Wiki</a> vind je meer informatie over hoe je dit kunt realizeren.
|
||||
Verhuis <tt>JENKINS_HOME</tt> naar een locatie met grotere capaciteit. Op <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">onze Wiki</a> vind je meer informatie over hoe je dit kunt realizeren.
|
||||
JENKINS_HOME\ is\ almost\ full=Vrije ruimte in <tt>JENKINS_HOME</tt> is bijna opgebruikt!
|
||||
|
|
|
@ -25,6 +25,6 @@ description.2=Para previnir esse problema, fa\u00e7a alguma coisa agora.
|
|||
description.1=O seu <tt>JENKINS_HOME</tt> ({0}) est\u00e1 quase cheio. \
|
||||
Quando esse diret\u00f3rio estiver lotado ocorrer\u00e3o alguns estragos, pois o Jenkins n\u00e3o pode gravar mais dado nenhum.
|
||||
solution.2=Mova o <tt>JENKINS_HOME</tt> para uma parti\u00e7\u00e3o maior. \
|
||||
Veja <a href="https://jenkins.io/redirect/migrate-jenkins-home">a nossa Wiki</a> para aprender como fazer isso.
|
||||
Veja <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">a nossa Wiki</a> para aprender como fazer isso.
|
||||
blurb=<tt>JENKINS_HOME</tt> est\u00e1 quase cheio
|
||||
solution.1=Limpe alguns arquivos dessa parti\u00e7\u00e3o para liberar mais espa\u00e7o.
|
||||
|
|
|
@ -29,10 +29,10 @@ description.1=Seu diret\ufffdrio <tt>JENKINS_HOME</tt> ({0}) est\ufffd quase che
|
|||
Quando este diret\ufffdrio ficar completamente cheio, ocorrer\ufffd problemas porque o Jenkins n\ufffdo pode mais armazenar dados.
|
||||
# \
|
||||
# Move <tt>JENKINS_HOME</tt> to a bigger partition. \
|
||||
# See <a href="https://jenkins.io/redirect/migrate-jenkins-home">our Wiki</a> for how to do this.
|
||||
# See <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">our Wiki</a> for how to do this.
|
||||
solution.2=\
|
||||
Mova o diret\ufffdrio <tt>JENKINS_HOME</tt> para uma parti\ufffd\ufffdo maior. \
|
||||
Veja <a href="https://jenkins.io/redirect/migrate-jenkins-home">nosso Wiki</a> para saber como fazer isto.
|
||||
Veja <a href="https://www.jenkins.io/redirect/migrate-jenkins-home">nosso Wiki</a> para saber como fazer isto.
|
||||
|
||||
JENKINS_HOME\ is\ almost\ full=JENKINS_HOME est\ufffd quase cheio
|
||||
# <tt>JENKINS_HOME</tt> is almost full
|
||||
|
|
|
@ -8,7 +8,7 @@ description.2=\u0414\u0430 \u0431\u0438 \u0441\u0435 \u0441\u043F\u0440\u0435\u0
|
|||
solution.1=\u041E\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u043D\u0435\u043A\u0435 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0435 \u0441\u0430 \u043E\u0432\u0435 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0458\u0435 \u0434\u0430 \u0431\u0438 \u0441\u0435 \u043E\u0441\u043B\u043E\u0431\u043E\u0434\u0438\u043B\u043E \u043C\u0435\u0441\u0442\u0430.
|
||||
solution.2=\
|
||||
\u041F\u0440\u0435\u0431\u0430\u0446\u0438\u0442\u0435 <\u0422\u0422>JENKINS_HOME</\u0422\u0422> \u0432\u0435\u045B\u043E\u0458 \u043F\u0430\u0440\u0442\u0438\u0446\u0438\u0458\u0438.\
|
||||
\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 <\u0430 href="https://jenkins.io/redirect/migrate-jenkins-home">\u0412\u0438\u043A\u0438</a> \u0442\u043E\u043C\u0435 \u043A\u0430\u043A\u043E \u0434\u0430 \u0442\u043E \u0443\u0440\u0430\u0434\u0438\u0442\u0438.
|
||||
\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 <\u0430 href="https://www.jenkins.io/redirect/migrate-jenkins-home">\u0412\u0438\u043A\u0438</a> \u0442\u043E\u043C\u0435 \u043A\u0430\u043A\u043E \u0434\u0430 \u0442\u043E \u0443\u0440\u0430\u0434\u0438\u0442\u0438.
|
||||
Dit=
|
||||
|
||||
# TODO FIXME This file looks completely messed up?
|
||||
|
|
|
@ -29,5 +29,5 @@ description.2=\u70ba\u4e86\u907f\u514d\u767c\u751f\u61be\u4e8b\uff0c\u60a8\u61c9
|
|||
solution.1=\u6e05\u6389\u9019\u500b\u5206\u5272\u5340\u4e0a\u7684\u67d0\u4e9b\u6a94\u6848\uff0c\u7a7a\u51fa\u4e00\u4e9b\u7a7a\u9593\u3002
|
||||
solution.2=\
|
||||
\u5c07 <tt>JENKINS_HOME</tt> \u79fb\u5230\u6bd4\u8f03\u5927\u7684\u5206\u5272\u5340\u88e1\u3002\
|
||||
\u5728<a href="https://jenkins.io/redirect/migrate-jenkins-home">\u6211\u5011\u7684 Wiki</a> \u4e0a\u6709\u4f5c\u6cd5\u8aaa\u660e\u3002
|
||||
\u5728<a href="https://www.jenkins.io/redirect/migrate-jenkins-home">\u6211\u5011\u7684 Wiki</a> \u4e0a\u6709\u4f5c\u6cd5\u8aaa\u660e\u3002
|
||||
JENKINS_HOME\ is\ almost\ full=JENKINS_HOME \u5feb\u6eff\u4e86
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
blurb=You should be taken automatically to the new Jenkins in a few seconds. \
|
||||
If for some reason the service fails to start, please check the Windows event log for errors and consult the wiki page \
|
||||
located at the <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">official wiki</a>.
|
||||
located at the <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">official wiki</a>.
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
|
||||
# You should be taken automatically to the new Jenkins in a few seconds. \
|
||||
# If for some reason the service fails to start, please check the Windows event log for errors and consult the wiki page \
|
||||
# located at the <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">official wiki</a>.
|
||||
# located at the <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">official wiki</a>.
|
||||
blurb=\
|
||||
\u0421\u043b\u0435\u0434 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438 \u0442\u0440\u044f\u0431\u0432\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u0430 \u0431\u044a\u0434\u0435\u0442\u0435 \u043f\u0440\u0435\u043d\u0430\u0441\u043e\u0447\u0435\u043d\u0438 \u043a\u044a\u043c \u043d\u043e\u0432\u0438\u044f\
|
||||
Jenkins. \u0410\u043a\u043e \u0442\u043e\u0432\u0430 \u043d\u0435 \u0441\u0442\u0430\u043d\u0435 \u0432 \u043d\u044f\u043a\u0430\u043a\u0432\u043e \u0440\u0430\u0437\u0443\u043c\u043d\u043e \u0432\u0440\u0435\u043c\u0435, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0436\u0443\u0440\u043d\u0430\u043b\u0430 \u0437\u0430\
|
||||
\u0441\u044a\u0431\u0438\u0442\u0438\u044f \u043d\u0430 Windows \u0438 \u043f\u043e\u0441\u0435\u0442\u0435\u0442\u0435 <a\
|
||||
href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430\
|
||||
href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430\
|
||||
\u0437\u0430 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c</a> \u0432 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u043d\u043e\u0442\u043e \u0443\u0438\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.
|
||||
# located at the official wiki.
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Please\ wait\ while\ Jenkins\ is\ restarting=Bitte warten Sie, während Jenkins neu gestartet wird
|
||||
blurb=Sie sollten automatisch in wenigen Sekunden auf die neue Jenkins-Instanz weitergeleitet werden. \
|
||||
Sollte der Windows-Dienst nicht starten, suchen Sie im Windows Ereignisprotokoll nach Fehlermeldungen und lesen Sie \
|
||||
weitere Hinweise im <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">Wiki</a>.
|
||||
weitere Hinweise im <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">Wiki</a>.
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
|
||||
blurb=Serás redirigido automáticamente al nuevo Jenkins en unos segundos. \
|
||||
Si por alguna razón el servicio falla, consulta el ''log'' de eventos de windows \
|
||||
y echa un vistazo a esta <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">página</a>.
|
||||
y echa un vistazo a esta <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">página</a>.
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=Por favor espera mientras Jenkins es reiniciado
|
||||
|
|
|
@ -25,4 +25,4 @@ blurb=Vous devriez \u00EAtre emmen\u00E9 automatiquement vers la nouvelle instan
|
|||
de Jenkins dans quelques secondes. \
|
||||
Si par hasard le service ne parvient pas \u00E0 se lancer, v\u00E9rifiez les logs \
|
||||
d''\u00E9v\u00E8nements Windows et consultez \
|
||||
<a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">la page wiki</a>.
|
||||
<a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">la page wiki</a>.
|
||||
|
|
|
@ -25,7 +25,7 @@ blurb=Si dovrebbe essere reindirizzati alla nuova istanza di Jenkins entro \
|
|||
alcuni secondi. Se per qualche motivo l''avvio del servizio non dovesse \
|
||||
riuscire, controllare se nel Registro eventi di Windows sono riportati \
|
||||
errori e consultare la pagina wiki sul \
|
||||
<a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">wiki \
|
||||
<a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">wiki \
|
||||
ufficiale</a>.
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=Attendere finché Jenkins viene \
|
||||
riavviato
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
|
||||
blurb=\u6570\u79D2\u3067\u81EA\u52D5\u7684\u306B\u65B0\u3057\u3044Jenkins\u306B\u63A5\u7D9A\u3057\u307E\u3059\u3002\
|
||||
\u3082\u3057\u3001\u4F55\u3089\u304B\u306E\u7406\u7531\u3067\u30B5\u30FC\u30D3\u30B9\u306E\u958B\u59CB\u306B\u5931\u6557\u3059\u308B\u5834\u5408\u306F\u3001Windows\u306E\u30A4\u30D9\u30F3\u30C8\u30ED\u30B0\u306B\u30A8\u30E9\u30FC\u304C\u306A\u3044\u304B\u78BA\u8A8D\u3057\u3066\u3001\
|
||||
<a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">Wiki</a>\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
<a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">Wiki</a>\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=Jenkins\u3092\u518D\u8D77\u52D5\u3057\u307E\u3059\u306E\u3067\u3001\u3057\u3070\u3089\u304F\u304A\u5F85\u3061\u304F\u3060\u3055\u3044\u3002
|
||||
|
|
|
@ -24,4 +24,4 @@ Please\ wait\ while\ Jenkins\ is\ restarting=Gelieve even te wachten. Jenkins wo
|
|||
blurb=Uw nieuwe Jenkins instantie zou automatisch geladen moeten worden. \
|
||||
Indien de service niet gestart raakt, kunt U er best de Windows event log op nakijken. \
|
||||
Eventueel kunt U ook wat meer info over typische problemen en hun oplossingen terugvinden op \
|
||||
de <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">online wiki pagina</a>.
|
||||
de <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">online wiki pagina</a>.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Please\ wait\ while\ Jenkins\ is\ restarting= Por favor aguarde enquanto o Jenkins reinicia
|
||||
# You should be taken automatically to the new Jenkins in a few seconds. \
|
||||
# If for some reasons the service fails to start, check Windows event log for errors and consult \
|
||||
# <a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">online wiki page</a>.
|
||||
# <a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">online wiki page</a>.
|
||||
blurb=Voc\u00ea deve ser levado ao Jenkins em poucos instantes. \
|
||||
Se por alguma raz\u00e3o o servi\u00e7o falhar na inicializa\u00e7\u00e3o, verifique o log de eventos \
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=\u041C\u043E\u043B\u0438\u043C\u043E \u0432\u0430\u0441 \u0441\u0430\u0447\u0435\u043A\u0430\u0458\u0442\u0435 \u0434\u043E\u043A \u0441\u0435 \u043F\u043E\u043D\u043E\u0432\u043E \u043F\u043E\u043A\u0440\u0435\u043D\u0435 Jenkins
|
||||
blurb=\u0411\u0438\u045B\u0435\u0442\u0435 \u043C\u043E\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u043E \u0430\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u0438 \u043D\u0430\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 Jenkins.\
|
||||
\u0410\u043A\u043E \u0438\u0437 \u043D\u0435\u043A\u043E\u0433 \u0440\u0430\u0437\u043B\u043E\u0433\u0430 \u0441\u0435\u0440\u0432\u0438\u0441 \u043D\u0435 \u0440\u0430\u0434\u0438, \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 Windows \u0436\u0443\u0440\u043D\u0430\u043B \u0434\u043E\u0433\u0430\u0452\u0430\u0458\u0430 \u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0435 \u0438\u043B\u0438 \u0441\u0435 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0412\u0438\u043A\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438 <\u0430 href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start"">\u0437\u0432\u0430\u043D\u0438\u0447\u043D\u043E\u0433 \u0412\u0438\u043A\u0438</\u0430>.
|
||||
\u0410\u043A\u043E \u0438\u0437 \u043D\u0435\u043A\u043E\u0433 \u0440\u0430\u0437\u043B\u043E\u0433\u0430 \u0441\u0435\u0440\u0432\u0438\u0441 \u043D\u0435 \u0440\u0430\u0434\u0438, \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 Windows \u0436\u0443\u0440\u043D\u0430\u043B \u0434\u043E\u0433\u0430\u0452\u0430\u0458\u0430 \u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0435 \u0438\u043B\u0438 \u0441\u0435 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0412\u0438\u043A\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438 <\u0430 href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start"">\u0437\u0432\u0430\u043D\u0438\u0447\u043D\u043E\u0433 \u0412\u0438\u043A\u0438</\u0430>.
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
# THE SOFTWARE.
|
||||
|
||||
blurb=\u5e7e\u79d2\u5f8c\u60a8\u5c31\u6703\u88ab\u5e36\u5230\u65b0\u7684 Jenkins \u88e1\u3002\
|
||||
\u5982\u679c\u670d\u52d9\u7121\u6cd5\u555f\u52d5\uff0c\u8acb\u6aa2\u67e5 Windows \u4e8b\u4ef6\u65e5\u8a8c\uff0c\u4e26\u53c3\u8003<a href="https://jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">\u7dda\u4e0a Wiki \u5c08\u9801</a>\u3002
|
||||
\u5982\u679c\u670d\u52d9\u7121\u6cd5\u555f\u52d5\uff0c\u8acb\u6aa2\u67e5 Windows \u4e8b\u4ef6\u65e5\u8a8c\uff0c\u4e26\u53c3\u8003<a href="https://www.jenkins.io/redirect/troubleshooting/windows-service-fails-to-start">\u7dda\u4e0a Wiki \u5c08\u9801</a>\u3002
|
||||
|
||||
Please\ wait\ while\ Jenkins\ is\ restarting=Jenkins \u91cd\u65b0\u555f\u52d5\u4e2d\uff0c\u8acb\u7a0d\u5019
|
||||
|
|
|
@ -30,7 +30,7 @@ THE SOFTWARE.
|
|||
<l:layout permission="${app.ADMINISTER}" title="${%Configure Log Recorder}">
|
||||
<st:include page="sidepanel.jelly" />
|
||||
<l:main-panel>
|
||||
<h1>${%Configure log recorder} <t:help iconSize="large" href="https://jenkins.io/redirect/log-recorders" /></h1>
|
||||
<h1>${%Configure log recorder} <t:help iconSize="large" href="https://www.jenkins.io/redirect/log-recorders" /></h1>
|
||||
<p>
|
||||
${%Enter the name of the logger you want to enable}.
|
||||
</p>
|
||||
|
|
|
@ -32,7 +32,7 @@ THE SOFTWARE.
|
|||
<l:main-panel xmlns:local="local">
|
||||
<h1><l:icon class="icon-clipboard icon-xlg"/>
|
||||
${%Log Recorders}
|
||||
<t:help iconSize="large" tooltip="${%Additional information on log recorders}" href="https://jenkins.io/redirect/log-recorders"/>
|
||||
<t:help iconSize="large" tooltip="${%Additional information on log recorders}" href="https://www.jenkins.io/redirect/log-recorders"/>
|
||||
</h1>
|
||||
|
||||
<d:taglib uri="local">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue