Re: Jenkins Build Issue

2017-05-03 Thread Mark Waite
Please don't use the developers mailing list for user questions. Please don't cross post user list questions to the developer list. The developer list is focused on those who are developing for Jenkins. Mark Waite On Wed, May 3, 2017 at 5:01 AM Jitendra Nath Mahato < jitendra.jit...@gmail.

Re: Regarding the recent waves of mailing list spam

2017-04-30 Thread Mark Waite
to detect as spam. Mark Waite On Sun, Apr 30, 2017 at 4:42 AM Baptiste Mathus <bmat...@batmat.net> wrote: > IMO, we should really enable, at least temporarily, first-poster > moderation. I don't know what is the average subscription for people here, > but I suspect it's ML, hence receivi

Re: Connecting Jenkins to Moodle

2017-04-21 Thread Mark Waite
he student to use Java or Ruby or Python or C (or ...) to define and run their job, and then have that job be responsible to contact the Moodle server to show successful completion of the exercise. Mark Waite On Fri, Apr 21, 2017 at 3:01 PM Oleg Nenashev <o.v.nenas...@gmail.com> wrote: >

Re: Git Parameter Plug-in does not list Git commit Ids

2017-04-20 Thread Mark Waite
ou explain your use case? I'm curious how users will select specific commits rather than branch names or tag names. I've attached a picture of the pick list (with revisions) generated for one of my repositories.[image: git-parameter-plugin-revision-output.png] Mark Waite On Thu, Apr 20, 2017

Re: Regarding the recent waves of mailing list spam

2017-04-17 Thread Mark Waite
...@gmail.com> wrote: >>> >>>> +1 for me as well. I would definitely be willing to help out. >>>> >>>> On Mon, Apr 17, 2017 at 10:26 AM Mark Waite <mark.earl.wa...@gmail.com> >>>> wrote: >>>> >>>>&

Re: Regarding the recent waves of mailing list spam

2017-04-17 Thread Mark Waite
How much time do you think would be required per week for an active moderator, assuming we could enlist 5+ active moderators? I'm interested, so long as active moderation doesn't cost me too much time. Mark Waite On Mon, Apr 17, 2017 at 9:53 AM R. Tyler Croy <ty...@monkeypox.org>

Re: Getting a 401 when trying to upload my plugin to Artifactory

2017-04-16 Thread Mark Waite
I think that is not the correct destination for Jenkins artifacts. Double check the destination, or check other plugins for their destinations. Mark Waite On Sun, Apr 16, 2017, 2:34 PM Adam Chevalier <chevalierad...@gmail.com> wrote: > Hi, I'm trying to deploy my plugin (testra

Re: Bug Triage "Team"

2017-04-11 Thread Mark Waite
My situation is similar to Oleg's. My first priority is to review bugs submitted against the plugins I maintain, and to reproduce bugs for those plugins, and to create automated environments to reproduce those bugs. Helping with other projects will come as a second priority. Mark Waite On Tue

Re: Jenkins Users, Jenkins Issues banned from Google Groups?

2017-04-10 Thread Mark Waite
Is there any way to specifically block Italian language posts? The most recent spam that I've seen has been Italian (and some uncomfortably harsh Italian, at that). Mark Waite On Mon, Apr 10, 2017 at 4:51 PM R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On M

Re: Bug Triage "Team"

2017-04-10 Thread Mark Waite
I'm interested. Please include me. Mark Waite On Mon, Apr 10, 2017 at 2:57 PM Richard Bywater <rich...@byh2o.com> wrote: > Not sure how much time I'll be able to dedicate but interested in keeping > getting up-to-date about this effort. > > Richard. > > On Tue, 11

Re: Kubernetes plugin

2017-04-06 Thread Mark Waite
Carlos' s reply was the link to the web page which describes how to set system properties. It provides an example of setting a global property from the Java command line that starts Jenkins. https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties Mark Waite

Re: [Test Harness - Docker Fixtures] Java Git Docker Image?

2017-03-29 Thread Mark Waite
the image. If someone needs it, they will add it. Mark Waite On Wed, Mar 29, 2017 at 9:31 AM Cyrille Le Clerc <clecl...@cloudbees.com> wrote: > I have created > >- >- Issue: JENKINS-43189 [docker-fixtures] Add git executable to the >JavaContainer <https://is

Re: [Test Harness - Docker Fixtures] Java Git Docker Image?

