Re: Multibranch pipeline global build number

2018-01-24 Thread Daniel Beck
> On 24. Jan 2018, at 13:21, Matt wrote: > > We also have this problem which could be quite dangerous... Include the branch name and/or PR number in the version number string; perhaps unless it's master (or whatever you usually release from). Safe and unambiguous. -- You received this messa

Re: The Estimated Remaining Time isn't computed anymore since Jenkins 2.92

2018-01-25 Thread Daniel Beck
> On 25. Jan 2018, at 06:08, blanger wrote: > > Resetting the executableEstimatedDuration only when there is no asynchrounous > execution seems to solve the problem. So the resulting Code in > hudson.model.Executor is Could you file a bug in Jira and a pull request with your change? -- You

Re: Release notes for Blue Ocean 1.4??

2018-01-25 Thread Daniel Beck
> On 25. Jan 2018, at 13:06, David Aldrich wrote: > > It seems that the JIRA -> Confluence application link is broken, so the JIRA > links don’t work. > > Does anyone know where we should report this? > The Jira links are known to be broken due to the caching layer in front on Confluence (

Re: What happens to tasks on disconnected slaves?

2018-02-02 Thread Daniel Beck
> On 2. Feb 2018, at 14:07, 'Maciej Jaros' via Jenkins Users > wrote: > > So... What happens if a Jenkins slave is disconnected from master while > running my restore task? Depends. Pipelines just continue, they've been designed with resilience like this in mind. Once the connection is rees

Re: Numeric Jenkins Pipeline Parameters

2018-02-02 Thread Daniel Beck
> On 2. Feb 2018, at 17:12, Dave Hallam wrote: > > Is there a reason why not? No such parameter type in Jenkins (without plugins) -- wouldn't make sense for other job types that typically receive values and env vars anyway. > I know I could disable the sandbox for the latter issue, but I'd r

Re: weekly build 2.105 for mac is not available

2018-02-07 Thread Daniel Beck
> On 7. Feb 2018, at 13:02, masaru tsuchiyama wrote: > > But weekly build 2.105 for mac is not available at > http://mirrors.jenkins-ci.org/osx/?C=M;O=D > Thanks, I pinged KK about this. He's doing the releases. -- You received this message because you are subscribed to the Google Groups "J

Re: Who do I contact to recover my Jira login to report a Jenkins bug?

2018-02-07 Thread Daniel Beck
> On 7. Feb 2018, at 18:08, Steve K wrote: > > I think that my account is associated with my previous employer's E-mail > address, so I am unable to receive a password reset. > When attempting to reset my account, it says "If you can't figure this out, > contact us to get your account recovere

Re: ClassNotFound after push -- OK afterwards?

2018-02-18 Thread Daniel Beck
> On 18. Feb 2018, at 03:47, Eric Y. Theriault wrote: > > Any insight on working around this? Thanks! Known issue: https://issues.jenkins-ci.org/browse/JENKINS-48357 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-24 Thread Daniel Beck
> On 24. Feb 2018, at 05:26, Mark Waite wrote: > > Installing a plugin by directly uploading an hpi file will not install any > additional dependencies, even if they are required. This was fixed (for uploads through the UI) in Jenkins 2.1. -- You received this message because you are subscri

Re: Environment Injector Plugin update?

2018-02-27 Thread Daniel Beck
> On 27. Feb 2018, at 09:36, David Aldrich wrote: > > I am seeing a security warning for the Environment Injector Plugin but no > update is offered in Plugin Manager. Read the advisory. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To un

Re: Jenkins Pipeline with parallel stages

2018-03-01 Thread Daniel Beck
> On 1. Mar 2018, at 08:34, Rachit Agrawal wrote: > > I am new to jenkins and starting to use Pipeline plugin with Declarative > syntax. I have a requirement where I want to run multiple stages in parallel. > Attached is the example figure. > > Fig 1. is something that I can create but what I

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2018-03-03 Thread Daniel Beck
> On 3. Mar 2018, at 07:35, Poovaraj Thangamariappan > wrote: > > I have downgraded Jenkins latest version to old version(2.48). I got below > error message after launch the Jenkins. Please help me to fix this issues. > Downgrades are generally not supported -- and huge jumps like this even

Re: Jenkins: user is missing the Overall/Read permission - Issue

2018-03-03 Thread Daniel Beck
> On 3. Mar 2018, at 15:06, Poovaraj Thangamariappan > wrote: > > I have created manual user in Manger User and I have configured in > Matrix-based security. It is showing Manual user is missing the Overall/Read > permission'while login into jenkins. > > Pleaes find thebelow screenshot and

Re: Stuck jobs

2018-03-07 Thread Daniel Beck
Output of https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump might be useful when this occurs, to see what's going on. > On 7. Mar 2018, at 14:52, > wrote: > > We semi-regularly get jobs that get stuck after the following: > > [URLTrigger] A change within the response URL i

Re: Serving LetsEncrypt challenge from Jenkins

2018-03-16 Thread Daniel Beck
> On 16. Mar 2018, at 22:46, Simon Richter wrote: > > How would I make a file with a random name visible in the web tree (the > file is not below /userContent/)? > > Also, I'd like to bind Jenkins to port 443 — is there a sane way to make > it bind the port and drop privileges, or do I need to

Re: Blue Ocean UI takes 20-30 min to load

2018-03-20 Thread Daniel Beck
> On 20. Mar 2018, at 10:06, Andrei Gheorghiu wrote: > > Does anyone know if this is something I can fix myself? The standard UI works > fine, but Blue Ocean takes close to 30 min to load the first page - after > that is loaded, browsing to others (same UI) works fine. > This didn't always hap

Re: Unable to Load Images and Java script files and Css in Genkins html Report file

2018-03-20 Thread Daniel Beck
> On 20. Mar 2018, at 06:27, Venkatesh Lingutla > wrote: > > When i open from server machine jobs ->project name->build number->html > reports->report folder name ..etc. It's working fine. > > When i open from genkins it's not able to open attachments. > > please see attachement for Re

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Daniel Beck
> On 20. Mar 2018, at 13:36, Meenal wrote: > > Following is the hash: > > sha256sum jenkins.war > 014f669f32bc6e925e926e260503670b32662f006799b133a031a70a794c8a14 *jenkins.war > > > Thank you Your download is corrupted. Try again until it works. $ shasum -a 256 Jenkins/wars/jenkins-2.107.1.

Re: Jenkins view frame not loading

2018-03-20 Thread Daniel Beck
> On 20. Mar 2018, at 22:55, 'Jenkins User' via Jenkins Users > wrote: > > Attached is the screenshot. Did anyone experience this issue? > Your screenshot does not include the only relevant part: The exception message and stack trace. Please post that (as text, and not as screenshot). --

Re: Jenkins view frame not loading

2018-03-20 Thread Daniel Beck
> On 21. Mar 2018, at 02:40, 'Jenkins User' via Jenkins Users > wrote: > > Sorry about that! Here is the complete stack trace. This is View Job Filters Plugin's "Build Filter (Wrapper) Column"; either the config of the current view uses it but didn't properly configure it, or there's just so

Re: Free Disk space and Free temp space of Jenkins slave nodes - Mis Match

2018-03-23 Thread Daniel Beck
> On 23. Mar 2018, at 07:36, LnT wrote: > > my Jenkins farm is having many slave nodes , Win7,Win8 and Win10 VMs. > out of which Win10 slave nodes are having different values for Free Disk > space and Free temp space. > Please find below screenshot. > I have no clue how it was set like that. Wh

Re: "Restrict where this project can be run" job configuration option has disappeared

2018-03-29 Thread Daniel Beck
> On 29. Mar 2018, at 21:10, dani...@gradecam.com wrote: > > Is anyone else seeing this? Any suggestions on how to isolate the problem > and find a resolution? This looks like a bug, but I wanted to bounce it off > the community first before creating an issue. Check the log for relevant looki

Re: java -XshowSettings:vm for the jenkins master

2018-03-30 Thread Daniel Beck
> On 30. Mar 2018, at 12:14, LnT wrote: > > java -Xrs:Xmx2048m I don't think this is valid, it looks like you just define an invalid value for -Xrs (which is a different option from -Xmx to begin with). -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Re: Unable to upgrade to 2.1017.1

2018-03-30 Thread Daniel Beck
> On 30. Mar 2018, at 18:08, js784...@gmail.com wrote: > > I tried to update one of my Jenkins instances to 2.107.1 and on restart it > will not come up. > The puzzling thing is this Jenkins instance is the same as another yet that > one updated just fine. > > I did update all the plugins pri

Re: Jenkins in a secure environment - adding documentation to the wiki

2018-04-03 Thread Daniel Beck
> On 3. Apr 2018, at 17:44, Jason Pyeron wrote: > > * Security Technical Implementation Guide (STIG) > ** Firewall > *** Ports & Protocols > ** Patching > ** Login > *** SSO > *** HTTPS Client Auth > ** Access Controls > > * Continuity of Operations (COOP) / Contigincy Plan (CP) > ** Backup / R

Re: Jenkins in a secure environment - adding documentation to the wiki

2018-04-03 Thread Daniel Beck
> On 3. Apr 2018, at 20:44, Jason Pyeron wrote: > > If something is on the wiki but not in the docs Ill copy it in to the docs. That would be great. If the new doc on the site replaces old content completely, please replace the wiki page with a link to the site once it's merged and published

Re: Jenkins in a secure environment - adding documentation to the wiki

2018-04-03 Thread Daniel Beck
> On 3. Apr 2018, at 20:44, Jason Pyeron wrote: > > Forked... Will work there - git is so much easier to work with. Once you have a PR, I'd be happy to review it. Ping @daniel-beck on GitHub. -- You received this message because you are subscribed to the Google Groups "J

Re: Builds run on slave survive after master-slave connection get disconnected ?

2018-04-04 Thread Daniel Beck
> On 4. Apr 2018, at 09:59, Long Tran wrote: > > when I run job on a slave, if the master-slave connection get disconnected > (network fails or something), job build will be fail, how can it survive from > that ? Use Pipeline instead of Freestyle jobs. 'sh' and 'bat' tasks are _durable_, i.e

Re: Cannot create cloud using vSphere plugin

2018-04-10 Thread Daniel Beck
> On 10. Apr 2018, at 18:28, john.peterson wrote: > > Under Configure System I have a section at the bottom that says "Add a new > cloud" and if I click the pull-down it says vSphere Cloud. But when I click > that, nothing happens. > > This is the 4th system I have created over the last 3-1/

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread Daniel Beck
Is the TCP agent listener port in the global security config of Jenkins disabled on the fourth system? > On 11. Apr 2018, at 17:12, john.peterson wrote: > > Legacy systems (3+ years) running 2.111 > > http://jenkins_1:8080/tcpSlaveAgentListener takes us to a page that simply > says Jenkins.

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2018-04-11 Thread Daniel Beck
> On 11. Apr 2018, at 17:36, john.peterson wrote: > > Is this a change in setup defaults? Since Jenkins 2.0 in 2016, and its introduction of the setup wizard. > BTW - this system is only showing "stable" updates for Jenkins. All others > are showing ALL updates (which I actually prefer). Is

Re: Switch LTS > Weekly

2018-04-12 Thread Daniel Beck
> On 11. Apr 2018, at 22:16, john.peterson wrote: > > Since my LTS is stuck looking at only the LTS site, I assume to switch, I > manually download the weekly I want and simply overwrite the .war? And then > it will be smart enough to know it is the weekly? https://jenkins.io/download/lts/#s

Re: Jenkins Vulnerability Scan

2018-04-19 Thread Daniel Beck
> On 18. Apr 2018, at 16:33, Mark Waite wrote: > > Likewise, I would assume that the other plugins mentioned in the 2018-01-22 > advisory need to be upgraded to at least those versions. Just a quirk of our advisory format. Unless another plugin is specifically mentioned as affected by this, i

Re: Pipeline: BUILD_URL for Blue Ocean

2018-04-19 Thread Daniel Beck
Append /display/redirect to the URL. > On 18. Apr 2018, at 13:29, Sverre Moe wrote: > > We have the following content to mail notifications. > def content "Check console output at ${env.BUILD_URL} to view the results." > > Where env.BUILD_URL has the following URL > https://build-ci.company.com

Re: [Win] got war file; cannot login

2018-04-30 Thread Daniel Beck
> On 30. Apr 2018, at 10:39, Thomas Hofmann wrote: > > My command line looks like this: > > java -jar c:\temp\Software\Online\Jenkins\jenkins.war --httpPort=9090 > --argumentsRealm.roles.toohoo=admin --argumentsR > ealm.passwd.toohoo=XX > --logfile=c:\temp\jenkins\logs/winstone_date-2

Re: Problems adding a slave agent to Jenkins (java.io.IOException: https://jenkins.orgavision.org/tcpSlaveAgentListener/ is invalid: 404 Not Found)

2018-04-30 Thread Daniel Beck
> On 30. Apr 2018, at 13:26, Andreas Tscharner wrote: > > Is the TCP port on the master (Manage Jenkins -> Global Security -> Agents) > set to static? > Probably disabled, which is the default in 2.0+. That disables the endpoint it's trying to connect to. -- You received this message becau

Re: Forbidden hudson.plugins.git.UserRemoteConfig/checkUrl on this server

2018-04-30 Thread Daniel Beck
> On 30. Apr 2018, at 13:44, Mark Waite wrote: > > And yet the message in the screenshot says that files cannot be read. That's a URL. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Plugin Updates for jenkins 1.6x ?

2018-05-17 Thread Daniel Beck
> On 16. May 2018, at 18:17, Torsten Reinhard wrote: > > Wouldn´t it make sense to have an own update-site, where the latest versions > of the 1.6x release are available? We don't consider Jenkins 2.0 to be a major release in the semver sense. It has very little technical incompatibilities[1]

Re: possible new 0 day for jenkins

2018-09-05 Thread Daniel Beck
> On 5. Sep 2018, at 11:15, urbanczykd wrote: > > looks like yesterday we've been hacked quite similar as but reported a year > ago, our Jenkins server tuns again to zombie and start to mining monero check > attachment. Per your screenshot, you have anonymous administrator access enabled, s

Re: Jenkins YUI2 Security Vulnerabilities

2018-09-11 Thread Daniel Beck
> On 24. Jul 2018, at 00:06, Mike Bragg wrote: > > An external team just came in and scanned our environment. One of the things > they found was the YUI scripts we old and had vulnerabilities. I downloaded > the latest Jenkins war file and it had the same 2.9.0 versions with the > vulnera

Re: Why is Jenkins suddenly telling me about an old security vulnerability

2018-10-19 Thread Daniel Beck
This is supposed to only show when Jenkins detects an upgrade from 1.495 or older. IIRC, it uses information from the global config.xml to determine that. Any scripting messing with this file could be a possible culprit. I recommend not executing this. I'm not sure whether the format of secrets

Re: Restrict view of certain jobs under folder.

2018-10-19 Thread Daniel Beck
> On 19. Oct 2018, at 19:16, gotviser...@gmail.com wrote: > > We are using https://wiki.jenkins.io/display/JENKINS/Role+Strategy+Plugin > this plugin. Unfortunately, as per this plugin we can only restrict users > from other team to modify the jobs. Cannot completely hide the jobs. Any >

Re: cannot create user in jenkins

2018-11-06 Thread Daniel Beck
> On 6. Nov 2018, at 20:17, dl...@foghorntx.com wrote: > > Fill in information, click "create user" button. Page appears to refresh but > forms stays, as filled in. Checking elsewhere, there is no user added to the > system. Screenshot: > This is probably a known bug (JENKINS-52869). The

Re: Logins (CAS plugin) not working after upgrading to 2.160 (security)

2019-01-18 Thread Daniel Beck
We documented this issue and a workaround at https://wiki.jenkins.io/display/JENKINS/Plugins+affected+by+the+SECURITY-901+fix > On 17. Jan 2019, at 16:32, matthew.web...@diamond.ac.uk wrote: > > I just upgraded Jenkins from 2.159 to 2.160, and then found that I could not > log on to the web int

Re: Jenkins API token behaviour change (no longer valid with new Jenkins images after Jenkins restart?)

2019-02-07 Thread Daniel Beck
> On 1. Feb 2019, at 14:59, adamrobertsah...@gmail.com wrote: > > we've noticed a problem when upgrading the base Jenkins image beyond 2.153 > however To clarify, the problem occurs from 2.154 on? If you only tried a later release, could you try to determine the release that broke it? -- Y

Re: Continous Delivery Plugin w/ manual steps?

2017-03-16 Thread Daniel Beck
> On 07.03.2017, at 12:38, Turbo Fredriksson wrote: > > I've tried the "Pipeline" plugin, but that don't seem to have a manual step > for me/someone to click on. What about this? https://jenkins.io/doc/pipeline/steps/pipeline-input-step/#input-wait-for-interactive-input Wrap in a timeout if

Re: Unable to connect slaves after enabling security

2017-03-16 Thread Daniel Beck
> On 16.03.2017, at 07:00, jbdundas wrote: > > 3) We delegate authentication to our company based authentication mechanism > and it works perfectly. Is this a private plugin, or what (public) plugin handles this? -- You received this message because you are subscribed to the Google Groups "

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread Daniel Beck
> On 17.03.2017, at 11:40, Turbo Fredriksson wrote: > > And with _a lot_ of commits (at the moment), there's going to be a lot of > waiting... This doesn't cost notable resources if you do it right, i.e. outside node blocks. -- You received this message because you are subscribed to the Go

Re: Unable to connect slaves after enabling security

2017-03-17 Thread Daniel Beck
> On 17.03.2017, at 10:18, jitesh dundas wrote: > > Thanks for responding. yes it is a private plugin for authentication ( > Delegate to Servlet container. It works like a servlet filter which does > cookie based authentication) Then your plugin likely does not respect the well-known URLs tha

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread Daniel Beck
> On 17.03.2017, at 15:54, suresh kumar wrote: > > your future active development list I am not working on either Blue Ocean or Pipeline, and this isn't where you ask for changes anyway. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: Jenkins upgrade from 1.651 to latest LTS 2.32.X

2017-03-20 Thread Daniel Beck
> On 20.03.2017, at 12:54, mtnj...@gmail.com wrote: > > can you please guide us through the steps or important prerequites before > doing it. > Have you read https://jenkins.io/doc/upgrade-guide/ ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Jenkins 2.49: Can't install JDK from tar.gz?

2017-03-20 Thread Daniel Beck
> On 20.03.2017, at 21:25, Jeff wrote: > > Any thoughts as to why this isn't working or what I should look at? I can't > find anything in the logs. The "label" you can configure for an installer is not some arbitrary, well, label, but tied to the node labels in Jenkins to allow you to speci

Re: HELP! Trying to Upgrade

2017-03-21 Thread Daniel Beck
> On 21.03.2017, at 20:37, Allen Fisher wrote: > > I really don’t want to roll back but I need to get plugins updated. > Check your configured update site URL in the Advanced tab. It looks like that's the wiki page for the Disk Usage plugin, when it should be something like https://updates.j

Re: platformlabeler removed from update center?

2017-03-25 Thread Daniel Beck
> On 25.03.2017, at 12:05, Mark Waite wrote: > > http://updates.jenkins-ci.org/download/plugins/ no longer includes the > platformlabeler plugin. I've found that to plugin to be a nice convenience > to automatically label my agents based on the operating system which they are > running. > >

Re: Build always ends with FAILURE after setting currentBuild.result = 'STABLE' / 'SUCCESS'

2017-03-28 Thread Daniel Beck
> On 28.03.2017, at 15:18, Tomas Pekarovic wrote: > > it seems to me as a bug. Works as intended and documented: http://javadoc.jenkins.io/hudson/model/Run.html#setResult%28hudson.model.Result%29 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro

Re: Concurrency and workspace@2

2017-04-06 Thread Daniel Beck
> On 06.04.2017, at 13:32, Igar N wrote: > > And now Jenkins does not create separate "workspace" folders with @ for each > concurrent builds. Because of that I'm losing concurrent execution: no matter > how many concurrent jobs you have been started, the job triggers only once. > How can I f

Re: Is there a script that check that some users got overlapping permissions in jenkins?

2017-04-14 Thread Daniel Beck
> On 14.04.2017, at 03:31, Luc Ibata wrote: > > Is there a script that check that some users got overlapping permissions in > jenkins? > > In order to prove that a team is not seeing another team jobs or folders I > need to come up with a measurable solution that validate that.How can I test

Re: Jenkins Upgrade Wizard fails from 1.609.3 -> 2.46.2

2017-05-04 Thread Daniel Beck
> On 03.05.2017, at 17:51, sweeney wrote: > > I can see no way to easily upgrade to the latest Jenkins 2 goodies. Any > advice? These plugins are available on the Jenkins plugin manager. Just check the 'available' tab and install from there. -- You received this message because you are sub

Re: Disabling Jenkins' new version message

2017-05-04 Thread Daniel Beck
> On 04.05.2017, at 10:02, Sébastien Hinderer > wrote: > > Can anybody think of a way to achieve this, please? Current versions of Jenkins have options in Configure System to disable specific administrative monitors. This is one of them. Note that removing write access to jenkins.war from th

Re: Fields getting auto-filled

2017-05-04 Thread Daniel Beck
> On 03.05.2017, at 21:13, Sean Dawson wrote: > > Does anyone have any idea why this might be happening? This is on the latest > Chrome. I did try on IE and then it seemed to *not* revert the values while > editing the configuration but again when I did a build from there, it used > the old p

Re: A special request - Jenkins man as avatar

2017-05-07 Thread Daniel Beck
> On 06.05.2017, at 09:32, Mr Dini wrote: > > So Can I use this man as avatar there? I don't see why not. (Please be respectful about it.) There's also https://wiki.jenkins-ci.org/display/JENKINS/Logo with some variants. > BTW, who made this? Can I contact him/her too? See the wiki page abo

Re: List instances of a template using REST API

2017-05-07 Thread Daniel Beck
> On 05.05.2017, at 17:54, Jim Coll wrote: > > We looking for a way to to retrieve a list of Job Template instances that > were created using a template via the REST API. We're able to retrieve a list > of jobs & builds but we can't find any way of associating these back to a > given template

Re: Request to be Maintainer of AWS Device Farm Plugin

2017-05-07 Thread Daniel Beck
Probably the first time ever a thread that should be on the dev list is on the users list (where it was then promptly overlooked) :-) Could you file an upload permissions PR at https://github.com/jenkins-infra/repository-permissions-updater/ (read the README) and reference this thread? Mention

