JENKINS_URL and public mirrors - a discussion before opening a ticket

2020-12-05 Thread Jason Pyeron
/realms can have different filtered accesses I am happy to write the patch, but it may be beyond my current understanding of the Jenkins internals. Thoughts? -Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

RE: Java install for Windows agent?

2020-11-27 Thread Jason Pyeron
junctions also include setting up various tools to directories without spaces in the name e.g. CWD\tools\junction-to-jdk -> c:\program files\Java\jdk-x.y.z\ -Jason From: jenkinsci-users@googlegroups.com On Behalf Of Jérôme Godbout Sent: Friday, November 27, 2020 11:34 AM To: jenkinsci-us

RE: Java install for Windows agent?

2020-11-27 Thread Jason Pyeron
minimisé. Nous vous tiendrons au courant de tout changement. From: jenkinsci-users@googlegroups.com <mailto:jenkinsci-users@googlegroups.com> mailto:jenkinsci-users@googlegroups.com> > On Behalf Of Jason Pyeron Sent: November 27, 2020 10:20 AM To: jenkinsci-users@googlegroups.com &

RE: Java install for Windows agent?

2020-11-27 Thread Jason Pyeron
We use a junction. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jérôme Godbout Sent: Friday, November 27, 2020 10:15 AM To: jenkinsci-users@googlegroups.com Subject: RE: Java install for Windows agent? Ho right, mine was into c:\JenkinsSlave

RE: Recommended way to setup a windows agent nowadays ? (off topic)

2020-11-23 Thread Jason Pyeron
Alex: Happy work with you on writing this up. Could merge the MS and Cygwin approaches in the write up. Message me on or off list. -Jason From: jenkinsci-users@googlegroups.com On Behalf Of Slide Sent: Monday, November 23, 2020 12:22 PM To: Jenkins User Mailing List Subject: Re

RE: Windows slave by ssh

2020-08-26 Thread Jason Pyeron
Sorry to be a Johnny come lately – but we have only used SSH launch of windows for quite a long time now. We use Cygwin to do so. You can use any SSH server though. The most important thing is to ensure Java’s home has no spaces in the path. The second most important thing is to use mi

RE: viewing the public key for a ssh pki credential?

2020-05-27 Thread Jason Pyeron
} } } } } El martes, 26 de mayo de 2020, 19:35:48 (UTC+2), Jason Pyeron escribió: For a given existing credential, how can an authorized keys entry be extracted from Jenkins? (It is easy to do (in java, openssl, ssh-keygen, etc..) if you know the private key)

RE: yum repo gpg signature file missing

2020-05-21 Thread Jason Pyeron
at https://pkg.jenkins.io/redhat-stable/ . For that fact, it is important that each repository section has a unique name, without that things could get weird at best or just not work. v/r, Jason From: jenkinsci-users@googlegroups.com On Behalf Of Mark Waite Sent: Thursday, May 21

RE: yum repo gpg signature file missing

2020-05-21 Thread Jason Pyeron
package management. I just want to do the best thing for Jenkins users. Mark Waite On Thu, May 21, 2020 at 11:34 AM Jason Pyeron mailto:jpye...@pdinc.us> > wrote: This is depending on the OS installation choices, security choices, etc… failure: repodata/repomd.xml.asc from jen

RE: yum repo gpg signature file missing

2020-05-21 Thread Jason Pyeron
having the repo GPG signed is a good thing. v/r, Jason Pyeron From: jenkinsci-users@googlegroups.com On Behalf Of Mark Waite Sent: Thursday, May 21, 2020 12:24 PM To: Jenkins Users Subject: Re: yum repo gpg signature file missing I confirm that I don't see it there, but

yum repo gpg signature file missing

2020-05-21 Thread Jason Pyeron
; Via: 1.1 varnish < Age: 0 < X-Served-By: cache-dca17757-DCA < X-Cache: MISS < X-Cache-Hits: 0 < X-Timer: S1590070752.409173,VS0,VE8 < Strict-Transport-Security: max-age=300 < 404 Not Found Not Found The requested URL /redhat/repodata/repomd.xml.asc was not found on thi

Re: Security for team-specific nodes

