diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly b/core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly deleted file mode 100644 index 0677cb7db7ba293ab77faedaabb63b7de3cd03c6..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password.jelly +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - -

${%How to set Subversion password?}

-

- ${%explanation.introduction} -

-
    -
  1. ${%reason.1}
  2. -
  3. ${%reason.2}
  4. -
-

- ${%alternative.introduction} -

-
    -
  1. ${%step.1}
  2. -
  3. ${%step.2}
  4. -
  5. ${%step.3}
  6. -
  7. ${%step.4}
  8. -
-

- ${%final.words} -

-
-
-
\ No newline at end of file diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password.properties deleted file mode 100644 index 601172701edaf8e2638ccc2204cdcb7de2229725..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password.properties +++ /dev/null @@ -1,31 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant, Simon Wiest -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -explanation.introduction=While subversion allows you to specify the \u2018--password\u2019 option explicitly in the command line, this is generally not desirable when you are using Jenkins, because: -reason.1=People can read your password by using pargs. -reason.2=Password will be stored in a clear text in Jenkins. -alternative.introduction=A preferable approach is to do the following steps: -step.1=Logon to the server that runs Jenkins, by using the same user account Jenkins uses. -step.2=Manually run svn co ... -step.3=Subversion asks you the password interactively. Type in the password. -step.4=Subversion stores it in its authentication cache, and for successive svn co ... it will use the password stored in the cache. -final.words=Note that this approach still doesn\u2019t really make your password secure, it just makes it a bit harder to read. diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties deleted file mode 100644 index 5f56b83eb5b1bf00a34b69bc98bdf2e0315dc455..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_da.properties +++ /dev/null @@ -1,33 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -step.1=Log p\u00e5 serveren der k\u00f8rer Jenkins ved at benytte samme konto Jenkins bruger. -final.words=Bem\u00e6rk at dette ikke sikrer din adgangskode, men det g\u00f8r det sv\u00e6rere at l\u00e6se. -reason.1=Folk kan l\u00e6se din adgangskode ved at benytte pargs. -step.3=Subversion beder om din adgangskode interaktivt. Indtast adgangskoden. -step.2=K\u00f8r svn co ... manuelt -How\ to\ set\ Subversion\ password?=Hvordan s\u00e6tter man Subversion adgangskoden? -reason.2=Adgangskoden vil blive gemt i klartekst i Jenkins. -explanation.introduction=\ -Mens subversion tillader at du specificerer ''--password'' parameteren p\u00e5 kommandolinjen er dette ikke generelt \u00f8nskv\u00e6rdigt n\u00e5r du bruger Jenkins, da: -alternative.introduction=En foretrukket tilgang er f\u00f8lgende: -step.4=Subversion gemmer det i sit forh\u00e5ndsgodkendelsesmellemlager og for efterf\u00f8lgende svn co ... vil den mellemlagrede adgangskode blive benyttet. diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties deleted file mode 100644 index 5f34bbbb12edd28279740530e4fa139da4477d45..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_de.properties +++ /dev/null @@ -1,14 +0,0 @@ -How\ to\ set\ Subversion\ password?=Wie können Sie ein Passwort für Subversion setzen? -explanation.introduction=Obwohl Subversion erlaubt, mit der Option ''--password'' ein Passwort \ - direkt in der Kommandozeile anzugeben, ist dies meistens nicht empfehlenswert, wenn Sie \ - Jenkins einsetzen: -reason.1=Andere Benutzer können Ihr Passwort mit pargs ausspähen. -reason.2=Das Passwort wird von Jenkins im Klartext gespeichert. -alternative.introduction=Gehen Sie besser folgenderweise vor: -step.1=Melden Sie sich am Rechner an, auf dem Jenkins läuft. Verwenden Sie dasselbe Benutzerkonto wie Jenkins. -step.2=Führen Sie manuell svn co ... aus. -step.3=Subversion fragt Sie interaktiv nach dem Passwort. Geben Sie dieses ein. -step.4=Subversion speichert das Passwort in seinem eigenen Authentifizierungscache. Bei allen \ - weiteren Aufrufen von svn co ... wird das Passwort aus dem Cache verwendet. -final.words=Dieses Vorgehen sch\u00FCtzt Ihr Passwort nicht wirklich - es ist aber immerhin \ - ein bisschen schwerer auszusp\u00E4hen. diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties deleted file mode 100644 index 20eac161a80ed8970142cf3ada006c3939a4b01e..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_es.properties +++ /dev/null @@ -1,32 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant, Simon Wiest -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -explanation.introduction=Aunque ''subversion'' permite pasar la opción ''--password'' en la línea de comandos, normalmente no es bueno porque: -reason.1=Se puede ver esta contraseña con el comando pargs. -reason.2=La contraseña se almacena sin encriptar en Jenkins. -alternative.introduction=Sería mejor hacer lo siguiente: -step.1=Entrar en el servidor donde Jenkins se ejecuta utilizando la misma cuenta que usa Jenkins. -step.2=Ejecutar svn co ... -step.3=Con esto se preguntará la contraseña. -step.4=La contraseña tecleada será guardada en caché para siempre. -final.words=Nota: Este método no es del todo seguro porque subversion también almacena la contraseña en disco, pero es mejor. -How\ to\ set\ Subversion\ password?=Cómo configurar la contaseña de subversion diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties deleted file mode 100644 index 0cba528c4948142f144f7e5a191b82a167897056..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_fr.properties +++ /dev/null @@ -1,33 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -How\ to\ set\ Subversion\ password?=Comment positionner le mot de passe Subversion? -explanation.introduction=Bien que Subversion vous permette de passer l''option '--password' en clair dans la ligne de commande, ça n''est en général pas souhaitable quand vous utilisez Jenkins. En effet: -reason.1=On peut lire votre mot de passe en utilisant pargs; -reason.2=Votre mot de passe sera enregistré en clair dans Jenkins -alternative.introduction=Une meilleure approche est de suivre les étapes suivantes: -step.1=Se logguer sur le serveur qui fait tourner Jenkins, en utilisant le même compte utilisateur que Jenkins; -step.2=Lancer manuellement svn co ...; -step.3=Subversion vous demande votre mot de passe de façon intéractive. Tapez votre mot de passe; -step.4=Subversion le stocke dans son cache d''authentification; pour les demandes svn co ... futures, il utilisera le mot de passe de son cache. -final.words=Notez bien que cette approche ne rend pas votre mot de passe complètement sécurisé; il devient simplement un peu plus difficile à lire. - diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties deleted file mode 100644 index c446a92c129fbf66873b9777317abfcb284e2256..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_ja.properties +++ /dev/null @@ -1,33 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi,Seiji Sogabe -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -How\ to\ set\ Subversion\ password?=Subversion\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u8A2D\u5B9A\u65B9\u6CD5 -explanation.introduction=\ - Subversion\u306E\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u306F\u3001"--password"\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u304C\u3001Jenkins\u3067\u306E\u4F7F\u7528\u306F\u671B\u307E\u3057\u3044\u3082\u306E\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\u306A\u305C\u306A\u3089\u3001 -reason.1=pargs \u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u898B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002 -reason.2=\u30D1\u30B9\u30EF\u30FC\u30C9\u304CJenkins\u306B\u6697\u53F7\u5316\u3055\u308C\u305A\u306B\u4FDD\u5B58\u3055\u308C\u307E\u3059\u3002 -alternative.introduction=\u3088\u308A\u671B\u307E\u3057\u3044\u65B9\u6CD5\u306F\u6B21\u306E\u624B\u9806\u3067\u884C\u3046\u3053\u3068\u3067\u3059\u3002 -step.1=Jenkins\u304C\u4F7F\u7528\u3057\u3066\u3044\u308B\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u3001Jenkins\u304C\u52D5\u4F5C\u3057\u3066\u3044\u308B\u30B5\u30FC\u30D0\u306B\u30ED\u30B0\u30A4\u30F3\u3057\u307E\u3059\u3002 -step.2=\u624B\u52D5\u3067 svn co ... \u3092\u5B9F\u884C\u3057\u307E\u3059\u3002 -step.3=Subversion\u306F\u5BFE\u8A71\u5F62\u5F0F\u3067\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u805E\u3044\u3066\u304D\u307E\u3059\u306E\u3067\u3001\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u307E\u3059\u3002 -step.4=Subversion\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30AD\u30E3\u30C3\u30B7\u30E5\u3057\u3001 \u6B21\u306Esvn co ...\u3067\u30AD\u30E3\u30C3\u30B7\u30E5\u3055\u308C\u305F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002 -final.words=\u6CE8\u610F: \u3053\u306E\u65B9\u6CD5\u306F\u3001\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u672C\u5F53\u306B\u5B89\u5168\u306B\u3059\u308B\u3082\u306E\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\u305F\u3060\u3001\u3061\u3087\u3063\u3068\u8AAD\u307F\u96E3\u304F\u3059\u308B\u3060\u3051\u3067\u3059\u3002 diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties deleted file mode 100644 index 113a4ba53fce16474df64217ed0e36d290d02180..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_pt_BR.properties +++ /dev/null @@ -1,41 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc., Cleiber Silva, Fernando Boaglio -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -# Logon to the server that runs Jenkins, by using the same user account Jenkins uses. -step.1=Logar nesse servidor usando o mesmo usu\u00e1rio e senha do Jenkins -# Note that this approach still doesn''t really make your password secure, it just makes it a bit harder to read. -final.words=Essa aproxima\u00e7\u00e3o nao fez a sua senha segura, apenas a deixou um pouco mais complicado de decifrar -# People can read your password by using pargs. -reason.1=Pessoas podem ler as senhas usando pargs -# Subversion asks you the password interactively. Type in the password. -step.3=Subversion pede sua senha de forma interativa. Digite no campo password. -# Manually run svn co ... -step.2=Executar manualmente svn co ... -How\ to\ set\ Subversion\ password?=Como trocar a senha do Subversion? -# Password will be stored in a clear text in Jenkins. -reason.2=Senha ser\u00e1 armazenada num campo de texto do Jenkins -# While subversion allows you to specify the ''--password'' option explicitly in the command line, this is generally not desirable when you are using Jenkins, because: -explanation.introduction=Enquanto Subversion permite especificar a op\u00e7\u00e3o '--password'' explicitamente, na linha de comando, esse modo n\u00e3o \u00e9 desej\u00e1vel no Jenkins. -# A preferable approach is to do the following steps: -alternative.introduction=Uma abordagem prefer\u00edvel seria realizar os seguintes passos: -# Subversion stores it in its authentication cache, and for successive svn co ... it will use the password stored in the cache. -step.4=Subversion armazena a senha num cache que pode ser recuperada por svn co .... diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties deleted file mode 100644 index 69b8b9e0247b9b351a283ee947abef493a9bd0a2..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_tr.properties +++ /dev/null @@ -1,32 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -How\ to\ set\ Subversion\ password?= -explanation.introduction= -reason.1= -reason.2= -alternative.introduction= -step.1= -step.2= -step.3= -step.4= -final.words= diff --git a/core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties b/core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties deleted file mode 100644 index 642a3e4efffdc769cbb94a78b44a6d58b5cd08af..0000000000000000000000000000000000000000 --- a/core/src/main/resources/hudson/model/AbstractProject/svn-password_zh_TW.properties +++ /dev/null @@ -1,33 +0,0 @@ -# The MIT License -# -# Copyright (c) 2013, Chunghwa Telecom Co., Ltd., Pei-Tang Huang -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -How\ to\ set\ Subversion\ password?=\u5982\u4f55\u8a2d\u5b9a Subversion \u5bc6\u78bc? -explanation.introduction=\ - \u96d6\u7136 Subversion \u5141\u8a31\u5728\u6307\u4ee4\u4e2d\u7528 ''--password'' \u9078\u9805\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u4e0d\u904e\u6700\u597d\u4e0d\u8981\u5728 Jenkins \u88e1\u9019\u6a23\u7528\uff0c\u56e0\u70ba: -reason.1=\u5225\u4eba\u53ef\u4ee5\u7528 pargs \u770b\u5230\u60a8\u7684\u5bc6\u78bc\u3002 -reason.2=\u5bc6\u78bc\u6703\u4ee5\u660e\u78bc\u7684\u65b9\u5f0f\u5132\u5b58\u5728 Jenkins \u88e1\u3002 -alternative.introduction=\u6211\u5011\u5efa\u8b70\u4f9d\u7167\u4e0b\u5217\u6b65\u9a5f\u8a2d\u5b9a\u5bc6\u78bc: -step.1=\u4f7f\u7528\u8ddf\u555f\u52d5 Jenkins \u76f8\u540c\u7684\u5e33\u865f\u767b\u5165\u8a72\u4f3a\u670d\u5668\u3002 -step.2=\u624b\u52d5\u57f7\u884c svn co ... -step.3=Subversion \u554f\u60a8\u5bc6\u78bc\u6642\uff0c\u8acb\u76f4\u63a5\u8f38\u5165\u3002 -step.4=Subversion \u6703\u628a\u5bc6\u78bc\u5b58\u5728\u9a57\u8b49\u5feb\u53d6\u4e2d\uff0c\u5f8c\u7e8c\u7684 svn co ... \u5c31\u6703\u4f7f\u7528\u5feb\u53d6\u5bc6\u78bc\u3002 -final.words=\u8acb\u6ce8\u610f\uff0c\u9019\u500b\u65b9\u6cd5\u53ea\u662f\u8b93\u4eba\u6bd4\u8f03\u96e3\u76f4\u63a5\u770b\u5230\u5bc6\u78bc\uff0c\u7121\u6cd5\u4fdd\u8b49\u5bc6\u78bc\u4e0d\u6703\u5916\u6f0f\u3002