Re: Disabling Jenkins' new version message

2017-05-07 Thread Daniel Beck
> On 04.05.2017, at 14:42, Sébastien Hinderer > wrote: > > Very interesting, thanks! May I ask in which version of Jenkins this > feature has been introduced? 2.24. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Jenkins Upgrade Wizard fails from 1.609.3 -> 2.46.2

2017-05-17 Thread Daniel Beck
> On 15. May 2017, at 13:40, sweeney wrote: > > But there's over 100 of them and I was hoping that there was a small number > of metapackages I could install to achieve the same result as the failed > install wizard. My alternative is to verify/install over 100 packages by > hand. You're j

Re: How to clone a directory from a remote repo in a Jenkins pipeline script?

2017-05-24 Thread Daniel Beck
> On 24. May 2017, at 09:23, Mark Allison wrote: > > I know I probably need to use sparse and/or shallow checkouts, but can't seem > to work out how to configure that in a Jenkins pipeline script with the git > plugin. Any ideas? Use the 'checkout' step and specify Git SCM. That should allow

Re: svn tagging plugin

2017-05-24 Thread Daniel Beck
> On 22. May 2017, at 22:21, Pawel Jasinski wrote: > > I have re-installed jenkins using the latest stable. > To my surprisse I am not able to find a svn tagging plugin. > Did I screw up my installation? Removed from publication due to https://jenkins.io/security/advisory/2017-04-10/#subversio

