diff --git a/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java b/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java index 70e2a79c..f25cc25e 100644 --- a/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java +++ b/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java @@ -74,6 +74,7 @@ import java.util.Date; import java.util.HashMap; import java.util.HashSet; +import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Locale; @@ -106,8 +107,11 @@ import org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner; import org.jenkinsci.plugins.workflow.flow.GraphListener; import org.jenkinsci.plugins.workflow.flow.StashManager; +import org.jenkinsci.plugins.workflow.graph.BlockEndNode; +import org.jenkinsci.plugins.workflow.graph.BlockStartNode; import org.jenkinsci.plugins.workflow.graph.FlowEndNode; import org.jenkinsci.plugins.workflow.graph.FlowNode; +import org.jenkinsci.plugins.workflow.graphanalysis.DepthFirstScanner; import org.jenkinsci.plugins.workflow.job.console.NewNodeConsoleNote; import org.jenkinsci.plugins.workflow.log.LogStorage; import org.jenkinsci.plugins.workflow.log.TaskListenerDecorator; @@ -1034,6 +1038,35 @@ private final class NodePrintListener implements GraphListener.Synchronous { return LogStorage.of(asFlowExecutionOwner()).overallLog(this, !isLogUpdated()); } + /** + * For use by Jelly only. + */ + @Restricted(DoNotUse.class) + public String getFlowGraphDataAsHtml() { + FlowExecution exec = getExecution(); + if (exec != null) { + DepthFirstScanner scanner = new DepthFirstScanner(); + if (scanner.setup(exec.getCurrentHeads())) { + StringBuilder html = new StringBuilder(); + for (FlowNode node : scanner) { + String startId; + String enclosingId; + if (node instanceof BlockEndNode) { + enclosingId = null; + startId = ((BlockEndNode) node).getStartNode().getId(); + } else { + Iterator it = node.iterateEnclosingBlocks().iterator(); + enclosingId = it.hasNext() ? it.next().getId() : null; + startId = node instanceof BlockStartNode ? node.getId() : null; + } + html.append(NewNodeConsoleNote.startTagFor(this, node.getId(), startId, enclosingId)).append("Test"); + } + return html.toString(); + } + } + return null; + } + // TODO log-related overrides pending JEP-207: @Override public InputStream getLogInputStream() throws IOException { diff --git a/src/main/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote.java b/src/main/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote.java index c5513c1a..9c8e2b97 100644 --- a/src/main/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote.java +++ b/src/main/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote.java @@ -99,6 +99,13 @@ private NewNodeConsoleNote(FlowNode node) { @Override public ConsoleAnnotator annotate(WorkflowRun context, MarkupText text, int charPos) { + StringBuilder startTag = startTagFor(context, id, start, enclosing); + text.addMarkup(0, text.length(), startTag.toString(), ""); + return null; + } + + @Restricted(NoExternalUse.class) + public static StringBuilder startTagFor(@Nonnull WorkflowRun context, @Nonnull String id, @CheckForNull String start, @CheckForNull String enclosing) { StringBuilder startTag = new StringBuilder(" annotate(WorkflowRun context, MarkupText text, int ch } } startTag.append("\">"); - text.addMarkup(0, text.length(), startTag.toString(), ""); - return null; + return startTag; } private static final long serialVersionUID = 1L; diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.jelly b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.jelly new file mode 100644 index 00000000..d654abda --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.jelly @@ -0,0 +1,82 @@ + + + + + + + + + + Custom ${%Console Output} + + + + + + + ${%skipSome(offset/1024,"consoleFull")} + + + + + + + + + + + +
+            
+ +
+ + + + + + + + +
+            
+            ${it.writeLogTo(offset,output)}
+          
+
+ + + + diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.properties new file mode 100644 index 00000000..c9af02ab --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Alan Harder +# +# 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. + +skipSome=Skipping {0,number,integer} KB.. Full Log diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ar.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ar.properties new file mode 100644 index 00000000..a95bb493 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ar.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Console\ Output=\u062E\u0631\u062C \u0627\u0644\u0643\u0648\u0646\u0633\u0648\u0644 +View\ as\ plain\ text=\u0645\u0634\u0627\u0647\u062F\u0629 \u0643\u0646\u0635 \u0628\u0633\u064A\u0637 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_bg.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_bg.properties new file mode 100644 index 00000000..e4a3d944 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_bg.properties @@ -0,0 +1,27 @@ +# The MIT License +# +# Bulgarian translation: Copyright (c) 2015, 2016, Alexander Shopov +# +# 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. + +Console\ Output=\ + \u041a\u043e\u043d\u0437\u043e\u043b\u0430 \u0441 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0430 +# Skipping {0,number,integer} KB.. Full Log +skipSome=\ + \u041f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 {0,number,integer}\u200aKB\u2026 \u041f\u044a\u043b\u0435\u043d \u0436\u0443\u0440\u043d\u0430\u043b diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ca.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ca.properties new file mode 100644 index 00000000..e37bef68 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ca.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Sortida de la consola diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_cs.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_cs.properties new file mode 100644 index 00000000..a9f65772 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_cs.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=V\u00FDstup na konzoli +skipSome=Vynech\u00E1no {0,number,integer} kB.. Zobrazit cel\u00FD text + diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_da.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_da.properties new file mode 100644 index 00000000..d9513b04 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_da.properties @@ -0,0 +1,24 @@ +# 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. + +skipSome=Springer over {0,number,integer} KB.. Fuld Log +Console\ Output=Konsoloutput diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_de.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_de.properties new file mode 100644 index 00000000..51d429bd --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_de.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, 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. + +Console\ Output=Konsolenausgabe +skipSome=Vorausgehende {0,number,integer} KB sind in dieser Darstellung ausgelassen. Alles anzeigen diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_el.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_el.properties new file mode 100644 index 00000000..616e47b6 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_el.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=\u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u039A\u03BF\u03BD\u03C3\u03CC\u03BB\u03B1\u03C2 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es.properties new file mode 100644 index 00000000..2aefa930 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Alan Harder +# +# 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. + +skipSome=Descartando {0,number,integer} KB.. Registro completo +Console\ Output=Salida de consola diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es_AR.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es_AR.properties new file mode 100644 index 00000000..5fc9c2d3 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_es_AR.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Console\ Output=Salida de consola +View\ as\ plain\ text=Ver como texto plano diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_et.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_et.properties new file mode 100644 index 00000000..fc3c1182 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_et.properties @@ -0,0 +1,4 @@ +# This file is under the MIT License by authors + +Console\ Output=Konsooli v\u00E4ljund +View\ as\ plain\ text=Vaata tekstina diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fi.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fi.properties new file mode 100644 index 00000000..3683c833 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fi.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konsolituloste +skipSome=Piilotettu {0,number,integer} KB.. N\u00E4yt\u00E4 kaikki diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fr.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fr.properties new file mode 100644 index 00000000..ecf28ef2 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_fr.properties @@ -0,0 +1,25 @@ +# 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. + +Console\ Output=Sortie de la console +View\ as\ plain\ text=Afficher ous forme de texte simple +skipSome=Ignore {0,number,integer} Ko. Log complet diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_he.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_he.properties new file mode 100644 index 00000000..03765f59 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_he.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=\u05E4\u05DC\u05D8 \u05DE\u05E1\u05DA +View\ as\ plain\ text=\u05E6\u05E4\u05D9\u05D9\u05D4 \u05DB\u05D8\u05E7\u05E1\u05D8 +skipSome=\u05DE\u05D3\u05DC\u05D2 {0,number,integer} \u05E7"\u05D1.. \u05D3\u05D5"\u05D7 \u05DE\u05DC\u05D0 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_hu.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_hu.properties new file mode 100644 index 00000000..4cf20c4d --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_hu.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Parancssor kimenete +View\ as\ plain\ text=Mutasd sima sz\u00F6vegk\u00E9nt +skipSome=Kimaradt {0,number,integer} KB.. Teljes Napl\u00F3 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_it.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_it.properties new file mode 100644 index 00000000..b0e5906e --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_it.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Output terminale +skipSome=Saltati {0,number,integer} KB... Registro completo diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ja.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ja.properties new file mode 100644 index 00000000..994450ff --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ja.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:cactusman, 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. + +Console\ Output=\u30B3\u30F3\u30BD\u30FC\u30EB\u51FA\u529B +skipSome=\u30B9\u30AD\u30C3\u30D7 {0,number,integer}KB .. \u3059\u3079\u3066\u306E\u30ED\u30B0 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ko.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ko.properties new file mode 100644 index 00000000..7724f523 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ko.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=\uCF58\uC194 \uCD9C\uB825 +skipSome=\uAC74\uB108 \uB6F0\uAE30 {0,number,integer} KB.. Full Log diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lt.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lt.properties new file mode 100644 index 00000000..610c1e2d --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lt.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konsol\u0117s i\u0161vestis +skipSome=Praleid\u017Eiame {0,number,integer} KB.. Pilna istorija diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lv.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lv.properties new file mode 100644 index 00000000..77b52000 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_lv.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konsoles izvads +View\ as\ plain\ text=R\u0101d\u012Bt k\u0101 vienk\u0101r\u0161u tekstu +skipSome=Izlai\u017E {0,number,integer} KB.. Viss \u017Eurn\u0101ls diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nb_NO.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nb_NO.properties new file mode 100644 index 00000000..0d356f22 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nb_NO.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konsoll-resultat +View\ as\ plain\ text=Vis som vanlig tekst +skipSome=Dropper {0,number,integer} KB.. Full logg diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nl.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nl.properties new file mode 100644 index 00000000..9b992f60 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_nl.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:sorokh +# +# 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. + +Console\ Output=Console weergave +View\ as\ plain\ text=Bekijken als ruwe tekst +skipSome={0,number,integer} KB overgeslagen..Volledige Log diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pl.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pl.properties new file mode 100644 index 00000000..138b0e72 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2016, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors +# +# 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. + +Console\ Output=Logi konsoli +skipSome=Pomini\u0119to {0,number,integer} KB.. Poka\u017C wszystko diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_BR.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_BR.properties new file mode 100644 index 00000000..6d32d776 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_BR.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Reginaldo L. Russinholi, Cleiber Silva +# +# 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. + +Console\ Output=Sa\u00EDda do console +# Skipping {0,number,integer} KB.. Full Log +skipSome=Ignorando {0,number,integer} KB.. Ver log completo diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_PT.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_PT.properties new file mode 100644 index 00000000..32062122 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_pt_PT.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Consola +skipSome=A saltar {0,number,integer} KB... Registo completo diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ro.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ro.properties new file mode 100644 index 00000000..685cc428 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ro.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Afi\u0219aj consola diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ru.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ru.properties new file mode 100644 index 00000000..090ddbcf --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_ru.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Mike Salnikov +# +# 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. + +Console\ Output=\u0412\u044B\u0432\u043E\u0434 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C +skipSome=\u041F\u0440\u043E\u043F\u0443\u0449\u0435\u043D\u043E {0,number,integer} KB.. \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0435\u0441\u044C Log diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sk.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sk.properties new file mode 100644 index 00000000..63fb512d --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sk.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konzolov\u00FD v\u00FDstup +View\ as\ plain\ text=Zobrazi\u0165 ako ne\u0161ifrovan\u00FD text +skipSome=Presko\u010Den\u00FDch {0,number,integer} KB.. Pln\u00FD log diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sl.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sl.properties new file mode 100644 index 00000000..f5dad9a1 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sl.properties @@ -0,0 +1,5 @@ +# This file is under the MIT License by authors + +Console\ Output=Izpis konzole +View\ as\ plain\ text=Poglej kot text +skipSome=Izpu\u0161\u010Deno {0,number,integer} KB.. Celoten izpis diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sr.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sr.properties new file mode 100644 index 00000000..3e24c621 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sr.properties @@ -0,0 +1,5 @@ +# This file is under the MIT License by authors + +Console\ Output=\u0418\u0441\u0445\u043E\u0434 \u0438\u0437 \u043A\u043E\u043D\u0437\u043E\u043B\u0435 +View\ as\ plain\ text=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043E\u0431\u0438\u0447\u043D\u043E\u0433 \u0442\u0435\u043A\u0441\u0442\u0430 +skipSome=\u041F\u0440\u0435\u0441\u043A\u0430\u0447\u0435 {0,number,integer} KB.. \u041A\u043E\u043C\u043F\u043B\u0435\u0442\u0430\u043D \u0436\u0443\u0440\u043D\u0430\u043B diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sv_SE.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sv_SE.properties new file mode 100644 index 00000000..80cc3678 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_sv_SE.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=Konsollutskrift +skipSome=Hoppar \u00F6ver {0,number,integer} KB.. Visa Logg diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_tr.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_tr.properties new file mode 100644 index 00000000..9c03c228 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_tr.properties @@ -0,0 +1,24 @@ +# 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. + +Console\ Output=Konsol \u00C7\u0131kt\u0131s\u0131 +skipSome={0,number,integer} KB atlan\u0131yor.. T\u00FCm Tutanak diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_uk.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_uk.properties new file mode 100644 index 00000000..706426ea --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_uk.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# 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. + +Console\ Output=\u041A\u043E\u043D\u0441\u043E\u043B\u044C\u043D\u0438\u0439 \u0412\u0438\u0432\u0456\u0434 +skipSome=\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0454\u043C\u043E {0,number,integer} \u041A\u0411.. \u041F\u043E\u0432\u043D\u0438\u0439 \u043B\u043E\u0433 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_zh_TW.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_zh_TW.properties new file mode 100644 index 00000000..b2fd5e2c --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/console_zh_TW.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2013, Sun Microsystems, Inc., Chunghwa Telecom Co., Ltd., +# and 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. + +Console\ Output=\u7D42\u7AEF\u6A5F\u8F38\u51FA +skipSome=\u7565\u904e {0,number,integer} KB... \u5b8c\u6574\u5167\u5bb9 diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/script.js b/src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/script.js index 8e91cf64..a2339b06 100644 --- a/src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/script.js +++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/script.js @@ -17,6 +17,16 @@ Behaviour.specify("span.pipeline-new-node", 'NewNodeConsoleNote', 0, function(e) e.innerHTML = e.innerHTML.replace(/.+/, '$& (hide)') // TODO automatically hide second and subsequent branches: namely, in case a node has the same parent as an earlier one } + // The CSS rule for branch names only needs to be added once per node, so we + // check in case we are viewing the truncated log and have already processed + // a duplicate synthetic span element for this node. + var maybeDupeNodes = $$('[nodeid=\"'+nodeId+'\"].pipeline-new-node'); + for (var i = 0; i < maybeDupeNodes.length; i++) { + var node = maybeDupeNodes[i]; + if (node !== e && node.processedNewNodeConsoleNote) { + return; + } + } var nodes = $$('.pipeline-new-node') var enclosings = new Map() // id → enclosingId var labels = new Map() // id → label @@ -101,16 +111,16 @@ function showHidePipelineSection(link) { var oid = ids[i] if (oid != id && encloses(id, oid, starts, enclosings)) { showHide(oid, display) - var header = $$('.pipeline-new-node[nodeId=' + oid + ']') - if (header.length > 0) { - header[0].style.display = display + var headers = $$('.pipeline-new-node[nodeId=' + oid + ']'); + for (var j = 0; j < headers.length; j++) { + headers[j].style.display = display; } - if (display == 'inline') { + if (display === 'inline') { // Mark all children as shown. TODO would be nicer to leave them collapsed if they were before, but this gets complicated. - var link = $$('.pipeline-new-node[nodeId=' + oid + '] span a') - if (link.length > 0) { - link[0].textContent = 'hide' - link[0].parentNode.className = 'pipeline-show-hide' + var links = $$('.pipeline-new-node[nodeId=' + oid + '] span a'); + for (var j = 0; j < links.length; j++) { + links[j].textContent = 'hide'; + links[j].parentNode.className = 'pipeline-show-hide'; } } }