2020-03-25 Thread Jason Swager
If you use CloudBees Jenkins and their Folder Plus plugin, there is a feature on Folders that allows exactly this. There is a Controlled Slave/Folder feature where you can set a mapping between one or more folders to a slave. Such that only jobs in the mapped folder can execute on the mapped

Public key or notes retrieval for credentials?

2019-12-16 Thread Jason Pyeron
since it is so long, it breaks may UIs where it id used. Andy advice? Should we patch the credentials plugin? v/r, Jason Pyeron -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .com: jpye...@pdinc.us tel : 202-741-9397 -- You received this message because you are

Keeping logs of skipped unit tests?

2019-11-05 Thread Jason Pyeron
verbose logging is needed, but keeping the succeeded tests' output would be way too much. Any suggestions on patching Jenkins to add this option? Respectfully, Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

RE: Manual downstream triggers after business approval

2019-09-27 Thread Jason Pyeron
downstream triggers after business approval Thanks for the reply! Yea that's along the lines of what I was thinking, I'm just definitely worried about the job idling for more than a day or so. Have you had memory/other issues with doing that? On Thursday, September 26, 2019 at 3:25:38 PM UT

RE: Manual downstream triggers after business approval

2019-09-26 Thread Jason Pyeron
It’s a hack. Test on success kicks off approval Approval starts, waits for approval On time out (days) fail On approval pass On disapproval fail Then on success, kick off production From: jenkinsci-users@googlegroups.com On Behalf Of joseph pasque Sent: Thursday, September 26,

RE: Maven 3.6.1 POM changes, issue for Jenkins??? [JENKINS-59078]

2019-08-27 Thread Jason Pyeron
this is happening with the MavenProject job? Could you move to a free style project with a maven step instead? (In the interim?) On Mon, Aug 26, 2019 at 13:27 Jason Pyeron mailto:jpye...@pdinc.us> > wrote: I have exceeded my time bound abilities to fix/mitigate this. It is because the

RE: Maven 3.6.1 POM changes, issue for Jenkins??? [JENKINS-59078]

2019-08-26 Thread Jason Pyeron
I have exceeded my time bound abilities to fix/mitigate this. It is because the maven-core:3.5.4 is the basis for embedding, it cannot parse the new pom attributes. I put as much as I could in the ticket. Welcome any ideas to mitigate or fix this. -Jason > -Original Message- >

Maven 3.6.1 POM changes, issue for Jenkins??? [JENKINS-59078]

2019-08-26 Thread Jason Pyeron
ava:340) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1329) ... 10 more -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .mil: jason.j.pyeron@mail.mil .com: jpye...@pdinc.us tel : 202-741-9397 -- You received this message beca

Re: Build failure in Jenkins: DependencyCheckAnalyzer

2019-07-26 Thread Jason Flowers
some runtime bug that caused the > keyword to be removed from the DSL? That seems unlikely to me, but I guess > it could be possible. > > On Thu, Jul 25, 2019 at 9:18 AM Jason Flowers > wrote: > >> Nope >> >> On Thursday, July 25, 2019 at 9:48:28 AM UTC-4, sl

Re: Build failure in Jenkins: DependencyCheckAnalyzer

2019-07-25 Thread Jason Flowers
Nope On Thursday, July 25, 2019 at 9:48:28 AM UTC-4, slide wrote: > > Did anything get updated on your Jenkins instance? > > On Thu, Jul 25, 2019, 06:27 Jason Flowers > wrote: > >> I am getting a build failure in Jenkins with our maven >> dependencycheckanalyz

Build failure in Jenkins: DependencyCheckAnalyzer

2019-07-25 Thread Jason Flowers
I am getting a build failure in Jenkins with our maven dependencycheckanalyzer. This is a piece of code we haven't changed and was working for a long time and randomly started failing our builds yesterday.. apart from commented out the code to run the dependency check, any idea on how to resolv

unable to update plugin branch-api to 2.3.0

2019-04-04 Thread Jason Pyeron
When updating we get a 404 for http://updates.jenkins-ci.org/download/plugins/branch-api/2.3.0/branch-api.hpi http://archives.jenkins-ci.org/plugins/branch-api/ does not have a 2.3.0 directory. -Jason Name Branch API This plugin provides an API for multiple branch based