Re: bootstrapping jenkins with initial password

2017-05-24 Thread Daniel Beck
> On 23. May 2017, at 04:38, Jeeva Chelladhurai wrote: > > I would also like to bootstrap Jenkins with an initial username and password > during the jenkins docker image build time or even better the first time I > launch the jenkins container. > https://wiki.jenkins-ci.org/display/JENKINS/C

Re: Problem Plugin-Ansible instaled on jenkins

2017-05-26 Thread Daniel Beck
> On 24. May 2017, at 23:48, Rodolfo Domingues Junior > wrote: > > And made the following configuration > > Global tools configuration > None of this looks correct. The 'path to ansible executables' is clearly wrong -- it obviously expects the ansible executable inside this directory. The

Re: Android SDK: Does not appear to be a valid directory

2017-05-26 Thread Daniel Beck
> On 26. May 2017, at 09:41, Bhavdip Pathar wrote: > > Full access to root and my user to android sdk directory. Which user is Jenkins running as? If you installed using a package, it may run as 'jenkins'. Check at http://yourjenkins/systemInfo URL. -- You received this message because you a

Re: Triggering a multibranch pipeline build from a URL Change

2017-05-27 Thread Daniel Beck
> On 26. May 2017, at 19:24, Greg Smith wrote: > > jenkins.triggers.ReverseBuildTrigger.shouldTrigger(ReverseBuildTrigger.java:139) In 'Build after other projects are built', did you specify a result option? -- You received this message because you are subscribed to the Google Groups "Jenkin

