Re: Anyone using Jenkins as a job scheduler?

2019-03-12 Thread R. Tyler Croy
(replies inline) On Tue, 12 Mar 2019, Badarch Nergui wrote: > For that and some other reasons I've been thinking about centralizing the > scheduling of all of our jobs. > > Jenkins isn't really intended for this, but it could work. > > > Enterprise grade job scheduling software is REALLY expen

Re: Jenkins git plugin using only Java 7.1

2019-04-22 Thread R. Tyler Croy
(replies inline) On Mon, 22 Apr 2019, Rich Stephens wrote: > I have a machine that it limited to no higher than Java 7.1. (It's an AIX 6.1 > machine)  I am running Jenkins 1.6.4.9 for this reason. > > I can get Jenkins running fine, but when I try to install the git plugin, it > installs depend

Re: Repeat Build with Parameters

2019-06-27 Thread R. Tyler Croy
(replies inline) On Wed, 26 Jun 2019, Madhusudan G J wrote: > I am new to jenkins and needs help, how do I build with parameters script till > I pass "No" parameter. > > Currently, I have a script, which will run and complete, when I click on build > with parameters. But I would like to gather th

Re: Jenkins with a DB?

2013-06-30 Thread R. Tyler Croy
t;https://wiki.jenkins-ci.org/display/JENKINS/PostgreSQL+Database+Plugin> I'm not sure how well used/supported these are however. - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twitter.com/agentdero signature.asc Description: Digital signature

Re: [ANN] jenkins-ci.org site outage

2013-07-21 Thread R. Tyler Croy
gration+2013+July This work has been completed and DNS should be updated for everybody. If you have any issues please let me know either via #jenkins on IRC (rtyler) or on this thread. Cheers - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https

CFP for the Testing and Automation devroom at FOSDEM 14

2013-11-27 Thread R. Tyler Croy
like) with Pentabarf (https://penta.fosdem.org/submission/FOSDEM14), the FOSDEM paper submission system. I look forward to seeing and meeting all of you who will be there! :) Cheers - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twi

Re: LTS 1.480.1 RC1 testing

2012-10-30 Thread R. Tyler Croy
ot on other etc. > > Any test is very helpful, especially in case of new major LTS RC. Should I post this to the jenkins blog? - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twitter.com/agentdero signature.asc Description: Digital signature

Call for Participation: Testing and Automation dev room at FOSDEM 2013

2012-11-18 Thread R. Tyler Croy
ect, so be sure to join us at the end of the day (Feb 2nd) for a birthday toast! Cheers! - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twitter.com/agentdero signature.asc Description: Digital signature

Re: JSON API

2012-12-17 Thread R. Tyler Croy
ere, one is to write a plugin that adds the headers and the other would be to run Jenkins with Tomcat or behind Apache's mod_proxy. The benefit of the latter is that I believe you can configure additional headers to be served fairly easily, but I'm afraid I don't have an

Re: Jenkins Usage Question - Java requirement

2013-01-09 Thread R. Tyler Croy
va? > > Any pointers are appreciated. Worst case scenario, you can use the "External Job" type which is poorly documented, and doesn't come with a lot of bells and whistles (like job queueing). - R. Tyler Croy -- Code: https://githu

Re: Pipelines in Jenkins...

2012-02-15 Thread R. Tyler Croy
the > artifacts and/or outputs produced upstream. Plugins to check out: * Join plugin * Copy Artifacts plugin Those might meet your needs, I use them both heavily to create longish pipelines. - R. Tyler Croy -- Code: http://github.com/rtyler Chatter:

Re: broken jira login on jenkins-ci.org

2012-03-23 Thread R. Tyler Croy
:-( Where are you seeing a captcha? I just reset your password again, I'm assuming you're receiving the email and then trying to set your password again? Also, I don't know anybody that uses webmaster@ addresses anymore :P Cheers - R. Tyler Croy -

Re: How do I get Jenkins to skip failed branches till they change?

2012-04-16 Thread R. Tyler Croy
etup, oh brother). Under there you can disable the handling of submodules from the Git plugin itself, then afterward in a build step you can do whatever you need to do to init and update submodules. - R. Tyler Croy -- Code: http://github.com/rtyler Ch

Re: Immediate Interview Mac/OS X Developer/Florida/2-3 month contract

2012-06-05 Thread R. Tyler Croy
Google Groups isn't handling the spam very well. Rest assured we're banning anybody who sends recruiter spam to the lists. - R. Tyler Croy -- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero rty...@

Re: ANSI color plugin

2012-06-05 Thread R. Tyler Croy
r than that, rspec, cucumber results are not > green/red. Please share your experience, thanks. Are you running `rspec --color` in order to tell it to output color characters? It works just fine for me. - R. Tyler Croy -- Code: http://github.com/

Re: ANSI color plugin

2012-06-06 Thread R. Tyler Croy
ng a rake task like: task :spec do sh 'rspec' end I think the problem here is that something is causing rspec not to output color codes, not that ANSI Color is broken. - R. Tyler Croy -- Code: http://github.com/rtyler Chatter:

Re: Invite and meeting (in danish): Short Jenkins intro meeting in the Copenhagen area, Denmark

2012-06-18 Thread R. Tyler Croy
On Mon, 18 Jun 2012, Bue Petersen wrote: > Just posting an invite below (in danish) if anyone might be interested. > Meeting and presentation will also be in danish... Would this be something good to post on the jenkins-ci.org blog? - R. Tyle

Re: http://pkg.jenkins-ci.org/debian mirrors

2012-06-19 Thread R. Tyler Croy
On Tue, 19 Jun 2012, Sebastian Sawicki wrote: > Hi, > Where can I find the full list of mirror servers used by the > repo<http://pkg.jenkins-ci.org/debian> > . > I have to configure apt PROXY for those ;] This should be listed here: <http://mirrors.jenkins-ci.org/statu

Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-07 Thread R. Tyler Croy
;) Known Issues: -- * Pagination takes you back to the home page, I'm still working on figuring this sucker out Cheers - R. Tyler Croy -- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero rty...@jabber.org signature.asc Description: Digital signature

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread R. Tyler Croy
to JENKINS-14113, while on jekyll > results into HTTP 404 Yes, this is handled by the Apache above the actual files themselves. When Jekyll powers the main site, this redirect will remain in tact. - R. Tyler Croy -- Code: http://github.com/rtyler Chatter

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread R. Tyler Croy
Updating the known issues: Known Issues: -- * Pagination takes you back to the home page, I'm still working on figuring this sucker out * Declared DOCTYPE doesn't validate * Changelog is not being pulled in properly (PHP hacks required, blech) - R.