RE: How to debug SSHLauncher (due special characters in username)?

2019-04-03 Thread Jason Pyeron
Red herring. There was a space in front of the username, nothing to do with the $ at the end. > -Original Message- > From: jenkinsci-users@googlegroups.com On > Behalf Of Jason Pyeron > Sent: Wednesday, April 3, 2019 6:53 PM > To: jenkinsci-users@googlegroups.com &g

How to debug SSHLauncher (due special characters in username)?

2019-04-03 Thread Jason Pyeron
here? v/r, Jason Pyeron -- 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-users+unsubscr...@googlegroups.com. To view this discussion on the

RE: Windows Agent As a Service

2018-10-15 Thread Jason Pyeron
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Bidewell Sent: Monday, October 15, 2018 4:35 PM To: Jenkins Users Subject: Re: Windows Agent As a Service Thanks! but how do you make it run as a service from the command-line? done of the

RE: Windows Agent As a Service

2018-10-15 Thread Jason Pyeron
Bottom line up front – we are fine until 2025… From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Bidewell Sent: Monday, October 15, 2018 4:18 PM To: Jenkins Users Subject: Windows Agent As a Service With Java Web Start deprecated and slated

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

2018-04-03 Thread Jason Pyeron
> -Original Message- > From: Daniel Beck > Sent: Tuesday, April 3, 2018 12:52 > > > > On 3. Apr 2018, at 17:44, Jason Pyeron wrote: > > > > * Security Technical Implementation Guide (STIG) > > ** Firewall > > *** Ports & Protocols >

Jenkins in a secure environment - adding documentation to the wiki

2018-04-03 Thread Jason Pyeron
rols * Continuity of Operations (COOP) / Contigincy Plan (CP) ** Backup / Restore ** out of disk space issue ** failed agent communications diagnostics Other suggested topics? -J

RE: Jenkins init.groovy compilation

2017-12-19 Thread Jason Grammenos
Thank you very much Reinhold Füreder I will look into reflection, but probably just choose to ignore the errors and they do not end up causing problems anyways. And I will consider filling a bug with Jenkins. [Agility PR Solutions]<https://agilitypr.com/> Jason Grammenos | Operatio

FW: Jenkins init.groovy compilation

2017-12-15 Thread Jason Grammenos
ed so Script 2 fails compilation. The restart completes and all the scripts are run again, this time successfully. Is there any way to prevent this compilation failure? Thank you Regards Jason [Agility PR Solutions]<https://agilitypr.com/> Jason Grammenos | Operations and Infrastructur

RE: Jenkins Stickers

2017-07-14 Thread Jason LeMauk
help, Jason From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alyssa Tong Sent: Friday, July 14, 2017 12:15 PM To: jenkinsci-users Subject: Re: Jenkins Stickers Hi Jason, can you let me know where you are located? Will you be at Jenkins World<ht

Jenkins Distributed Builds: Permission tiers for project-based matrix authorization strategy