Re: Maintainer jenkins' plugin

2017-06-11 Thread Daniel Beck
> On 11. Jun 2017, at 11:40, Giovanni Gargiulo > wrote: > > I'd be more than happy to become a maintainer so I was wondering how could I > apply to become one? > Hi Giovanni, See this section of the governance document: https://jenkins.io/project/governance/#helping-and-taking-over-dormant-

Re: Favorite plugin

2017-06-11 Thread Daniel Beck
> On 8. Jun 2017, at 11:34, Eberhard Beilharz wrote: > > I'm using https://updates.jenkins-ci.org/stable/update-center.json as URL for > the update site. FWIW there's no need to use this URL. The default of https://updates.jenkins-ci.org/update-center.json will just work, and even better mat

Re: Are jelly templates supported in email-ext with pipeline

2017-06-19 Thread Daniel Beck
> On 18. Jun 2017, at 07:43, Seb M wrote: > > So this does not really seam to work? Or is there some error in my syntax? Tri triple-single-quoted strings or escaping the $ -- right now, it's looking for a DSL variable "CHANGES" as it evaluates the ${CHANGES, …} in the DSL. -- You received th

Re: Wiki not allowing edits?

2017-06-24 Thread Daniel Beck
Make sure you're on wiki.jenkins.io when editing. The UI is broken for me when on wiki.jenkins-ci.org. > On 23. Jun 2017, at 21:53, Mark Waite wrote: > > I'm preparing to release git plugin 3.3.1 with a few fixes compared to git > plugin 3.3.0. I'm unable to edit the git plugin page on the wi