Re: sms notification

2012-07-09 Thread R. Tyler Croy
er+Plugin> - R. Tyler Croy -- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero rty...@jabber.org signature.asc Description: Digital signature

Re: Send logs to syslog-ng or Splunk..

2012-07-14 Thread R. Tyler Croy
dy around here can afford Splunk to try out an integration ;) - R. Tyler Croy -- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero rty...@jabber.org signature.asc Description: Digital signature

Re: Jenkins EC2 plugin: Use Instance-ID of slave instead if AMI-ID

2012-08-03 Thread R. Tyler Croy
is that you then have a clean host, using a running instance would add extra complexity IMO. - R. Tyler Croy -- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero rty...@jabber.org signature.asc Description: Digital signature

Re: Issue getting RVM working

2012-08-10 Thread R. Tyler Croy
've not up RVM for the Jenkins user specifically. The script is failing to find "/var/lib/jenkins/.rvm/scripts/rvm", where "/var/lib/jenkins" is the Jenkins user's home directory. You might try sudo'ing to the `jenkins` user and installing RVM there - R. Tyler C

Re: What is the MVC framework on which Jenkins is built?

2012-08-14 Thread R. Tyler Croy
On Tue, 14 Aug 2012, Martin d'Anjou wrote: > What is the MVC framework on which Jenkins is built? This is probably a better question for the jenkinsci-dev list, that said I'm not sure if a "framework" was used so much as a collection of to

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-29 Thread R. Tyler Croy
I've used this plenty of times, having Jenkins operate as a centralized cron-like work-queue system for the production site was quite useful. Another tool that might fit the bill, or augment the functionality of Jenkins is "Rundeck" - R. Tyler Croy

The policy on recruiting emails (aka SPAM)