2017-07-14 Thread Jason LeMauk
Hello Jenkins Community! I had some questions for those of you fairly experienced with administering / maintaining a Jenkins distributed build system. I have a single Jenkins Master, and three or four Jenkins SSH Agents / Slaves running in VirtualBox (Jenkins host machine is running Ubuntu 14.04

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

2017-07-13 Thread Jason LeMauk
Hello Jenkins Community! I currently have an upstream job (Backup) triggering a downstream job (BackupCleanup). The trigger is set as a post-build action of build other projects (on the upstream job). However, when I select the project to build in the post-build action, I receive a warning that

Jenkins downstream jobs not triggered after enabling security

2017-07-12 Thread Jason LeMauk
I currently have two jenkins freestyle jobs setup. One is titled AutomatedBackup, and the other AutomatedBackupCleanup. Upon successful completion of the AutomatedBackup job, the AutomatedBackupCleanup job is triggered. I have recently enabled security on my Jenkins instance, which appears to h

Jenkins ACL matrix

2017-07-12 Thread Jason LeMauk
Hello Jenkins Community! I am documenting our authorization strategy implemented for our Jenkins instance. We currently use a 'Project-Based' authorization strategy made available via the Matrix Authorization Strategy plugin for Jenkins. In the formal documentation (as well as the property notes

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

2017-07-12 Thread Jason LeMauk
, but personally not tested. Hope it helps. 2017-07-11 20:41 GMT+02:00 Jason LeMauk mailto:jason.lem...@csquaredsystems.com>>: I currently have a distributed build system in place (1 Jenkins master and several Jenkins Agents). I have an automated backup / backup cleanup job that runs on

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

2017-07-11 Thread Jason LeMauk
I currently have a distributed build system in place (1 Jenkins master and several Jenkins Agents). I have an automated backup / backup cleanup job that runs on Jenkins Master. For this reason I need to keep my executors on the Jenkins Master. The rest of my jobs run on specific Jenkins Agents.

Jenkins Distributed Builds: Project-Based Matrix Authorization Strategy

2017-07-11 Thread Jason LeMauk
as possible. Thanks to anyone who has any experience setting up a Jenkins Distributed Build system using project-based authorization! -Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and st

RE: Installing / maintaining Jenkins on a Linux host machine

2017-07-11 Thread Jason LeMauk
that has Java simply by doing java -jar PATH/TO/jenkins.war. There are some command line options you can provide, but in general you are just running the WAR file. On Tue, Jul 11, 2017 at 9:44 AM Jason LeMauk mailto:jason.lem...@csquaredsystems.com>> wrote: We are currently provisioning

Installing / maintaining Jenkins on a Linux host machine

2017-07-11 Thread Jason LeMauk
Red Hat / Fedora / CentOS ruled out)? It should probably be noted that we will likely install / upgrade on the Jenkins LTS release schedule<https://jenkins.io/changelog-stable/>. Thanks for any guidance from anybody who may have experience installing / maintaining a Jenkins instance on a Linux m

RE: Installing / maintaining Jenkins on a Linux host machine

2017-07-11 Thread Jason LeMauk
/ Ubuntu base operating system to host our Jenkins instance on (keeping in mind that Red Hat / Fedora / CentOS is ruled out). It should probably be noted that we will likely install / upgrade on the Jenkins LTS release schedule. Thanks again for any advice or guidance! -Jason From: jenkinsci

Installing / maintaining Jenkins on a Linux host machine

2017-07-11 Thread Jason LeMauk
o may have experience installing / maintaining a Jenkins instance on a Linux machine! - Jason -- 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 jenk

RE: Distributed Builds: Software required to build only installed on build node?

2017-07-10 Thread Jason LeMauk
e required for the build is tied to a build node's MAC address? Thanks in advance for any follow up information you may be able to provide. - Jason -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Simon Richter Sent:

Distributed Builds: Software required to build only installed on build node?

2017-07-10 Thread Jason LeMauk
I have a distributed build system in place (1 Jenkins Master and several build nodes). I have a piece of software required for a project's build whose licensing is tied to the MAC address of the machine which has the software installed (ioncube encoder). Am I correct in assuming that when the

Jenkins.log file location on Ubuntu

2017-07-07 Thread Jason LeMauk
hanks in advance for any help! -Jason -- 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-users+unsubscr...@googlegroups.com. To view this d

RE: Jenkins LTS Release Line: Frequency / Process of Upgrading Jenkins on LTS release schedule

2017-07-03 Thread Jason LeMauk
Behalf Of Mark Waite Sent: Monday, July 03, 2017 4:54 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins LTS Release Line: Frequency / Process of Upgrading Jenkins on LTS release schedule Replies inline for clarity. On Mon, Jul 3, 2017 at 2:46 PM Jason LeMauk mailto:jason.lem

RE: Jenkins LTS Release Line: Frequency / Process of Upgrading Jenkins on LTS release schedule

2017-07-03 Thread Jason LeMauk
. For this reason, I believe it may not be better to wipe out the original WAR file in $JENKINS_HOME with an apt upgrade. Also, if the Jenkins package is installed from ‘apt’, wont a sudo apt get update / upgrade automatically upgrade my Jenkins instance? Thank you again for your advice! -Jason

RE: Jenkins Distributed Builds: Parameterized Jobs and the Ansible Plugin for Jenkins

2017-07-03 Thread Jason LeMauk
: Parameterized Jobs and the Ansible Plugin for Jenkins Jason, all parameters are available in the environment of any slave/agent just like they were available when built on the master. as far as ansible and python, I would say you would need to install them on any build machine. On Mon, Jul 3

Jenkins LTS Release Line: Frequency / Process of Upgrading Jenkins on LTS release schedule

2017-07-03 Thread Jason LeMauk
I am currently working to setup a Jenkins server for continuous integration. One area of Jenkins maintenance I am looking at is Jenkins upgrades. As gaining access to new Jenkins features is less important to our setup than receiving important bug fixes and general system stability, I am conside

Jenkins Distributed Builds: Parameterized Jobs and the Ansible Plugin for Jenkins

2017-07-03 Thread Jason LeMauk
r patience and advice. - Jason -- 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-users+unsubscr...@googlegroups.com. To view this discussio

vSphere Cloud Plugin up for adoption

2017-06-19 Thread Jason Swager
Hello, I am putting the vSphere Cloud Plugin up for adoption - would any one like ownership of it? If so please contact me directly via email. Wiki page: https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin Source: https://github.com/jenkinsci/vsphere-cloud-plugin Jason Swager

Multibranch GitHub Branch Source Jenkinsfile woes - extreme confusion

2017-05-23 Thread Jason Antman
an't seem to find any examples of using either that make sense to me and couldn't get it working on my own (partly because the formatting of those documentation pages seems to be broken). Emphatic thanks for anyone who can point me in the right direction or offer help with this. Thanks, J

Re: Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-16 Thread Jason Koelewyn
Cuke report plugin, and the Cuke test result plugin. The issue is we want the output at the step level, not the scenario level. This allows explicit manual test instructions to be part of the output. J On Monday, May 15, 2017 at 7:04:07 PM UTC-4, James Nord wrote: > > I'm pretty sure I implemente

Re: Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-16 Thread Jason Koelewyn
Thank you, but is there a way to do it outside of the hooks? or do you just have to accumulate all your output as you go and dump it out in the after block? On Monday, May 15, 2017 at 7:04:31 PM UTC-4, James Nord wrote: > > https://gist.github.com/aslakhellesoy/4072962 -- You received this me

Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-15 Thread Jason Koelewyn
We have a lot of result text that shows in the console, but not in the report when our cuke tests run. Is there any way to raise those messages so they show on the report? Thank you Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: unclassified

2017-04-27 Thread Jason
at org.kohsuke.groovy.sandbox.impl.Checker$3.call(Checker.java:191) I don't get prompted for a script approval for this, so is there any way around this? thanks, Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

RE: E-mail Notification issue in genkins

2017-03-26 Thread Jason Pyeron
igure the gmail setting genkins > notification working fine. > 4. We have installed certbot SSl for our email server. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: I got some dependency errors after upgrade to the new version.

2017-02-28 Thread Jason Yu
tened tree and Pipeline Supporting APIs not being able to be loaded breaks a bunch of others. On Thu, Feb 23, 2017 at 9:02 AM, V A wrote: > Hi Jason, > Did the depency error got solved ?? if solved so , can you please share > it with me . > thanks > > On Wednesday, February

Re: I got some dependency errors after upgrade to the new version.

2017-02-27 Thread Jason Yu
HI, Daniel: I have another issue. I would like to know if you can help? I have branches set up in bitbucket. Some of branches are deleted from bitbucket. But they still show up when I click build with parameters. Have you ever met this issue? thanks. jason On Wednesday, February 22, 2017

Re: How to remove the deleted branch names from "build with parameters"

2017-02-27 Thread Jason Yu
Any help for this issue. I upgraded jenkins but the issue still exists. Thanks. jason On Thursday, February 23, 2017 at 4:06:13 PM UTC-8, Jason Yu wrote: > > I have my jenkins server updated to 2.46 yesterday aiming to resolve this > issue but it still exists after upgrade. >

How to remove the deleted branch names from "build with parameters"

2017-02-23 Thread Jason Yu
t. Would anyone help me with this? I appreciate any help, thanks. Jason -- 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-users+un

Re: I got some dependency errors after upgrade to the new version.

2017-02-22 Thread Jason Yu
It's a gorgeous answer. I resolved the issue by upgrading script security plugin. On Wednesday, February 22, 2017 at 1:16:40 PM UTC-8, Daniel Beck wrote: > > > > On 22.02.2017, at 22:13, Jason Yu > > wrote: > > > > Please kindly give me som

Clover failure 4.7.0, 4.6.0 works

2016-12-04 Thread Jason Pyeron
I have read through: https://wiki.jenkins-ci.org/display/JENKINS/Clover+Plugin I have searched https://issues.jenkins-ci.org/ , leading to https://issues.jenkins-ci.org/browse/JENKINS-38956 and a few others (now marked as dupes) WARNING: Error while serving https://server/ci/job/logwatch/config

RE: Jenkins job termination needs serious engineering help

2016-11-17 Thread Jason Pyeron
> -Original Message- > From: Rinaldo DiGiorgio > Sent: Wednesday, November 16, 2016 08:57 > > It has been over a year of dealing with Job termination in > jenkins requiring one to find an html link in a console > output file that is scrolling at a very fast rate. Please explain, not su

RE: Unable to download LTS for windows

2016-10-10 Thread Jason Pyeron
> -Original Message- > From: eric wood > Sent: Monday, October 10, 2016 15:00 > To: Jenkins Users > Subject: Unable to download LTS for windows > > The mirror does not seem to be working on this site. I can > download the latest windows installer, but I would like to > get the LTS. Any

RE: Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
Solved. I am not doing a root cause on this one because I do not care enough about smart-jenkins... Sorry. > -Original Message- > From: Jason Pyeron > Sent: Sunday, October 09, 2016 11:09 > > > -Original Message----- > > From: Jason Pyeron > > Sent:

RE: Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Sunday, October 09, 2016 10:23 > > I am atempting to follow: > https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin, but I cannot > get to step 1. > > I think this is likely user error, but I ge

Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
button selection: [no new console entries] Below is a dump of http://127.0.0.1:8099/systemInfo What could I be doing wrong? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: Pipeline help please!

2016-09-30 Thread Jason Swager
This should help: https://github.com/jenkinsci/pipeline-examples/blob/master/docs/BEST_PRACTICES.md#groovy-gotchas On Friday, September 30, 2016 at 10:26:40 PM UTC-7, Sam K wrote: > > Anyone? > > On Friday, September 30, 2016 at 11:54:32 AM UTC-7, Sam K wrote: >> >> I have 4 sets of IP address

RE: Standalone mirrored update site without signature checking

2016-09-21 Thread Jason Pyeron
> -Original Message- > From: Bilsby David C > Sent: Wednesday, September 21, 2016 05:17 > > OK I think I have fixed this myself. To disable signature > checking on the update file you need to set the > hudson.model.DownloadService.signatureCheck variable to > false. I did this through a

Make Pipeline build (or stage) NOT be durable?

2016-09-16 Thread Jason Swager
Jenkins restart. Is there a way to mark a Pipeline job, or maybe just a stage running on a temporary node, as non-durable. So that if Jenkins dies during that build/stage, it won't try to restart the pipeline? Thanks, Jason -- You received this message because you are subscribed to th

Re: Automated Jenkins Plugin/Dependency Management

2016-08-27 Thread Jason Kulatunga
other parts can be configured before actually > running the service? > > On Wednesday, August 17, 2016 at 9:36:08 AM UTC-5, Jason Kulatunga wrote: >> >> Hey, >> Thanks for all the help guys. >> I slept on this idea for a few days because, to be honest I really didn&#

You Don't Know Jenkins

2016-08-22 Thread Jason Kulatunga
ming soon) Part 4 - Advanced DSL & Pipeline Techniques (Coming soon) I'd love to get feedback from some of you other heavy Jenkins users. Thanks! -Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gro