Re: jenkins login slow

2017-06-28 Thread Daniel Beck
> On 28. Jun 2017, at 12:04, Howard Yang wrote: > > How can I debug this login process or optimize this problem ? https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump will tell you what Jenkins is busy doing. -- You received this message because you are subscribed to the Googl

Re: Why doesn't Jenkins Update Center show certain plugins?

2017-06-28 Thread Daniel Beck
> On 28. Jun 2017, at 18:29, John Lussmyer wrote: > > When I go to the Jenkins Update Center page, and click on the "Available" > tab, that plugin isn't listed. Are you using at least Jenkins 1.580.1? Is the plugin not already installed? -- You received this message because you are subscribe

Re: Jenkins slave path for workspace

2017-06-28 Thread Daniel Beck
> On 19. Jun 2017, at 18:20, Terry O'Leary wrote: > > I can run them on the Master with no issues since the path > (c:\env\jenkins\jobs\JOBNAME\workspace) is the same. However, when I attempt > to run the same jobs on the slave nodes, the paths > (c:\env\jenkins\workspace\JOBNAME\) change. i

Re: Jenkins not indicating that there are updates for plugins

2017-07-02 Thread Daniel Beck
> On 30. Jun 2017, at 18:39, John Lussmyer wrote: > > We are running Jenkins 1.616, and I've recently noticed that we no longer > receive notifications that there are new versions of plugins. > When I go to Manage Jenkins, Manage Plugins, the Updates tab is always empty. > I've manually checked