2012-08-29 Thread R. Tyler Croy
oogle Groups, and I will be using the ban hammer for any and all spammers. If you have any questions about my spam policy, feel free to ask :) - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twitter.com/agentdero signature.asc Descri

Re: urgent need Java Developer with Business Rules

2012-08-30 Thread R. Tyler Croy
On Thu, 30 Aug 2012, Ghoulem Atef wrote: > Hello, > could you tell me in what country the developer will be located. This user has been banned for spamming and reported to Google, please "don't feed the trolls" :) Cheers - R. Tyler Croy -

FOSDEM 2013 dev room application submitted

2012-09-02 Thread R. Tyler Croy
rmation will be continue to be cross-posted) Cheers - R. Tyler Croy -- Code: https://github.com/rtyler Chatter: https://twitter.com/agentdero signature.asc Description: Digital signature

Re: Getting "400 Bad Request" when visiting my Jenkins home page

2012-09-04 Thread R. Tyler Croy
s how I can heal the pain? Is that second link the same domain as the one you're originally accessing? Do you have access to the raw logs on the Jenkins host? Looking in there for exceptions or warnings would be useful - R. Tyler Croy -- Code:

Re: Immediately need Oracle + SQL server DBA at TX

2012-09-12 Thread R Tyler Croy
Consider yourself permabanned. > >

Scheduled downtime for JIRA and Confluence on Saturday at 12:00PM PST (2014-06-21 19:00 UTC)

2014-06-19 Thread R. Tyler Croy
g DBs * Import into new cluster * Bring Confluence and JIRA back online I do not anticipate the outage to take longer than an hour. I'll reply to this thread when we're starting and when we've completed the downtime Cheers - R. Tyler Croy

Re: [Jenkins-infra] Scheduled downtime for JIRA and Confluence on Saturday at 12:00PM PST (2014-06-21 19:00 UTC)

2014-06-21 Thread R. Tyler Croy
I am starting the downtime now. On Thu, 19 Jun 2014, R. Tyler Croy wrote: > The OSUOSL has asked us if we can move our databases from an DB server which > is > 8 years old (!) to their newer shared MySQL DB cluster. > > I've arranged to do this with an OSUOSL admin on Satu

Re: [Jenkins-infra] Scheduled downtime for JIRA and Confluence on Saturday at 12:00PM PST (2014-06-21 19:00 UTC)

2014-06-21 Thread R. Tyler Croy
(replies inline) On Sat, 21 Jun 2014, R. Tyler Croy wrote: > I am starting the downtime now. And maintenance is complete, JIRA and Confluence are back up and pointing to bigger, faster, strong DB servers :) > On Thu, 19 Jun 2014, R. Tyler Croy wrote: > > > The OSUOSL has ask

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread R. Tyler Croy
entirely new account, and was again > denied authentication when I try to use the temp password. I am not seeing authentication issues, which service are you trying to authenticate against? Just the /account/ app? - R. Tyler Croy --

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread R. Tyler Croy
e, but /account is the front-end to the LDAP server that JIRA, Confluence, etc authenticate against. These all run on different machines and we sometimes experience lag or other connectivity issues between them. Do I understand your issue to be solved though? > On Jul 14, 2014, at 10:20

Re: Jenkins CI and the accessibility of it's UI

2014-10-29 Thread R. Tyler Croy
rstanding of the cost/benefit for the Jenkins project to release/publish such a statement. I would recommend adding this discussion to the next project governance meeting's agenda: <https://wiki.jenkins-ci.org/display/JENKINS/

Re: mirror of jenkins (rsync preferably)

2014-12-26 Thread R. Tyler Croy
(replies inline) On Tue, 06 Nov 2012, Kjetil Nyg?rd wrote: > Hi, > > I'm trying to make an internal jenkins-mirror. I see that I can rsync from >rsync://ftp.osuosl.org/jenkins/redhat/ > > Which I think is an official mirror. But I do not get the repodata > directory. I can get the files d

Re: wiki page appears to be down