2017-03-28 Thread Mark Waite
/Dockerfile Mark Waite (who does not currently use ATH) On Tue, Mar 28, 2017 at 2:11 PM Cyrille Le Clerc <clecl...@cloudbees.com> wrote: > Dear all, > > I would like to implement ATH tests for the Maven Pipeline Plugin with > Remote Build Agents. I need both a JDK and G

Re: Jenkins 2.46.1 LTS RC testing started

2017-03-19 Thread Mark Waite
t use. My tests hosted the master on Debian 8, with agents on windows, Debian 7, Debian 8, CentOS 6, CentOS 7, Ubuntu 14, and Ubuntu 16. The jobs I'm using for the testing are a superset of the jobs defined in https://github.com/MarkEWaite/docker-lfs/tree/lts-with-plugins . Mark Waite On Thu, Ma

Re: Groovy Init Script Configuration Help

2017-03-16 Thread Mark Waite
s/tree/lts-with-plugins/ref for some of the configuration files that I've captured from my Jenkins installations. Mark Waite On Thu, Mar 16, 2017 at 8:35 AM Art <arthur.vanduynho...@gmail.com> wrote: > Hi, > > I am trying to auto-configure my Jenkins environment. > > I started wit

Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Mark Waite
Thanks for the suggestion. Any pointers to examples of cases which use docker-fixtures as a test dependency? Mark Waite On Tue, Feb 21, 2017 at 6:45 AM Jesse Glick <jgl...@cloudbees.com> wrote: > If Selenium testing is overkill, then just reproduce the bug in > `git-plugin/src/tes

Re: Project ideas for student projects in the area of testing

2017-02-20 Thread Mark Waite
um test, and I want the easier diagnose and trivial parallel execution that comes from running a Jenkins instance with multiple slaves and with tests defined as Jenkins jobs. Thanks! Mark Waite P.S. I have pipeline utility functions assertLogContains and assertLogDoesNotContain to search for speci

Re: Discontinuing Office Hours

2017-02-15 Thread Mark Waite
+1 On Wed, Feb 15, 2017, 11:42 AM Jesse Glick wrote: > On Wed, Feb 15, 2017 at 12:21 PM, Daniel Beck wrote: > > I propose we remove office hours from our calendar, update wiki pages to > state it's discontinued, etc. > > +1 > > -- > You received this

Re: Project ideas for student projects in the area of testing

2017-02-13 Thread Mark Waite
for each bug. I've found it very helpful to verify bugs remain fixed while detecting problems on multiple platforms. Mark Waite On Mon, Feb 13, 2017 at 11:44 AM Victor Martinez < victormartinezru...@gmail.com> wrote: > Maybe it is a bit out of the scope and I don't kno

Re: Search for a plugin to analyse code design problems

2017-02-08 Thread Mark Waite
to perform the analysis). Mark Waite On Wed, Feb 8, 2017 at 6:51 AM Allen Geer <m...@allengeer.com> wrote: > I think I would tackle this with a series of shell scripts (if we're > dealing with linux). I would use some permutation of > > find . -type f -print0 | xargs

Re: Search for a plugin to analyse code design problems

2017-02-08 Thread Mark Waite
which do those types of analysis (and more). I believe Parasoft also sells tools in that same domain. Mark Waite On Wed, Feb 8, 2017, 3:04 AM Tomas Bjerre <tomas.bjerr...@gmail.com> wrote: > The ones that I know of are: > > https://wiki.jenkins-ci.org/display/JENKINS/Warnings+P

Re: Opening up snapshot deployment

2017-01-30 Thread Mark Waite
Thanks! I was aware that I was accepting a risk by using a SNAPSHOT dependency, but didn't know that I could refer to a timestamped snapshot. I've switched to the timestamped snapshot dependency. Mark Waite On Mon, Jan 30, 2017 at 8:04 AM Jesse Glick <jgl...@cloudbees.com> wrote: > On

Re: Opening up snapshot deployment

2017-01-28 Thread Mark Waite
ile I had uploaded was in fact visible there. I didn't think to use the simpler approach of checking the directory listing with my web browser. Should have done that first. Thanks, Mark Waite > Seems like your deploy is indeed visible: > http://repo.jenkins-ci.org/public/org/jenkins-ci/

Re: Opening up snapshot deployment

2017-01-28 Thread Mark Waite
If the build works for you, that's good enough for me. I don't understand what's damaged about my local maven repository, but it doesn't take much to discard it and start a fresh cache. Thanks, Mark Waite On Sat, Jan 28, 2017 at 1:28 PM Daniel Beck <m...@beckweb.net> wrote: > > >

Re: Opening up snapshot deployment

2017-01-28 Thread Mark Waite
-support-lfs. I was able to work around the problem by a checkout and build of the git-client-plugin as part of the build of the git-plugin. That works, but seems more complicated than relying on a snapshot dependency during development and testing. Mark Waite On Sat, Jan 28, 2017 at 1:07 PM

Re: Opening up snapshot deployment

2017-01-28 Thread Mark Waite
hem from the web UI (or from my git plugin build), they fail to download. I can't download them when I'm anonymous, or when I'm logged in. Any suggestions of what I'm doing wrong with SNAPSHOT deployment to artifactory? Thanks, Mark Waite -- You received this message because you ar

Re: Bug Triage "Team"

2017-01-23 Thread Mark Waite
gt; between new and resolved issues...) > > I disagree that "most of the issues are going to be solved by the team", unless you and I have radically different definitions of "team". I define "team" as "active maintainers of that plugin", which makes the n

Re: Bug Triage "Team"

2017-01-19 Thread Mark Waite
use I'm already there reading bug reports. I acknowledge that I'm an exception (since the git plugin and the git client plugin are second only to the Subversion plugin in the total count of bugs open against them), but since Jesse noted that others use the same assignment process which I use, I may not b

Re: Bug Triage "Team"

2017-01-19 Thread Mark Waite
e. I feel like I've wasted time on many occasions trying to verify poorly phrased bug reports. Recently I've become more direct (harsh) and less willing to spend time trying to duplicate a poorly phrased bug report. Cem Kaner's online course "Bug Advocacy" is a great introduction to effe

Re: Mark: Am I OK to cut actual releases of Git 2.6.x and 3.0.x?

2017-01-04 Thread Mark Waite
Ah, then let's continue with the 2.6 and 3.0 series as you did at beta. Thanks, Mark Waite On Wed, Jan 4, 2017 at 5:57 AM Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > What ever you want. we released as 2.6 -beta and 3.0 -beta because, while > the SCM API changes

Re: Mark: Am I OK to cut actual releases of Git 2.6.x and 3.0.x?

2017-01-04 Thread Mark Waite
You're welcome to do the releases. Don't forget that the 2.6 release must be built with Java 7. The 3.0 release can be built with Java 8. Since this is a larger change in api, will it be 3.1 and 2.7? Mark Waite On Wed, Jan 4, 2017, 3:17 AM Stephen Connolly < stephen.alan.conno...@gmail.

Re: i've to create Jenkins Page that would check the server status by SOAP UI and if server is accessible then green status would return and if server not accessible then red status updated in desire

2016-11-25 Thread Mark Waite
not a comfortable technique, you might consider creating a multi-configuration job with one of the axes of the configurations being the names of the servers you're checking. A failure of one of those jobs would be your indication that the service is not responding. Mark Waite On Fri, Nov 25, 2016 at 2:53 AM

Re: jenkins job creations using rest api

2016-11-24 Thread Mark Waite
http://stackoverflow.com/questions/8424228/export-import-jobs-in-jenkins provides several alternatives On Thu, Nov 24, 2016 at 2:57 AM Vishwanath Sharma wrote: > hey guys . i am new in jenkins and i am trying to automate build process > using rest api .i want to

Re: UI is not visible during execution when running jobs from Jenkins as service

2016-10-14 Thread Mark Waite
ion of the problem you're seeing, the things you've attempted to resolve the problem, and what you've discovered as a result of those attempts. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this gro

Re: Multibranch pipeline author data

2016-10-11 Thread Mark Waite
I don't think the creator of a branch is tracked in git anywhere. I assumed you wanted to automatically favorite a job if recent changes on that job were performed by the current Jenkins user. Finding a suitable definition of "recent" will be challenging. Mark Waite On Mon, Oct 10,

Re: Bonobo Git Server

2016-10-07 Thread Mark Waite
to help you diagnose a problem, but haven't given enough context that others can provide useful help. Thanks, Mark Waite On Fri, Oct 7, 2016 at 12:23 PM <yend...@durlabhcomputers.com> wrote: > Hi - I am trying to use Jenkins Automated Build using Bonobo Git Server, > how-ever its not a

Re: Git Mutlibranch Merge (>2 branches)

2016-10-07 Thread Mark Waite
er found a way to do an octopus merge from JGit, so there is only a command line git implementation, not a JGit implementation. Mark Waite On Fri, Oct 7, 2016 at 2:50 PM Jeremy C <jeremyc2...@gmail.com> wrote: > My company has implemented a unique Git branching and CI model that I >

Re: Manage our forks as ... git forks

2016-09-30 Thread Mark Waite
projects which are forks of an upstream project. Mark Waite On Fri, Sep 30, 2016 at 2:32 PM nicolas de loof <nicolas.del...@gmail.com> wrote: > Hi, > > Jenkins uses some custom builds of external libraries, typically XStream. > Today such projects are hosted on github, which

Re: INTEGRATING JENKINS AND GIT REMOTELY

2016-09-26 Thread Mark Waite
to jenkins and reference those credentials from a Jenkins job definition. Mark Waite On Mon, Sep 26, 2016 at 8:01 AM Safdar Khan <safdarkhan.k...@gmail.com> wrote: > Hello frinds, > I am trying to integrate Jenkins with my git repository. Well both are > running on two different machin

Re: Interested in building your plugin on ci.jenkins.io?

2016-09-06 Thread Mark Waite
On Tue, Sep 6, 2016 at 2:08 PM R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On Sun, 04 Sep 2016, Mark Waite wrote: > > > Is there a plan to update ci.jenkins.io to the latest workflow plugin so > > that I can switch to uses "{"

Re: Interested in building your plugin on ci.jenkins.io?

2016-09-06 Thread Mark Waite
that it does not yet understand. Mark Waite On Sun, Sep 4, 2016 at 3:25 PM Stefan Wolf <glowwo...@gmail.com> wrote: > Hi Tyler, > > I just added a Jenkinsfile to the Jenkins Gradle plugin [1]. Could you add > this plugin to https://ci.jenkins.io? > > Cheers, > Stefan > > [1

Re: problem running mvn release:prepare release:perform

2016-08-24 Thread Mark Waite
Refer to https://groups.google.com/d/msg/jenkinsci-dev/P8AGGriln-E/nevcw3wdCAAJ for the description that the maven.jenkins-ci.org name has been obsolete for a long time, and now no longer exists. Mark Waite On Wed, Aug 24, 2016 at 2:01 PM Gabe Montero <gabemonter...@gmail.com> wrote: >

Re: I am failing consistently to release a version

2016-08-21 Thread Mark Waite
In case it helps, one way to handle that is shown in: https://github.com/jenkinsci/git-client-plugin/commit/c9f6cbae246e038d7cb2cd97ecf72efc0212971a Mark Waite (with sincere thanks to Daniel Beck for his help less than a day ago) On Sun, Aug 21, 2016 at 12:53 PM Daniel Beck <m...@beckweb.

Re: Failed to deploy new release of git client plugin to maven.jenkins-ci.org

2016-08-20 Thread Mark Waite
yml , I should have permission to that repository (though I'm accustomed to using "MarkEWaite" as my GitHub login name rather than "markewaite"). Any further hints of mistakes I'm making? Mark Waite On Sat, Aug 20, 2016 at 8:41 PM Daniel Beck <m...@beckweb.net> wrote:

Failed to deploy new release of git client plugin to maven.jenkins-ci.org

2016-08-20 Thread Mark Waite
nks, Mark Waite -- 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 web

Re: How to add post build step from groovy script ?

2016-08-16 Thread Mark Waite
Since core Jenkins has a feature that allows you to do that interactively, it might be worth running Jenkins in a debugger and watching what it calls to perform that action. On Tue, Aug 16, 2016 at 3:39 AM Alok Kumar Singh wrote: > I am trying to add a post build step

Re: How to determine permgen errors on cloudbees

2016-08-15 Thread Mark Waite
wer than the 1.532 which is the required core for the git client plugin. Yes, it is well past time to move the git client plugin to a newer core version. Mark Waite > On Mon, Aug 15, 2016 at 3:35 PM, Mark Waite <mark.earl.wa...@gmail.com> > wrote: > >> >> >> On

Re: How to determine permgen errors on cloudbees

2016-08-15 Thread Mark Waite
On Monday, August 15, 2016 at 3:36:20 PM UTC-6, Jesse Glick wrote: > > On Mon, Aug 15, 2016 at 5:14 PM, Mark Waite <mark.ea...@gmail.com > > wrote: > > I think you can add an > > argLine property to the properties section of your pom with the permgen >

Re: How to determine permgen errors on cloudbees

2016-08-15 Thread Mark Waite
I'm still building with Java 7, unit testing with Java 7, then acceptance testing in a Jenkins running Java 8. Mark Waite > On Mon, Aug 15, 2016 at 6:09 AM, Jesse Glick <jgl...@cloudbees.com > > wrote: > >> On Sun, Aug 14, 2016 at 9:58 PM, Gavin Mogan <ga...@gavinmogan.com

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-08 Thread Mark Waite
On Mon, Aug 8, 2016 at 1:21 PM R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On Mon, 08 Aug 2016, Mark Waite wrote: > > > Is there an eventual evolution planned to move to using the GitHub > > Organizations Folder plugin to build and

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-08 Thread Mark Waite
equest, watch it be built, then decide if I want to merge it based on the results of the build. Is there a way with the predefined script to still give plugin maintainers some control of the job definition, without defeating the benefits of the predefined script? Mark Waite > > ¹At least o

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-08 Thread Mark Waite
I see the git plugin but not the git client plugin. What's the link? On Mon, Aug 8, 2016, 10:09 AM R. Tyler Croy <ty...@monkeypox.org> wrote: > (replies inline) > > On Mon, 08 Aug 2016, Mark Waite wrote: > > > I'd like the git client plugin built on https://ci.jen

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-08 Thread Mark Waite
Is there an eventual evolution planned to move to using the GitHub Organizations Folder plugin to build and test pull requests for subsets of the jenkinsci GitHub organization? I was quite impressed with the results of my quick experiments with the GitHub Organizations Folder plugin. Mark Waite

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-08 Thread Mark Waite
I'd like the git client plugin built on https://ci.jenkins.io/ if possible. It already has a Jenkinsfile on its active branches, and has been running tests in my various development and test environments from that Jenkinsfile. Mark Waite On Mon, Aug 8, 2016 at 9:48 AM R. Tyler Croy <

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-05 Thread Mark Waite
On Fri, Aug 5, 2016 at 2:04 PM Jesse Glick <jgl...@cloudbees.com> wrote: > On Fri, Aug 5, 2016 at 7:57 AM, Mark Waite <mark.earl.wa...@gmail.com> > wrote: > > The git client plugin (1.19.7 and > > it predecessors) matches the situation you describe (old Jenkins >

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-05 Thread Mark Waite
Replies inline On Fri, Aug 5, 2016 at 1:51 AM Manuel Jesús Recena Soto <rec...@gmail.com> wrote: > Hello Mark, > > In advance, thanks for your feedback. > > (replies inline) > > 2016-08-04 21:27 GMT+02:00 Mark Waite <mark.earl.wa...@gmail.com>: > > >

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-04 Thread Mark Waite
as I prepare the change for the plugin to support the new Jenkins core version. For example, the git plugin 3.0.0-beta already has the necessary change to compile with more recent Jenkins core, but the automation probably won't know that it needs to evaluate a beta version on a different branch th

Re: Automate recommended plugin unittest run against latest Jenkins core

2016-08-03 Thread Mark Waite
a Jenkins release. Mark Waite On Wed, Aug 3, 2016 at 7:32 AM Oliver Gondža <ogon...@gmail.com> wrote: > Hi, > > I created an issue[1] to verify if all recommended plugins has passing > unittest when run against latest core. I would like to use that as a GA > criteria for rel

Re: Jenkins As service not able to connect to Git Lab through SSH

2016-08-02 Thread Mark Waite
I see that you're using http as the transport protocol. That means you need to use a username and password, rather than an ssh private key. The http protocol (and https) implementation in the git plugin does not allow you to use an ssh private key for authentication. Mark Waite On Tue, Aug 2

Re: Jenkins As service not able to connect to Git Lab through SSH

2016-08-02 Thread Mark Waite
ou'll find "Git executable" with a drop down list that includes "Default" and "JGit". When you pick "JGit" and save the job, the next run will use the JGit implementation instead of the command line implementation. Mark Waite On Tue, Aug 2, 2016 at 3:10 AM Ranj

Re: Jenkins As service not able to connect to Git Lab through SSH

2016-07-28 Thread Mark Waite
entials") and use that in your job definition. Relying on the .ssh directory then requires that you must copy that .ssh directory to every node. The Jenkins Credentials are automatically used on each node, without requiring additional configuration from you. Mark Waite On Thu, Jul

Re: Jenkins As service not able to connect to Git Lab through SSH

2016-07-28 Thread Mark Waite
cly hosted GitLab instance with the git plugin and can confirm that it works in my test cases. Mark Waite On Thu, Jul 28, 2016 at 1:14 AM Ranjit kumar Kundu <ranjitkun...@gmail.com> wrote: > > Building in workspace C:\Program Files (x86)\Jenkins\jobs\ApiV1\workspace > > C:\Prog

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

2016-07-26 Thread Mark Waite
://github.com/jenkinsci/git-plugin/pull/426 Mark Waite On Wednesday, July 6, 2016 at 11:58:45 AM UTC-6, Mark Waite wrote: > > Will do. My current goal is to investigate other ways of resolving the > issue without requiring that every plugin which depends on JGit must update > at t

Re: each method on maps not working in jenkins pipeline groovy?

2016-07-15 Thread Mark Waite
vailable. I believe that the rapid evolution of the pipeline capabilities is valuable to more people (and more valuable) than detailed documentation of a set of slower evolving pipeline capabilities. Mark Waite On Fri, Jul 15, 2016 at 3:04 PM Liam Newman <bitwise...@gmail.com> wrote: >

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

2016-07-06 Thread Mark Waite
to date. Mark Waite On Wednesday, July 6, 2016 at 7:43:56 AM UTC-6, Robert Sandell wrote: > > I have released Gerrit trigger 2.22.0-beta-1, thanks to a helpful > contribution, with the needed JGit 4 changes for users to try out. > > A helpful ping when Git Plugin 3 is released

Re: Failed to connect to repository : Remote host closed connection during handshake

2016-07-04 Thread Mark Waite
. Mark Waite On Mon, Jul 4, 2016 at 6:22 AM Samat Davletshin <samat...@gmail.com> wrote: > Sharon, it seems like you have this problem for almost a year > <https://groups.google.com/forum/#!topic/jenkinsci-users/oW3KoRzaZ0s> now. > Wish I could help. So updating to th

Re: LTS RC test plan update

2016-06-30 Thread Mark Waite
credentials and other sensitive information in the Docker instance. Mark Waite On Thu, Jun 30, 2016 at 8:40 AM Oliver Gondža <ogon...@gmail.com> wrote: > On 2016-06-30 16:26, Mark Waite wrote: > > That sounds good to me. Simplifying that page will be a good thing. > > > >

Re: LTS RC test plan update

2016-06-30 Thread Mark Waite
. Mark Waite On Thu, Jun 30, 2016 at 7:23 AM Oliver Gondža <ogon...@gmail.com> wrote: > As I look at the > https://wiki.jenkins-ci.org/display/JENKINS/LTS+2.7.x+RC+Testing, it > gets less and less relevant with time. I only ever deleted scenarios > that was covered

Re: Jenkins plugins to push tags to git repo after successful builds

2016-06-30 Thread Mark Waite
The git plugin has the git publisher post build action which can publish a tag. On Thu, Jun 30, 2016 at 7:21 AM piyush joshi wrote: > Hi, > > Is there any Jenkins plugins to push a tag to a git repo after successful > build creation as a post build step. > > Thanks >

Re: Backporting for 2.7.1 has started

2016-06-30 Thread Mark Waite
e for http://pkg.jenkins-ci.org/redhat-stable-rc/ . It seems to only have RC versions through 1.642.2. Thanks, Mark Waite On Thursday, June 30, 2016 at 7:04:26 AM UTC-6, Oleg Nenashev wrote: > > If remoting 2.60 didn't get into the RC, I would vote against bumping the > version without re-spinn

Re: Backporting for 2.7.1 has started

2016-06-30 Thread Mark Waite
It appears that the 2.7.1 RC which I've been testing includes remoting-2.59, rather than remoting-2.60. Oliver, can you confirm that is intentional? Mark Waite On Wednesday, June 22, 2016 at 3:45:28 PM UTC-6, Oleg Nenashev wrote: > > Hi, > > Sorry for being a slowpoke. > @Ol

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

2016-06-21 Thread Mark Waite
which seems to include its own specific JGit version) is not enough to spend much effort trying to retain compatibility. Thanks, Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Git+Client+Plugin page has reappeared...

2016-06-15 Thread Mark Waite
the original page? Thanks, Mark Waite -- 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

Re: Unable to publish plugin release?

2016-06-06 Thread Mark Waite
on the command, relying instead on the security settings embedded in my maven settings.xml. That may be exactly the location of the problem. I hope to use your hints and the hints in INFRA-588 to investigate the failure further from my machine. Mark Waite On Mon, Jun 6, 2016 at 12:49 PM

Re: Unable to publish plugin release?

2016-06-06 Thread Mark Waite
prepare release:perform" to release 2.0.0-beta2, rather than attempting to undo the partial release? I know that I can't delete commits from the github.com repo (and I like that I can't delete commits). Mark Waite On Mon, Jun 6, 2016 at 5:45 AM Mads Nielsen <m...@praqma.net> wrote: > H

Unable to publish plugin release?

2016-06-05 Thread Mark Waite
ps://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/2.0.0-beta1/git-client-2.0.0-beta1.hpi. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1] Thanks, Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers&q

Re: Failed to connect to Github repository

2016-04-29 Thread Mark Waite
Please don't use the "dev" mailing list for configuration questions, and please don't post the same question to both lists. Let's keep the dev list focused on Jenkins development and use the Jenkins users list for user questions. Thanks! Mark Waite On Fri, Apr 29, 2016 at 7:10 AM Pra

Re: Git Plugin Pull Request #392 review request

2016-04-17 Thread Mark Waite
I won't be able to review it for several weeks. There are a number of other pull requests ahead of yours and I am traveling on business all this week. Mark Waite On Sun, Apr 17, 2016, 5:22 AM martinda <martin.danjo...@gmail.com> wrote: > I have fixed JENKINS-34070 > <https:/

Re: "checkout scm" in multibranch/pipeline

2016-04-06 Thread Mark Waite
I think Cache.java is one good place to start https://github.com/jenkinsci/mercurial-plugin/blob/master/src/main/java/hudson/plugins/mercurial/Cache.java Mark Waite On Wed, Apr 6, 2016 at 9:34 AM Nigel Magnay <nigel.mag...@gmail.com> wrote: > Happy to have a stab at it if someone can

Re: "checkout scm" in multibranch/pipeline

2016-04-06 Thread Mark Waite
Jessie Glick has noted that the Mercurial plugin is able to copy a repository from the master using the Jenkins master to slave transport. He recommended that would be a help for the git plugin as well. Unfortunately, I'm not aware of anyone working to add that facility to the git plugin. Mark

Re: How to tag Jenkins Job with GIT and Artifactory

2016-04-06 Thread Mark Waite
with the artifactory plugin to see if it can help your use case? Mark Waite On Wed, Apr 6, 2016 at 4:26 AM Utkarsh Sharma <utka...@cloudcover.in> wrote: > Need Help > > > On Monday, April 4, 2016 at 11:53:21 AM UTC+5:30, Utkarsh Sharma wrote: >> >> Hi Team, >>

Re: jenkins on windows7. how to fix “couldn't find any revision to build?”

2016-03-31 Thread Mark Waite
You can configure a slave on Windows that connects to the Jenkins server on Ubuntu. It works quite well. I would guess that GERRIT_BRANCH probably evaluated to that SHA1 (b8494...) Mark Waite On Thu, Mar 31, 2016 at 7:33 AM Heidi Tseng <hheidi...@gmail.com> wrote: > thank

Re: jenkins on windows7. how to fix "couldn't find any revision to build?"

2016-03-31 Thread Mark Waite
don't know details of gerrit configuration, but I'm reasonably confident there are many gerrit code review users running Jenkins. Mark Waite On Thu, Mar 31, 2016 at 6:31 AM Heidi Tseng <hheidi...@gmail.com> wrote: > I use git, gerrit, and jenkins as my CI system. > I can successfully

Re: Display Git changelog as a list of Atlassian Stash (Bitbucket Server) pull requests

2016-03-23 Thread Mark Waite
There is another build chooser implementation at https://github.com/phemmer/jenkins-git-chooser-build-branches if you'd like to see another example of a plugin that uses the BuildChooser extension point. Mark Waite On Wed, Mar 23, 2016 at 1:26 PM Mark Waite <mark.earl.wa...@gmail.com>

Re: Display Git changelog as a list of Atlassian Stash (Bitbucket Server) pull requests

2016-03-23 Thread Mark Waite
implementation of someone using an extension point to create a new plugin which extends another plugin. Mark Waite On Tue, Mar 22, 2016 at 9:00 AM Nickolay Rumyantsev <may...@gmail.com> wrote: > Hi, > > In my company we use Atlassian Stash (now Bitbucket Server) to serve our > so

Re: Enhancing LocalBranch to support maven release builds

2016-03-19 Thread Mark Waite
The change has been merged to the master branch. Will be included in git plugin 2.4.3 and later, likely within the next week or so. Mark Waite On Wed, Mar 2, 2016 at 11:57 AM Michael Giroux <mlgir...@gmail.com> wrote: > Thanks Mark. Any chance you could quantify "a while"

Unauthorized on upload to http://repo.jenkins-ci.org/

2016-03-06 Thread Mark Waite
ogin to https://repo.jenkins-ci.org/ (note, https there, rather than the http which is being attempted by the plugin). Has there been a change to repo.jenkins-ci.org which requires a change in the pom.xml file (or the security-settings.xml)? Thanks, Mark Waite -- You received this message because you a

Re: Enhancing LocalBranch to support maven release builds

2016-03-02 Thread Mark Waite
> > It is in the queue of pull requests to be evaluated on the git plugin. There are several requests ahead of it, so it will be a while before it is evaluated. Mark Waite > I'm running this plugin locally with no adverse effects, the new test > cases pass, and the code coverag

Re: Why is GIT_BRANCH set twice in GitSCM.checkout

2016-02-22 Thread Mark Waite
I would set it in both places, and write tests to confirm it behaves as expected. Mark Waite On Monday, February 22, 2016 at 2:43:17 PM UTC-7, Michael Giroux wrote: > > I'm looking to add a new environment variable to expose the LocalBranch > name as GIT_LOCAL_BRANCH. I'm looking at

Re: LTS status

2016-02-22 Thread Mark Waite
My testing of the LTS found no surprises with the git plugin. On Mon, Feb 22, 2016 at 11:51 AM ogondza wrote: > I went through my regular routine and all looks good. Nobody else reported > anything so I guess that is a green light for you. > > -- > oliver > > -- > You

Place checkbox of optionalBlock on right side instead of left?

2016-02-19 Thread Mark Waite
ich is better for the user, to have a field always visible whose value is sometimes ignored, or to have a field whose alignment isn't consistent with the other fields in that section of the form? Mark Waite -- You received this message because you are subscribed to the Google Groups &qu

Jira down?

2016-02-06 Thread Mark Waite
98 <https://issues.jenkins-ci.org/browse/JENKINS-14798>*. Reason: *Error reading from remote server* Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving ema

Artifactory server overloaded?

2016-02-03 Thread Mark Waite
ore-plugin/296/console for the specific case I saw. Is the artifactory server disabled or down? Thanks, Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails fr

Re: jenkins LTS interoperability and migration woes

2016-02-03 Thread Mark Waite
have the new JVM. Thanks, Mark Waite On Wed, Feb 3, 2016 at 12:07 PM Greg Mattson <horo...@gmail.com> wrote: > All, > > I'd like to be able to migrate from jenkins version 1.580.3 to the newest > LTS version 1.642.1. > > However, in the release notes for 1.6

Can't release plugin: hostname in certificate didn't match

2016-01-09 Thread Mark Waite
else, instead of maven.jenkins-ci.org? The subversion plugin released a new version recently, and its distributionManagement section seems to still refer to maven.jenkins-ci.org (https://github.com/jenkinsci/subversion-plugin/blob/master/pom.xml#L60-L65) Thanks, Mark Waite -- You receiv

Re: [PROPOSAL] Split of `jenkins-test-harness` out of `jenkinsci/jenkins`

2016-01-08 Thread Mark Waite
classes anyway. Mark Waite On Fri, Jan 8, 2016 at 10:16 AM Jesse Glick <jgl...@cloudbees.com> wrote: > Today the Jenkins functional test harness, containing `JenkinsRule` > and its ilk¹, is built from the Jenkins core repository, in > `test/src/main/`. That is fine for functiona

Re: [Experiment] Reviewers Team

2016-01-07 Thread Mark Waite
I've updated https://github.com/jenkinsci/git-client-plugin/pull/196 to request review of a fix for a regression introduced in the most recent release of the git client plugin. I'm looking forward to feedback. Mark Waite On Thu, Jan 7, 2016 at 4:39 AM Robert Sandell <rsand...@cloudbees.

Re: Automatic build and deploy of plugin (CI style)

2015-12-23 Thread Mark Waite
jenkins-cli.jar includes the install-plugin command which can install a plugin. It can also do a safe restart of the Jenkins server (may be needed after the plugin installation). Mark Waite On Wed, Dec 23, 2015 at 12:39 PM Gavin Mogan <ga...@gavinmogan.com> wrote: > Hey everyone &g

Re: Automatic build and deploy of plugin (CI style)

2015-12-23 Thread Mark Waite
by keeping plugin copies in the ref/plugins directory. Mark Waite On Thu, Dec 24, 2015 at 12:16 AM Baptiste Mathus <m...@batmat.net> wrote: > Another solution can be to use Docker. Your Dockerfile would be something > like: > > FROM jenkins:1.625.3 > ADD yourplugin.hpi /usr/shar

Re: FYI: JENKINS-31850 Tool installers and Java 1.8 build 65+

2015-12-02 Thread Mark Waite
ge that "3.2.5 is not a valid identifier" (for Maven). I eventually resolved the inconsistency by always downloading tools from a local copy on a web server instead of relying on the vendor site to provide that tool version. Is the case I was seeing possibly a manifestation of the Java

<    5   6   7   8   9   10   11   12   >