RE: Installer return 3010, and pipeline failed

2017-11-15 Thread Reinhold Fuereder
Hi Charles, I guess you are executing the installer in the pipeline via “sh” step: thus, you will need to catch the exit/return code (instead of output) from “sh” step and script the logic based on the allowed bad exit code; for example: def exitCode = script.sh(returnStatus: true, script:

AW: jobs modified via script console do not take effect

2017-10-24 Thread Reinhold Fuereder
Hi Arturo, maybe this answer by Andrew on Saturday, 23 September 2017 03:01:26 UTC+5:30 explains it: Yeah, the job has to run at least once after you've added the triggers directive for it to register, and then it'll be fine. Please see

AW: ALPN callback dropped: SPDY and HTTP/2 are disabled. Is alpn-boot on the boot class path?

2017-10-18 Thread Reinhold Fuereder
Hi Thor, The stacktrace ("java.net.UnknownHostException: .slack.com: Name or service not known ") seems to indicate a bad host name or url? HTH Reinhold Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Thor Waway Gesendet: Donnerstag, 19. Oktober

AW: Help with NotSerializableException in pipeline

2017-10-18 Thread Reinhold Fuereder
Hi I think it is the usage of the (default?) map in pipeline code, e.g. "def enviroments = [:]" which according to the StackTrace results in a LinkedHashMap? According to https://jenkins.io/blog/2017/02/01/pipeline-scalability-best-practice/#appendix-serializable-vs.-non-serializable-types

AW: Display last artifacts, not only last successful artifacts?

2017-10-13 Thread Reinhold Fuereder
Hello Anna, IMHO that does not sound right -- and presumably therefore Jenkins behaves as it behaves? As a kind of self-protection for users: the last available artifacts of the project are known to be good ones… I think you can always access artifacts from failing builds as well, but you

AW: In a shared library, what is the "vars/foo.txt" file USED for?

2017-10-05 Thread Reinhold Fuereder
Please note the PipelineSyntax/Global Variables Reference page is ONLY updated when the pipelines run is successful. And therefore ONLY for this pipeline (and not any others). I think even if for "vars/file.groovy" there is no corresponding "vars/file.txt", then the PipelineSyntax/Global

AW: jenkins not showing viewvc link for CVS

2017-09-12 Thread Reinhold Fuereder
Hi Terry, this sounds related or like https://issues.jenkins-ci.org/browse/JENKINS-36451 and/or https://issues.jenkins-ci.org/browse/JENKINS-44956. Would you mind checking that and ideally also commenting and/or up-voting the respective issues? Frankly, I am not sure though, whether or not

AW: Using CSS in html published on Jenkins build

2017-08-29 Thread Reinhold Fuereder
Hi Hung, You can use so-called Jenkins User Content: see https://wiki.jenkins-ci.org/display/JENKINS/User+Content for details. E.g. I am using that for web resources in HTML Emails sent from Jenkins: I am provisioning/deploying "file.png" via Ansible to "/userContent". It is then accessible

AW: AW: Blue Ocean Pipeline Activity View: empty column 'COMMIT'

2017-08-29 Thread Reinhold Fuereder
Thanks for your response, Baptiste! That sounds reasonably. => https://issues.jenkins-ci.org/browse/JENKINS-46521 Regards, Reinhold -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

AW: Blue Ocean Pipeline Activity View: empty column 'COMMIT'

2017-08-25 Thread Reinhold Fuereder
a bug issue might be fair) Regards, Reinhold Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Reinhold Fuereder Gesendet: Mittwoch, 23. August 2017 17:02 An: jenkinsci-users@googlegroups.com Betreff: Blue Ocean Pipeline Activity

Blue Ocean Pipeline Activity View: empty column 'COMMIT'

2017-08-23 Thread Reinhold Fuereder
Hi all, I dared to post this to the mailing list, as it unfortunatel got ignored/lost in the IRC channel... In BlueOcean (v1.2.0) pipeline activity view: the column 'COMMIT' shows a '-' (dash); is that okay or what should be shown there? (it is a pipeline from SCM using SVN) Please note that