Re: Exception being thrown when trying to create/modify/delete Freestyle Jobs

2017-07-03 Thread Daniel Beck
> On 3. Jul 2017, at 09:48, Baptiste Mathus wrote: > > weird, in your list I can't see Blue Ocean Events, where the > BlueMesssageEnricher class apparently comes from. > The problem is https://github.com/jenkinsci/blueocean-plugin/blob/9fd3ad72262c00b8a2a1c51f234cc4c891c75250/blueocean-event

Re: Jenkins supported branch

2017-07-03 Thread Daniel Beck
> On 3. Jul 2017, at 11:53, Paolo Franchini wrote: > > is 1.651.1 a supported branch with security updates? Or is it and end-of-life > one? Couldn't find a page... > It's not, and it hasn't been for over a year. We have two supported release lines, weekly and LTS, and both receive security

Re: Jenkins supported branch

2017-07-03 Thread Daniel Beck
> On 3. Jul 2017, at 16:32, Paolo Franchini wrote: > > should I do a fresh new installation or is there another way? > You should be able to upgrade. As always, backups are strongly advisable, as is a staging system if you can't deal with some downtime. https://jenkins.io/doc/upgrade-guide/

Re: Extend pipeline project congfiguration page

2017-07-03 Thread Daniel Beck
> On 3. Jul 2017, at 11:29, David Wilhelm wrote: > > I would like to "simply" add an entry to the per project configuration page > where i can enable my pluign. I'm having trouble finding a way to do that > with multibranch pipeline, i just managed to do that with an "Freestyle > project" by

