Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 14 00:00 UTC

2016-06-14 Thread 'Björn Pedersen' via Jenkins Developers
Hi, seems like the links from changelog pages are broken now ( https://issues.jenkins-ci.org/browse/WEBSITE-187) Björn Am Dienstag, 14. Juni 2016 02:12:54 UTC+2 schrieb R Tyler Croy: > > (replies inline) > > On Mon, 13 Jun 2016, R. Tyler Croy wrote: > > > Reminder, this will be happening in

Re: JGit api changed - Handling removal of methods from an underlying API

2016-06-22 Thread 'Björn Pedersen' via Jenkins Developers
Am Mittwoch, 22. Juni 2016 11:21:17 UTC+2 schrieb Robert Sandell: > > > > On Wed, Jun 22, 2016 at 11:01 AM, 'Björn Pedersen' via Jenkins Developers > <jenkin...@googlegroups.com > wrote: > >> At least gerrit-trigger-plugin up to 2.21.1 uses TreeWalk.release. >&

Re: JGit api changed - Handling removal of methods from an underlying API

2016-06-22 Thread 'Björn Pedersen' via Jenkins Developers
At least gerrit-trigger-plugin up to 2.21.1 uses TreeWalk.release. Am Dienstag, 21. Juni 2016 23:56:08 UTC+2 schrieb Mark Waite: > > The git client plugin 2.0.0 and git plugin 3.0.0 releases will only > support JDK 7 and later. The change to JDK 7 allows code simplifications > (try with

Re: "checkout scm" in multibranch/pipeline

2016-04-08 Thread 'Björn Pedersen' via Jenkins Developers
Hi, Would a local (e.g on your jenkins master) reference repository help? Then most objects are resolved from that, and only very fresh changes need to be fetched from master. See the advanced git clone option. See e.g.

sec-170: What need plugins to do to declare vars they provide?

2016-05-12 Thread 'Björn Pedersen' via Jenkins Developers
Hi, Since sec-170 all unknown variables will get dropped. What needs to be done in a plugin to correctly declare the vars they provide? Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Current Stage name inside the SimpleBuildStep.perform(...) method?

2017-01-23 Thread 'Björn Pedersen' via Jenkins Developers
(comments inline) Am Sonntag, 22. Januar 2017 03:05:45 UTC+1 schrieb Jesse Glick: > > On Fri, Jan 20, 2017 at 11:48 AM, Adakar > wrote: > > how to get current Stage name inside the > > SimpleBuildStep.perform(Run run, FilePath workspace, Launcher > launcher, > >

Re: Encountering issues while using float types in a pipeline plugin

2017-01-24 Thread 'Björn Pedersen' via Jenkins Developers
Looking at the pipeline devguide (https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md#variable-substitutions), it seems like there should be setters/getters that transform from strings to the desired internal representation, instead of using these types directly. Björn Am

Re: update center certificate expired?

2017-02-10 Thread 'Björn Pedersen' via Jenkins Developers
See https://issues.jenkins-ci.org/browse/INFRA-1060 Am Freitag, 10. Februar 2017 02:27:05 UTC+1 schrieb Richard Bywater: > > Working fine "here". Its valid from 11 November 2016 to 9 February 2018 at > 03:41:22 UTC. > > Although is that a mirrored site? Is one of the mirrors got a certificate

Re: Plugin mvn release:perform

2016-08-30 Thread 'Björn Pedersen' via Jenkins Developers
Hi, see https://groups.google.com/d/msg/jenkinsci-dev/PFD_b370H20/0B0bQ4hSCAAJ Björn Am Dienstag, 30. August 2016 14:08:32 UTC+2 schrieb pallen: > > Hi Guys, > > Has the server moved? or login requirements changed? > > Running the final step `mvn release:perform` I get a broken pipe error: > >

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-14 Thread 'Björn Pedersen' via Jenkins Developers
FreeBSD : not sure how those handle packages vs system releases. http://www.freshports.org/java/openjdk8 doesn't give info on system version it applies to It's available at least in FreeBSD9.1 (which is already quite old) -- You received this message because you are subscribed to the

Update center offers wrong version to upgrade to

2016-10-11 Thread 'Björn Pedersen' via Jenkins Developers
Hi, On a 2.17 install the update center always offers an upgrade to the 2.19.1 LTS version instead of the correct 2.25. (I manually ran refresh in the plugin manager already.) Is this an update center problem or is it something client side (In that case I will just download the correct

Re: Update center offers wrong version to upgrade to

2016-10-12 Thread 'Björn Pedersen' via Jenkins Developers
Looks good, thanks. Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the

Re: Git Mutlibranch Merge (>2 branches)

2016-10-10 Thread 'Björn Pedersen' via Jenkins Developers
Am Samstag, 8. Oktober 2016 06:31:02 UTC+2 schrieb Jeremy C: > > Yes, I already have a working implentation written in Python for our > current CI tool, BuildBot. I use an octopus merge to get the job done. I'll > definitely look at your code, thank you! > > Anyone else have ideas on how to

Re: Update center offers wrong version to upgrade to

2016-10-17 Thread 'Björn Pedersen' via Jenkins Developers
Hi, is there any update on this? I still get 2.19.1 offered instead of 2.25. Björn Am Mittwoch, 12. Oktober 2016 09:33:00 UTC+2 schrieb Björn Pedersen: > > Looks good, thanks. > > Björn > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: Problem accessing com.cloudbees.jenkins.plugins.amazonecr.AmazonECSRegistryCredential from groovy

2017-04-18 Thread 'Björn Pedersen' via Jenkins Developers
Hi, check the constructor signatures here: https://github.com/jenkinsci/amazon-ecr-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/amazonecr/AmazonECSRegistryCredential.java#L56 The last arg should be an itemGroup, not a jenkins instance I guess. Try getItemGroup() instead of

Re: Granularity of pipeline steps

2017-07-24 Thread 'Björn Pedersen' via Jenkins Developers
Hi, It looks like a lot of the problems are linked to: https://issues.jenkins-ci.org/browse/JENKINS-28119,Link to log of failed step https://issues.jenkins-ci.org/browse/JENKINS-38381, Optimize log handling in Pipeline and Durable Task https://issues.jenkins-ci.org/browse/JENKINS-26522,

Re: Jenkins pipeline script to checkout code from CVS repo

2017-05-04 Thread 'Björn Pedersen' via Jenkins Developers
The snippet generator is your friend: use "checkout: General SCM" there. Björn PS: Normally such question belong to the jenkins-users list. Am Donnerstag, 4. Mai 2017 12:31:27 UTC+2 schrieb Ajeet Singh: > > Dear All, > how can i checkout code from CVS repository in jenkins pipeline script >

Re: Pipeline Stage View Plugin REST API - Pagination feature

2018-08-21 Thread 'Björn Pedersen' via Jenkins Developers
Hi, While I agree that BlueOcean is the future and it does look much nicer optically, I still think the classical stage-view has it's own advantages, depending on the way you are using pipelines. We are using pipelines with parallel and nested stages, and for our use-case the stage-flattend

Re: Gerrit Trigger Plugin - custom label support

2018-08-23 Thread 'Björn Pedersen' via Jenkins Developers
Am Donnerstag, 23. August 2018 14:45:12 UTC+2 schrieb george@ullink.com: > > Hi! > > I'm relying on gerrit trigger plugin as the connecting layer between my > Jenkins & Gerrit infrastructure. Recently, a need came up to introduce a > third label in gerrit, besides Code-Review and Verified.

Re: tag throws Uncaught TypeError: Cannot read property 'hasClassName' of undefined in browser console

2018-09-09 Thread 'Björn Pedersen' via Jenkins Developers
Hi, you probably should take a look at the dynamic parameter plugins like: Extended Choice, Extensible Choice, Git Parameter, Activce Choices or Autocomplete Parameter (I didi not check ones are currently actively maintained) on how they solve this problem. Björn Am Freitag, 7. September

Re: Jenkins Changelog: weather stats spammed?

2019-06-28 Thread 'Björn Pedersen' via Jenkins Developers
Am Freitag, 28. Juni 2019 07:29:19 UTC+2 schrieb Gavin Mogan: > > Where are you seeing this? Do you have a url or screenshot? > Url: https://jenkins.io/changelog/ [image: screenshot-jenkins.io-2019.06.28-09-51-52.png] -- You received this message because you are subscribed to the Google

Re: Proposal: Jenkins Browser Support policy updates

2019-11-15 Thread 'Björn Pedersen' via Jenkins Developers
Hi, sounds reasonable in general. What another project (https://github.com/indico/indico/releases/tag/v2.2): > *Drop support for Internet Explorer 11 and other outdated or discontinued > browser versions.* Indico shows a warning message when accessed using > such a browser. The latest list

Re: speed your Jenkins by an adapter of Jenkins update center

2019-11-15 Thread 'Björn Pedersen' via Jenkins Developers
Hi, So the idea is to omit the round-trip to the main update center on each download. Community-wise this has one downside: all those downloads then do not show up in the download statistics. But the same is true for all fully private mirrors behind firewalls that serve updatecenter.json

Re: There were errors checking the update sites: None of the tool installer metadata passed the signature check when updating UC data

2019-11-20 Thread 'Björn Pedersen' via Jenkins Developers
HI, as the problems stems from the fact that at least the tool bundles are signed with an expired key, this affects all jenkins versions. Am Mittwoch, 20. November 2019 15:56:34 UTC+1 schrieb Raul Arabaolaza: > > Hi all, > > You may have noticed

Re: Possible LTS regression in commons-compress

2019-11-26 Thread 'Björn Pedersen' via Jenkins Developers
Hi, I have 2 changes that seem candiates: 1) 1.15 enforces blocklen=512 which is different from the old default and raises an error if anything else is specified (https://commons.apache.org/proper/commons-compress/javadocs/api-1.19/index.html) 2) 1.16 renamed the preserveAbsolutePath to

Re: As a plugin maintainer how should i do if i want to fix warning

2020-01-19 Thread 'Björn Pedersen' via Jenkins Developers
Am Sonntag, 19. Januar 2020 04:35:20 UTC+1 schrieb liuweiGL: > > I want to fix the problem: > > Dingding[钉钉] Plugin stores credentials in plain text >> SECURITY-1423 >> >> / CVE-2019-10433 >> >> Dingding[钉钉] Plugin stores an

Re: Jenkins 2.235.4 LTS RC testing started

2020-08-11 Thread 'Björn Pedersen' via Jenkins Developers
It looks like the certificate does not cover all domains that are currently server: This server could not prove that it is mirrors.jenkins-ci.org; its security certificate is from pkg.origin.jenkins.io. This may be caused by a misconfiguration or an attacker intercepting your connection As

Re: Config round trip failures in plugin unit tests?

2020-11-26 Thread 'Björn Pedersen' via Jenkins Developers
It looks like the first iteration did not yield any optional block (in master this code is at L1513ff.) and the code never checks that (so s==vg is undefined) db...@cloudbees.com schrieb am Donnerstag, 26. November 2020 um 09:50:42 UTC+1: > On Thu, Nov 26, 2020 at 6:58 AM 'Gavin Mogan' via

Re: Environment Variables in Jenkins Plugin

2020-12-16 Thread 'Björn Pedersen' via Jenkins Developers
This seems flawed in 2 ways: 1) As a stage may contain many steps the env vars at the end of the stage may not be what the main workload saw stage ('xxx') { withEnv(XXX=1) { do work } withEnv(XXX=2) {} } <== XXX has a

Re: Applying JavaScript and CSS on f:select

2021-05-14 Thread 'Björn Pedersen' via Jenkins Developers
>From his examples I guess he wants somethig like a choosen.js multiselect for a mulit-choice lists like in extend-choice plugin. Maybe take a look at https://plugins.jenkins.io/chosen/ (although rather antique...) Björn ga...@gavinmogan.com schrieb am Freitag, 14. Mai 2021 um 05:02:56

Re: Pipeline step to append to a file...

2021-05-19 Thread 'Björn Pedersen' via Jenkins Developers
Hi, just don't use the pipeline groovy code for that , use suitable external tools (e.g. cat and shell pipes) sh ``` cat part1 > file; cat part2 >> file ``` [1] has a recommendation: In general try to fit the tool to the job. Consider writing short Shell/Batch/Groovy/Python scripts when

Re: Retrieve config.xml for Jenkins job within a plugin in java code?

2021-05-20 Thread 'Björn Pedersen' via Jenkins Developers
Check https://github.com/jenkinsci/credentials-plugin/blob/master/docs/consumer.adoc for how to access credentials from a plugin. Björn halleys...@gmail.com schrieb am Donnerstag, 20. Mai 2021 um 13:45:30 UTC+2: > I want to read a particular user name added in the config.xml under >

Weekly changelogs

2021-09-13 Thread 'Björn Pedersen' via Jenkins Developers
Hi, it seems like the automatic changelog generation is not working, as the changelogs for 2.310 and 2.311 are still missing. Best, Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Weekly changelogs

2021-09-13 Thread 'Björn Pedersen' via Jenkins Developers
Now it's there, thanks a lot. timja...@gmail.com schrieb am Montag, 13. September 2021 um 08:38:37 UTC+2: > 2.310 was skipped, the credential for the release bot needed updating. > 2.311 changelog hasn’t been merged yet > > On Mon, 13 Sep 2021 at 07:23, 'Björn Pedersen' via Jenkin

Re: Not able to release new plugin changes

2021-09-13 Thread 'Björn Pedersen' via Jenkins Developers
You need to reset the credentials. See https://groups.google.com/g/jenkinsci-dev/c/1-46eS41y6I and Details: https://www.jenkins.io/blog/2021/09/04/wiki-attacked/ nikhil...@gmail.com schrieb am Montag, 13. September 2021 um 09:43:33 UTC+2: > Hi , > > I am from MathWorks official CI team we

Re: query regarding Jenkins plugin release

2021-10-08 Thread 'Björn Pedersen' via Jenkins Developers
> -- Forwarded message - > From: Mohammad Jameel Uddin > Date: Thu, Oct 7, 2021 at 11:53 PM > Subject: query regarding Jenkins plugin release > To: > > > Hi Gavin, > > I want to release the Jenkins plugin through Github, In the prerequisites, > it says we have to create the

Re: Jenkins plug-in

2021-10-21 Thread 'Björn Pedersen' via Jenkins Developers
ullrich...@gmail.com schrieb am Mittwoch, 20. Oktober 2021 um 17:03:02 UTC+2: > As Jim already mentioned, you should use the Git Client Plugin to access > the Git repositories. If you need an example on how to use that you can > look into the tests of the Git Client Plugin ( >

Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2021-11-18 Thread 'Björn Pedersen' via Jenkins Developers
Hi, from what I observer during many of these discussion a huge part of the reluctance to update stems from the fatc, that (historical) there is not enough distiction between the java version used to run jenkins and the version used to really build java projects. I think that could warrant a

Re: How to instruct Jenkinsfile to use VS 2022

2023-08-28 Thread 'Björn Pedersen' via Jenkins Developers
dorin@gmail.com schrieb am Montag, 28. August 2023 um 11:58:53 UTC+2: Hi everyone, I updated the *pom.xml *to use *VS 2022*'s integrated *MSBuild.exe*:

Re: How to instruct Jenkinsfile to use VS 2022

2023-08-28 Thread 'Björn Pedersen' via Jenkins Developers
Björn Pedersen schrieb am Montag, 28. August 2023 um 15:32:43 UTC+2: dorin@gmail.com schrieb am Montag, 28. August 2023 um 11:58:53 UTC+2: Hi everyone, Did you check if the jenkins project windows workers have VS2022 installed at all? And if the answer is yes, is the path correct?

Re: select box changes its visual appearance

2022-08-18 Thread 'Björn Pedersen' via Jenkins Developers
nikhil...@gmail.com schrieb am Donnerstag, 18. August 2022 um 09:32:27 UTC+2: > Hi , > > I have a two checkboxes and two select dropdown. The same jelly code > appear differently in different Jenkins version > > This is in in jenkins ver 2.164 > > > And this is on Newer Jenkins version

Re: Error while setting up Jenkins core

2023-01-23 Thread 'Björn Pedersen' via Jenkins Developers
rnaga...@gmail.com schrieb am Montag, 23. Januar 2023 um 05:14:13 UTC+1: Hi team, I'm facing issues while running(build) " mvn -am -pl war,bom -DskipTests -Dspotbugs.skip clean install " with an error message. Please check the below screenshot for reference[image: Screenshot 2023-01-23

Re: Wrong administrative monitor for SECURITY-3379?

2024-03-21 Thread 'Björn Pedersen' via Jenkins Developers
db...@cloudbees.com schrieb am Donnerstag, 21. März 2024 um 10:02:39 UTC+1: On Thu, Mar 21, 2024 at 9:40 AM 'Björn Pedersen' via Jenkins Developers < jenkin...@googlegroups.com> wrote: there is an administrative monitor for SECURITY-3379 popping up in 2.450 weekly,