Re: Automated Jenkins Plugin/Dependency Management

2016-08-17 Thread Jason Kulatunga
g with pipelines right now, and are waiting to see how > https://issues.jenkins-ci.org/browse/JENKINS-33507 will work for us to > get as much of the job configuration out of Jenkins as possible. > > We are still in the brainstorming phase, so I'm interested to see who else > has

RE: Slaves on Old OS's

2016-08-12 Thread Jason Pyeron
om/technetwork/java/javase/documentation/install-windows-139781.html 1.4.1) Windows 98/NT 4 ... Windows XP (w/ support = Windows 7) -Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Automated Jenkins Plugin/Dependency Management

2016-08-11 Thread Jason Kulatunga
periencing the same issue? I'm more than happy to create my own open source solution, but I'd love to base it on an existing (even unmaintained) project. -Jason On Thursday, August 11, 2016 at 4:51:07 PM UTC-4, Baptiste Mathus wrote: > > IMO a Docker image with the right set of

Automated Jenkins Plugin/Dependency Management

2016-08-11 Thread Jason Kulatunga
as done something similar but I wanted to get some feedback before I spent too much time investigating either idea. Any and all feedback is welcome -Jason Build Automation Engineer Adobe -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

SDLC for Pipeline Templates?

2016-06-02 Thread Jason Hull
templates. How do I develop, test, and promote pipeline templates themselves? Are people out there creating pipelines for their pipeline templates or using other techniques? I'd love to know the community's thoughts and experience here! -Jason -- You received this message becau