2014-12-28 Thread R. Tyler Croy
(replies inline) On Sun, 28 Dec 2014, Dave Lahr wrote: > This also came up in the IRC chat, but the wiki appears to be down: > https://wiki.jenkins-ci.org/ > > I've been trying from around 9 AM EST without success. I get > 502 Bad Gateway The wiki is back online, apologies for the service in

Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
files, e.g. `build/reports/**/*.xml` - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F --

Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
(replies inline) On Mon, 02 Nov 2015, John D. Ament wrote: > > > On Monday, November 2, 2015 at 5:29:07 PM UTC-5, R Tyler Croy wrote: > > > > (replies inline) > > > > On Mon, 02 Nov 2015, John D. Ament wrote: > > > > > My build uses maven to

Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
vember 2, 2015 at 5:37:04 PM UTC-5, John D. Ament wrote: > > > > > > > > On Monday, November 2, 2015 at 5:29:07 PM UTC-5, R Tyler Croy wrote: > >> > >> (replies inline) > >> > >> On Mon, 02 Nov 2015, John D. Ament wrote: > >> >

Re: Jenkins and groovy

2015-11-05 Thread R. Tyler Croy
in#Email-extplugin-Scriptcontent> - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F --

Jenkins Hacksgiving 2015!

2015-11-06 Thread R. Tyler Croy
terested in hosting a short workshop (e.g. "Hacking your first plugin") let us know so we can schedule it and get the word out! Before the event I'll send out the Google Hangouts link and all that jazz Cheers - R. Tyler Croy --

Call for talk proposals for Testing/Automation at FOSDEM 2016

2015-11-08 Thread R. Tyler Croy
to. NOTE: This is separate from the Jenkins/FOSDEM event organization which is going on here: <https://wiki.jenkins-ci.org/display/JENKINS/FOSDEM+2016> Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatte

Re: Help! Jenkins Job configure gives "Oops! A problem occurred while processing the request" and a list of Stack trace

2015-11-10 Thread R. Tyler Croy
ssage 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 jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://gr

Request for participation: Jenkins Security Officer candidates

2015-11-10 Thread R. Tyler Croy
able to act on behalf of the Governance Board on matters pertaining to the position described above [0] The current board: <https://wiki.jenkins-ci.org/display/JENKINS/Governance+Board> [1] https://wiki.jenkins-ci.org/display/JENKINS/Rewards+for+reporting+security+issues Cheers - R.

Re: Future of the Maven Project Type

2015-11-17 Thread R. Tyler Croy
and in 2.0 will be fairly front-and-center in the experience, but there are some hiccups such as those with compatibility right now. Hope that helps raise new questions :P Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler>

Re: Request for participation: Jenkins Security Officer candidates

2015-12-01 Thread R. Tyler Croy
I neglected to send an update this past week but the board has appointed Daniel Beck as the Jenkins Security Officer for the next 12 months. See <https://wiki.jenkins-ci.org/display/JENKINS/Governance+Board#Officers> On Tue, 10 Nov 2015, R. Tyler Croy wrote: > > Based on t

Re: Hacksgiving Videos

2015-12-02 Thread R. Tyler Croy
I've posted the Hacksgiving videos in this blog post: <http://jenkins-ci.org/content/hacksgiving-left-overs> Or more directly, in this YouTube Playlist: <https://www.youtube.com/playlist?list=PLN7ajX_VdyaOX2dHsUpLGUMewG_TFdsP2>

Request for Comment: Jenkins Code of Conduct

2015-12-04 Thread R. Tyler Croy
it is critical to the long-term health of the Jenkins community that this be defined. If you have questions or concerns that you do not wish to advertise publicly, please email me off-list. Cheers - R. Tyler Croy -- Code: <https://g

Re: [Jenkins-events] which logo do you like best?

2015-12-14 Thread R. Tyler Croy
off and placed a globe-platter there. If we are to go with that logo, pending trademark usage request as Christopher pointed out, then I think a designer should tidy up that hand-platter interaction. - R. Tyler Croy -- Code: <https://git

Scheduled JIRA maintenance starting at 17:00PST

2015-12-19 Thread R. Tyler Croy
ickly, but for safety's sake the window for maintenance will be from 17:00 - 17:30PST. I will follow up on this thread once the maintenance has been completed Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler>

Re: Scheduled JIRA maintenance starting at 17:00PST

2015-12-19 Thread R. Tyler Croy
(replies inline) On Sat, 19 Dec 2015, R. Tyler Croy wrote: > Since a number of people are taking needed vacations, we're going to schedule > a > brief JIRA maintenance window today. In one hour from now, 17:00PST, I will be > taking JIRA offline to upgrade the DB > (ht