Re: Downstream jobs: You have no permission to build...

2017-07-17 Thread Daniel Beck
> On 13. Jul 2017, at 23:16, Jason LeMauk > wrote: > > It should be noted that the upstream job is able to be run successfully which > triggers a successful run of the downstream job. It seems like my user has > the correct permissions based on the job run results. What could be causing > th

Re: Jenkins Distributed Builds: Restricting users from configuring jobs with Jenkins Master's executors

2017-07-17 Thread Daniel Beck
> On 12. Jul 2017, at 14:52, Jason LeMauk > wrote: > > the user will have to explicitly specify the ‘Master’ to build on, which will > prevent jobs from defaulting to the Master for execution. > Well, or have any label expression matching master. Like `!the_agent_that_never_works`. -- You

Re: Project-based authorization strategy: permitting users to configure specific jobs

2017-07-17 Thread Daniel Beck
> On 14. Jul 2017, at 17:04, Jason LeMauk > wrote: > > Because you must grant a user the overall global read permission in order to > view any jobs, in the ACL matrix for each project I have checked the option > to ‘Block inheritance of global authorization matrix’ in order to prevent > user

Re: Jenkins Distributed Builds: Project-Based Matrix Authorization Strategy

2017-07-17 Thread Daniel Beck
> On 11. Jul 2017, at 19:24, Jason LeMauk > wrote: > > As far as using a project-based matrix authorization strategy, I envision the > permissions working like so: > 1. Global Administrators: >- Access to everything within Jenkins (all projects / jobs, > configuration settings

Re: Jenkins Distributed Builds: Project-Based Matrix Authorization Strategy

2017-07-18 Thread Daniel Beck
> On 17. Jul 2017, at 21:04, Thiago Carvalho Davila > wrote: > > Is it planned for Blue Ocean 1.2? Blue Ocean can show folders already, see https://ci.jenkins.io/blue/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

Re: java.io.IOException: Unable to read /var/lib/jenkins/jobs/MyJobTest/config.xml

2017-08-17 Thread Daniel Beck
> On 16. Aug 2017, at 23:09, Thad Guidry wrote: > > it treats the whole flow-definition as an exception I expect the log will show errors about unloadable plugins before this error occurs. Those should be clear as to why loading failed. On the Jenkins UI (if it manages to start), it will also

Re: Jenkins crashes with "Illegal character 0x0 for HttpChannelOverHttp" - Why?

2017-08-25 Thread Daniel Beck
> On 10. Feb 2017, at 09:50, daniel.seeba...@gmail.com wrote: > > Since a few days I see crashes on Jenkins: (/var/log/jenkins/jenkins.log) To clarify, when you write "crash" you mean "logs a warning"? Or does it actually terminate the Jenkins process? > Feb 10, 2017 4:35:15 AM hudson.security

Re: Not able to start multiple jobs by clocking on Build button in front of job

2017-08-25 Thread Daniel Beck
> On 22. Aug 2017, at 21:54, mani...@veertu.com wrote: > > I used to be able to start multiple jobs by clicking multiple times on the > Run button for the job/project on Jenkins dashboard. Now, I have had to > reinstall new Jenkins server and I can't do it anymore. > Does the build actually s

Re: java.io.IOException: Unable to read /var/lib/jenkins/jobs/MyJobTest/config.xml

2017-08-25 Thread Daniel Beck
> On 17. Aug 2017, at 21:37, Thad Guidry wrote: > > My suggestion to the Dev team is to get the full Pipeline Plugin suite into > the RPM's going forward. That will alleviate a lot of headache I think for > most folks doing standard CI/CD since many have already converted to Pipeline > for t

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-25 Thread Daniel Beck
> On 20. Aug 2017, at 21:45, Slide wrote: > > Just so you are aware, you can release snapshots and they will show up in the > experimental plugin site To clarify, these aren't snapshots, just releases with a magic version number (containing 'alpha' or 'beta'). -- You received this message b

Re: Active Directory authentication + Build agents

2017-08-25 Thread Daniel Beck
> On 11. Aug 2017, at 07:35, Daniel Becroft wrote: > > Our build slaves are (mostly) configured to run as Windows Services under > generic accounts. Do the account that those slaves run under need to be > included in that group? Does that account get authenticated/authorized in any > way? Or

Re: Jenkins crashes with "Illegal character 0x0 for HttpChannelOverHttp" - Why?

2017-08-25 Thread Daniel Beck
> On 25. Aug 2017, at 10:32, daniel.seeba...@gmail.com wrote: > > • "Crash" means it terminates the Jenkins process. > Given that you're using a version of Jenkins with a critical security vulnerability[1][2], which is known to be exploited in a way that terminate the master process, on

Re: java.io.IOException: Unable to read /var/lib/jenkins/jobs/MyJobTest/config.xml

2017-08-27 Thread Daniel Beck
> On 25. Aug 2017, at 20:17, Thad Guidry wrote: > > I only used the plugin manager and didn't manually drop in plugins. What you describe is a frequent symptom of people _not_ using the built-in ways to install plugins, so that was a reasonable guess (in fact, copying over plugins from one sy

Re: Not able to start multiple jobs by clocking on Build button in front of job

2017-08-27 Thread Daniel Beck
> On 25. Aug 2017, at 17:22, Manisha Arora wrote: > > But, in this case, it seems like Jenkins is not even sending the subsequent > requests to Veetu Anka Build Cloud. Jobs that start _immediately_ will create one build per click. Jobs that are queued for a bit first, perhaps to wait for a

Re: How to restrict access to some shared libraries methods

2017-08-27 Thread Daniel Beck
> On 16. Aug 2017, at 06:42, Cristiano Kliemann wrote: > > Is there any way to implement such restriction? > Untested, and probably a leading anti-pattern, but: Try to `new Exception()` (don't throw) and inspect its stack trace to see who called the method. -- You received this message bec

Re: How to fix this error " Fix this plugin first."

2017-08-28 Thread Daniel Beck
> On 27. Aug 2017, at 23:07, mortenricklo...@gmail.com wrote: > > After updating to 2.75 from 2.75 I got all this errors. > All my plugins are up to date. > How do I fix this Build a directed acyclic graph from the messages and find the root(s). >From a quick look, it seems you need to enable t

Re: Scripted pipeline - how to run groovy post build script

2017-08-29 Thread Daniel Beck
> On 29. Aug 2017, at 01:20, Shiran wrote: > > when this plugin is not supported? Why would it not be? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenki

<    3   4   5   6   7   8   9   10   11   12   >