RE: Jenkins Hardware Upgrade

2016-05-15 Thread Jason Pyeron
> -Original Message- > From: Albert Shamsiyan > Sent: Sunday, May 15, 2016 5:45 AM > > Hi, > > > I'm looking for a way to upgrade our Jenkins and hosting > machine to official latest. > Were currently using antique RedHat machine and Jankins > master was not updated for a while. > I

Re: Protecting Jenkins from its own pipelines and jobs

2016-03-30 Thread Jason Hull
Thank you for your response, Victor! Below are my responses to your comments. Before that, however, for background I should state that I work in a large enterprise in a highly regulated industry. Thus my keen interest in security. On Wednesday, March 30, 2016 at 3:31:18 PM UTC-5, Victor Martine

Protecting Jenkins from its own pipelines and jobs

2016-03-30 Thread Jason Hull
-rf /home/jenkins'.execute echo 'Bye!' How to I prevent these types of malicious activities? Thanks!! Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

Re: Plugin to support Docker swarm as cloud provider?

2016-03-19 Thread Jason Swager
We use the Docker Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin) with Docker Swarm. Since a Swarm Master presents itself just like a normal Docker host, Jenkins doesn't see the difference and and uses it exactly the same. On Wednesday, March 16, 2016 at 12:07:16 PM UTC-7, G