Jenkins Code of Conduct

2016-01-08 Thread R. Tyler Croy
In case you don't regularly follow the Jenkins blog or twitter, we now have a code of conduct: https://jenkins-ci.org/conduct Some more information about it is in the blog post about it: https://jenkins-ci.org/blog/2016/01/07/official-code-of-conduct/ Cheers - R. Tyler

Re: Jenkins_GUI issue

2016-01-17 Thread R. Tyler Croy
en these errors were displayed would be useful to help figure out what the problem here is. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net

Re: [workflow plugin] stage concurrency

2016-01-21 Thread R. Tyler Croy
Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.

Re: Feed for changelog

2016-01-25 Thread R. Tyler Croy
ust updating an HTML file. I'll put further updates in the ticket though - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero>

Re: pipelines and IRC

2016-01-25 Thread R. Tyler Croy
send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVc7-C3ajCseHcSjLiBbg7aBZ9ckOGtMpbf5BTb64WwLuw%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. - R.

Re: downloads from archives.jenkins-ci.org never finish...

2016-01-29 Thread R. Tyler Croy
he was running, and listening on port 80, it didn't actually feel like serving any requests (!). I've corrected this and have been able to download older releases properly. - R. Tyler Croy -- Code: <https://github.com/rtyler

Re: Older jenkins versions removed?

2016-01-29 Thread R. Tyler Croy
27;s > listed right here: http://pkg.jenkins-ci.org/redhat/ > > Can anyone tell me where I could find the rpm I need? We only host so many legacy artifacts on the mirror network which powers pkg.jenkins-ci.org. You may be able to find the packages you want under http://archives.jenki

Re: Jenkins plugin stats broken

2016-02-08 Thread R. Tyler Croy
(replies inline) On Mon, 08 Feb 2016, Daniel Beck wrote: > Thanks for the information. I'll look into it. No idea whether I'll have the > time this week to do that though. I've created a ticket to track this: <https://issues.jenkins-ci.org/browse/INFR

Re: Jira login down?

2016-02-09 Thread R. Tyler Croy
've filed this ticket (https://issues.jenkins-ci.org/browse/INFRA-560) to help address the gap we had in process monitoring for LDAp - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentder

Scheduled maintenance notice: 2016-02-17 05:00 UTC

2016-02-16 Thread R. Tyler Croy
be minimal, but services will be temporarily taken offline while hosts are rebooting. An all-clear notice will be sent after maintenance has been completed. If you have any questions, feel free to ask. Cheers - R. Tyler Croy -- Code

Re: Scheduled maintenance notice: 2016-02-17 05:00 UTC