jclouds plugin with openstack keystone v3 auth

2016-02-22 Thread Jason Reslock
I'm having an issue with the jclouds plugin running against an openstack cloud that uses keystone v3 authentication. The problem appears to be that the system requires a domain as part of the credentials and there is no place to enter the domain. Has anyone been able to use the v3 auth with j

Re: REST api to trigger a job in the build pipeline

2016-01-29 Thread Jason Tran
Maybe this will help: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build Look at 'Launching a build with parameters' http://server/job/myjob/buildWithParameters?PARAMETER=Value On Friday, January 29, 2016 at 10:36:43 AM UTC-8, Ramnath Ananth wrote: > > Hello, > > I am trying to t

Re: Run job on ALL cloud (i.e. Docker) slaves including a given label

2016-01-19 Thread Jason Swager
Take a look at the NodeLabel Parameter plugin (https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin). This offers a way to start a job with a parameter that is a label and the job can run on all matching slaves. On Tuesday, January 19, 2016 at 8:13:43 AM UTC-8, Julianus Pfe

Re: hudson.model.DirectoryBrowserSupport.CSP inaccesible; cannot render userContent HTML

2015-12-23 Thread Jason Swager
My apologies. After re-reading through the doc, I saw my mistake. Thank you! On Wednesday, December 23, 2015 at 7:07:30 AM UTC-8, Daniel Beck wrote: > > > > On 23.12.2015, at 15:40, Jason Swager > > wrote: > > > > tried the f

hudson.model.DirectoryBrowserSupport.CSP inaccesible; cannot render userContent HTML