2016-02-16 Thread R. Tyler Croy
uesday, February 16, 2016, R. Tyler Croy wrote: > > > > > I will be rolling some reboots through the Jenkins infrastructure this > > evening > > (PST) in order to address CVE-2015-7547 / USN-2900-1 > > (http://www.ubuntu.com/usn/usn-2900-1/). Our internal ticket trackin

Re: Scheduled maintenance notice: 2016-02-17 05:00 UTC

2016-02-16 Thread R. Tyler Croy
(replies inline) On Tue, 16 Feb 2016, R. Tyler Croy wrote: > > I will be rolling some reboots through the Jenkins infrastructure this evening > (PST) in order to address CVE-2015-7547 / USN-2900-1 > (http://www.ubuntu.com/usn/usn-2900-1/). Our internal ticket tracking this can >

Re: Confluence Wiki page editing broken

2016-02-17 Thread R. Tyler Croy
tenance window that I had scheduled for last night whereby I did restart Confluence and for a brief period there was a stale cache in front of it. I've edited the XL TestView plugin with a minor edit just now and everything appears to

Scheduled maintenance notice: 2016-02-20 17:00-20:00 UTC

2016-02-17 Thread R. Tyler Croy
rowse/INFRA-514> Once maintenance is complete I will send an all-clear message to this thread. If you have any questions, please let me know. Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <http

Request for participation: Jenkins Events Officer candidates

2016-02-17 Thread R. Tyler Croy
INS/Governance+Board> Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F -

Re: [Jenkins-infra] Scheduled maintenance notice: 2016-02-20 17:00-20:00 UTC

2016-02-20 Thread R. Tyler Croy
(replies inline) On Wed, 17 Feb 2016, R. Tyler Croy wrote: > > Since I'm getting good practice at restarting machines, I'm going to schedule > another maintenance window for this Saturday morning (PST) to take care of > some > long outstanding updates. > > Dur

Re: Jenkins chooses incorrect node

2016-02-25 Thread R. Tyler Croy
enkins build all jobs on master node by default ? > > -- > 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 je

Jenkins 2.0 alpha release available

2016-02-29 Thread R. Tyler Croy
of the 2.0 alpha. I'm going to be linking to this thread from the page and blog post for feedback, so by all means, download it and play around with it! Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chat

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread R. Tyler Croy
cribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAC-P8uuJLgvfVjjMciC6m88D%2Bk%2BYLUGp2oGEYbv46Peis%2BWj5w%40mail.gmail.com. &

Re: [Jenkins-events] Request for participation: Jenkins Events Officer candidates

2016-03-02 Thread R. Tyler Croy
(replies inline) On Wed, 17 Feb 2016, R. Tyler Croy wrote: > The Jenkins Events Officer would have an active role in driving and managing > Jenkins community events. Such events include Jenkins User Conference, Jenkins > Area Meetups, other Jenkins community events (FOSDEM, SCALE), and

Request for participation: Jenkins Release Officer candidates

2016-03-07 Thread R. Tyler Croy
to act on behalf of the Governance Board on matters pertaining to the position described above. [0] The current board: <https://wiki.jenkins-ci.org/display/JENKINS/Governance+Board> [1] https://wiki.jenkins-ci.org/display/JENKINS/Team+Leads#TeamLeads-Release Cheers,

Re: Jenkins 2.0 alpha release available

2016-03-11 Thread R. Tyler Croy
A follow-up on this thread, we released alpha3 today with the new security setup and some other UI improvements, read more about it here: <https://jenkins-ci.org/blog/2016/03/11/new-jenkins-20-preview/> On Mon, 29 Feb 2016, R. Tyler Croy wrote: > As I mention in this blog post:

Re: Bruce Schneier Plugin appears broken

2016-03-14 Thread R. Tyler Croy
ticket if you haven't already? Bonus points if you can identify and fix the bug :) - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnu

Meet jenkins.io

2016-03-23 Thread R. Tyler Croy
ntributions are welcome here: <https://github.com/jenkins-infra/jenkins.io> As I mentioned in our last project meeting, migration of other properties such as wiki.jenkins-ci.org to the jenkins.io domain will take a bit more time. This is an important first step however! C

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread R. Tyler Croy
SetupWizard` and set to `false` in your /etc/default/jenkins or wherever your JENKINS_ARGS might be defined - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --key

Re: Jenkins 2.0: Turn off Setup wizard

2016-03-31 Thread R. Tyler Croy
ptout. > > > > -- > 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 jenkinsci-

Re: jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread R. Tyler Croy
hat's a bug, I've fixed it and the site is regenerating now. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F -

Re: Request for participation: Jenkins Release Officer candidates

2016-04-01 Thread R. Tyler Croy
(replies inline) On Mon, 07 Mar 2016, R. Tyler Croy wrote: > Based on the team lead structure > (https://wiki.jenkins-ci.org/display/JENKINS/Proposal+-+Project+sub-teams) > which was previously approved in a project governance meeting, I am asking on > behalf of the Jenkins b

Re: jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread R. Tyler Croy
ay, April 1, 2016 at 9:40:33 AM UTC-7, R Tyler Croy wrote: > > > > (replies inline) > > > > On Fri, 01 Apr 2016, Brian Ray wrote: > > > > > The RSS feed link <https://feeds.feedburner.com/~r/ContinuousBlog/> on > > the > > > new Jenki

Re: Access to http://jenkins-ci.org/census

2016-04-08 Thread R. Tyler Croy
rowse/INFRA-623). I believe his work might supercede the old (kind of stupid) /census/ approach while enabling us to have a bit better access control around it. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https:

Scheduled maintenance window April 15th - April 17th

2016-04-15 Thread R. Tyler Croy
wish to have more real-time updates please visit #jenkins-infra on Freenode. Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --

Re: Scheduled maintenance window April 15th - April 17th

2016-04-17 Thread R. Tyler Croy
(replies inline) On Fri, 15 Apr 2016, R. Tyler Croy wrote: > Howdy folks, starting today I am migrating services from various hosts this > weekend. The services that are primarily going to be affected are: > > * ci.jenkins-ci.org > * mirrors.jenkins-ci.org > * LDAP With

Re: Scheduled maintenance window April 15th - April 17th

2016-04-20 Thread R. Tyler Croy
ting fresh update-center.json files. (Unfortunately updates may still take some time to propagate to secondary mirrors.) I'll be sending more infra updates out soon - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: &l

Re: Any Changes in the Jenkins Mirrors?

2016-04-21 Thread R. Tyler Croy
-response end--- > 503 Service Unavailable > Closed fd 3 > 2016-04-21 10:04:22 ERROR 503: Service Unavailable. > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users&qu

Possible infrastructure compromise

2016-04-22 Thread R. Tyler Croy
cture. If you have further questions about the Jenkins project infrastructure, you can join us in the #jenkins-infra channel on Freenode or in an Infrastructure Q&A session I’ve scheduled for next Wednesday (April 27) at 20:00 UTC (12:00 PST). Cheers - R. T

Re: HTTPS Jenkins update site

2016-05-10 Thread R. Tyler Croy
share right now, but my hope is that we have TLS distribution before the end of the calendar year. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://

Re: Twitter: jenkins_release is not working

2016-05-10 Thread R. Tyler Croy
hat work: <https://issues.jenkins-ci.org/browse/INFRA-663> - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnu

Re: Azure and latency issues

2016-05-11 Thread R. Tyler Croy
of what software-defined-networking stuff inside Azure might be doing to that traffic that it is not doing to SSH traffic. I would be surprised if the JNLP support in Jenkins were the culprit - R. Tyler Croy -- Code: <https://githu

Re: Jenkins JIRA account access

2016-06-01 Thread R. Tyler Croy
email that was set in JIRA (which was actually different). You should receive a password reset shortly at the email address that was configured in JIRA. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.c

Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-01 Thread R. Tyler Croy
interruptions during this time :) Cheers - R. Tyler Croy -- Code: <https://github.com/rtyler> Chatter: <https://twitter.com/agentdero> % gpg --keyserver keys.gnupg.net --recv-

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

2016-06-02 Thread R. Tyler Croy
(replies inline) On Wed, 01 Jun 2016, R. Tyler Croy wrote: > > Consider this notice that there will be a scheduled maintenance window June > 3rd > 00:00 UTC or June 2nd 16:00 PDT for project infrastructure. > > The work is tracked in this ticket > (https://issues.jenkin

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

2016-06-02 Thread R. Tyler Croy
(replies inline) On Thu, 02 Jun 2016, R. Tyler Croy wrote: > (replies inline) > > On Wed, 01 Jun 2016, R. Tyler Croy wrote: > > > > > Consider this notice that there will be a scheduled maintenance window June > > 3rd > > 00:00 UTC or June 2nd

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

2016-06-02 Thread R. Tyler Croy
Any we're done, closing out INFRA-731 (https://issues.jenkins-ci.org/browse/INFRA-731) Tune in next week for when we, hopefully, roll out that JIRA 7 upgrade. - R. Tyler Croy -- Code: <https://github.com/rtyler> Chat

Scheduled infrastructure maintenance window June 14 00:00 UTC

2016-06-08 Thread R. Tyler Croy
https://issues.jenkins-ci.org/browse/INFRA-725), and should only affect availability of issues.jenkins-ci.org for about an hour. Please bear with any service interruptions during this time :) - R. Tyler Croy -- Code: <https://github.co

Re: Scheduled infrastructure maintenance window June 14 00:00 UTC

2016-06-13 Thread R. Tyler Croy
Reminder, this will be happening in about 45 minutes On Wed, 08 Jun 2016, R. Tyler Croy wrote: > Consider this notice that there will be a scheduled maintenance window June > 14th > 00:00 UTC or June 13th 16:00 PDT for project infrastructure. > > This is a followup window to

  1   2   >