2015-12-23 Thread Jason Swager
the Jenkins that I'm working with does not fall into that risk category. Thanks in advance, Jason -- 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

Re: Problem reverting to snapshot in job

2015-11-23 Thread Jason Swager
s doing a build (sort of like rebooting your slave mid-build), the build will fail. To work around this, split the job across two jobs. First job reverts the targeted slave VM, second job runs on the targeted slave VM. Jason Swager On Monday, November 23, 2015 at 7:09:29 AM UTC-8, Andreas

Re: Incremental Multi-Module Maven Builds

2015-11-05 Thread &#x27;Jason Terk' via Jenkins Users
ernal maven repository) and the overall job status is "NOT_BUILT". -Jason Indra Gunawan (ingunawa) writes: > I am wondering are you using scm-changes-updates-maven-extension maven > plugin from https://github.com/nwiechmann/scm-changes-maven-extension? > Is it working with g

Incremental Multi-Module Maven Builds

2015-11-05 Thread &#x27;Jason Terk' via Jenkins Users
hanged, but the overall status of the job is "NOT_BUILT". How can we build incrementally and get Jenkins to recognize a build that only built a subset of the modules in the project as "successful"? Thanks, -Jason Terk -- You received this message because you are subscribed t

Re: Regarding docker : JENKINS-30113

2015-11-01 Thread Jason Swager
If you're using the Docker plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin), I found the env vars worked fine when they were setup to be available to incoming .ssh connections. That sometimes meant using a different config file within the container to prep the variables. A g

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Jason Swager
Have you considered using the Docker plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin)? That plugin seems to be a closer fit for what you might want. The entire slave is in a container and consequently, all the PreBuild plugins and Publisher plugins work like they would on a

Re: vSphere plugin on ESXi5

2015-10-27 Thread Jason Swager
It most likely means that you are using a version of esxi that doesn't have all the feature enabled, such as the free version of the esxi or possibly a time limited or trial version. The plugin is designed to work with vSphere - talking to a vCenter. ESXi standalone exposes the same API, but i

Re: Publish tar.gz file to Nexus

2015-10-23 Thread Jason Tran
UTC-7, Jason Tran wrote: > > follow suggestion, I am using Assembly Plugin, but still having trouble > create tar.gz for Directory RE > > > *Here is my pom.xml:* > > > http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchem

Re: Publish tar.gz file to Nexus

2015-10-16 Thread Jason Tran
/var/lib/jenkins/jobs/nightly_build/workspace/RE false On Wednesday, October 14, 2015 at 2:06:14 PM UTC-7, Jason Tran wrote: > > ok thanks! I guess I should re-post and clarify I am looking for solution > within Jenkins. > > On Wedne

Re: Publish tar.gz file to Nexus

2015-10-14 Thread Jason Tran
y are indeed maven plugins. > > 2015-10-14 22:29 GMT+02:00 Daniel Beck >: > >> >> On 14.10.2015, at 22:23, Jason Tran > >> wrote: >> >> > I tried to search for these plugins under Available tab of Jenkins >> Manage Plugins but couldn't find the

Using Jenkins to publish tar.gz to Nexus

2015-10-14 Thread Jason Tran
Hello there, This is problem I am trying to solve: 1. checkout code from Github to a local directory D 2. run configure command inside directory D 3. create a tar.gz for directory 4. upload taz.gz file to Nexus I am stuck at step 3: - I can specify the verison in Maven pom.xml file, but is there

Re: Publish tar.gz file to Nexus

2015-10-14 Thread Jason Tran
n-plugin >> >> >> http://www.mojohaus.org/build-helper-maven-plugin/attach-artifact-mojo.html >> >> Kind regards >> Karl Heinz Marbaise >> On 10/14/15 1:07 AM, Jason Tran wrote: >> >>> Hello there, >>> >>> This is problem I am tr

Publish tar.gz file to Nexus

2015-10-13 Thread Jason Tran
Hello there, This is problem I am trying to solve: 1. checkout code from Github to a local directory D 2. run configure command inside directory D 3. create a tar.gz for directory 4. upload taz.gz file to Nexus I am stuck at step 3: - I can specify the verison in Maven pom.xml file, but is there

  1   2   3   >