Re: Need info on Jenkins

2016-12-14 Thread Dirk Heinrichs
Am 14.12.2016 um 08:58 schrieb Christoph Nenning: > > 1- I want to use Jenkins as a framework for testing our Windows > > Desktop applications (not web apps). Can I do so? I imagine I can. > > > > Yes you can :) > Jenkins basically just copies files and runs scripts. So you can use > it for all

Human submit after job

2016-12-14 Thread Andreas Wuz
Hi, I am developing a little workflow through jenkins jobs. Now I need to submit manually after a job has succeeded. So for example: Job -> manual submit -> job 2. I thought this could be accomplished with a button or something else. Is this possible, e.g. with a plugin? Best regards, Wuz

Re: Need info on Jenkins

2016-12-14 Thread thokari81
Jenkins runs on Windows just fine. Just put a slave on the Windows machine. Am Mittwoch, 14. Dezember 2016 09:14:29 UTC+1 schrieb Dirk Heinrichs: > > Am 14.12.2016 um 08:58 schrieb Christoph Nenning: > > > 1- I want to use Jenkins as a framework for testing our Windows > > Desktop applications

Re: Need info on Jenkins

2016-12-14 Thread Dirk Heinrichs
Am 14.12.2016 um 12:16 schrieb thokar...@gmail.com: > Jenkins runs on Windows just fine. Just put a slave on the Windows > machine. I know. I was referring to the "testing windows desktop applications" part. Given that the slave still runs on some remote machine, there is no desktop to run a

How to combine Pull-Request Pipeline with existing Jobs?

2016-12-14 Thread thokari81
I want to set up a pipeline using a Jenkinsfile, and then use the GitHub Organization Folder plugin to build Pull Requests. I would like to reuse existing Jobs to do the work, i.e. use several "build" steps in the pipeline. The problem is that these build steps previously had the branch to

Re: pipeline: it seems pipeline-build-step (build job) ignores node assignment

2016-12-14 Thread Michael Pailloncy
IIUC, it's a normal behaviour. The "build" pipeline step triggers the job job1 without any node "context" (a bit like if you trigger it manually), so the default label of job1 is used in this case. If you want to trigger job1 with a specific label, you should have a look to this plugin :

Re: Human submit after job

2016-12-14 Thread Michael Pailloncy
Are you using Jenkins Pipeline ? If yes, an "input" step exists to add a manual approval at any time during your workflow (or pipeline, as you want) : https://jenkins.io/doc/pipeline/steps/pipeline-input-step/#input-wait-for-interactive-input =>

Re: pipeline: it seems pipeline-build-step (build job) ignores node assignment

2016-12-14 Thread alexander . ites
Thank you for fast reply, Michael. I got the point. I've already tried NodeLabel Parameter plugin with parameterized pipeline build job step. But it haven't worked for me. Soon I'll publish appropriate topic about this way you proposed that doesn't work for me for unknown reason. The pipeline

pipeline: it seems pipeline-build-step (build job) ignores node assignment

2016-12-14 Thread alexander . ites
Hi, I'm trying to run a job at the node assigned (not the master node), but the job runs at any free node available (often it is the master node actually). Here's my pipeline script: node('label1') { echo "Actual node name: $env.NODE_NAME ." build job: 'job1' } node('master') { echo

Re: Read files from workspace in multibranch pipeline scm?

2016-12-14 Thread Michael Kobit
Your problem is the new File( piece. The pipeline code runs on a flyweight executor on the master, and the various steps can run on allocated nodes. You might be able to do something using FilePath , but I think you could use the findFiles step

Jenkins Integration with Selenium

2016-12-14 Thread ramesh . puruganti
Hi We have deployed Jenkins in Linux(Cent OS) and integrated with Gitlab. If i want to integrate Selenium which runs on Windows Machine, How can we do integration? Jenkins - Linux Selenium - Windows 7 Please help me how to integrate selenium with Jenkins Thanks Ramesh -- You received this

Re: MultiJob retry functionality...I cant get it working

2016-12-14 Thread Vitaly Karasik
Fernando, I see the same behavior - neither "UNSTABLE" not ".*" rules don't work for unstable build. Even, according to the plugin code, it's just Java regex match, i.e. both should work. Vitaly On Thursday, May 19, 2016 at 7:04:48 PM UTC+3, Fernando Miguélez wrote: > > > Great answer

Position – Java Developer | Only Local to local candidates to Southern California

2016-12-14 Thread Anchit bajpai
Hi , Please reply to *anc...@1pointsys.com * *Position – Java Developer * *Location: Pasadena, CA* *Only Local to local candidates to Southern California* *Duration: 12+ Months* *Mode of Interview: Phone/Onsite (No Skype)* *Only USC / GC / GC EAD *

Position -- Quality Assurance Consultant

2016-12-14 Thread Anchit bajpai
Hi , Please reply to *anc...@1pointsys.com * *Position -- Quality Assurance Consultant* *Location: Westlake Village, CA* *Duration – 6 Months * *ONLY USC / GC * Description – More than 5 years of QA experience Manual QA Tester with heavy SQL experience

Position: System Developer/Programmer

2016-12-14 Thread Anchit bajpai
Hi , Please reply to *anc...@1pointsys.com * *Position: System Developer/Programmer* *Location -- Manassas, VA* *Duration – 6 Months Min* *MUST HAVE Minimum Experience 5+ years and all items in BOLD* 1) *Bigdata* ( Kafka, Hadoop, ansible,apache spart)

Position -- WebSphere Engineer/Architect

2016-12-14 Thread Anchit bajpai
Hi , Please reply to *anc...@1pointsys.com * *Position -- WebSphere Engineer/Architect* *Location -- BRENTWOOD, TN* *USC/GC only* *Duration -- 3 to 6 month contract* Required Skills:- Websphere (WAS) engineer with MQ messaging, portal experience. Wants

Re: Position -- WebSphere Engineer/Architect

2016-12-14 Thread Sean McNamara
Hello, Please stop spamming the Jenkins CI Users mailing list with your job postings. Users seeking a job will go to a website specialized in that. We don't need all your IT-related job postings spamming our inboxes too. Thanks. Jenkins admins, Do you consider these posts to be acceptable? I

Re: No action in response to a PR, even with hooks all apparently set

2016-12-14 Thread Andreas
Hi Benson, I'm experiencing the same problem that the builds are not being triggered, although the PR log states that it recognized the incoming webhook. I don't get your answer though - how did you finally solve the problem? Thanks! Andreas Am Donnerstag, 27. Oktober 2016 19:21:00 UTC+2

Re: Getting E-Mail Notification:

2016-12-14 Thread Indra Gunawan (ingunawa)
I am not sure how Travis supports git. In Jenkins Git plugin provides env variables available to Jenkins for free: Environment variables The git plugin sets several environment variables you can use in your scripts: * GIT_COMMIT - SHA of the current * GIT_BRANCH - Name of the branch

Re: Job unexpectedly being stopped with success exit code after exactly one hour

2016-12-14 Thread mike
Thanks for your feedback. The actual AWS activity is running as a task in ECS and continues after the Jenkins job ends. It is not configured with any connectivity via an ELB. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Plugins not loading

2016-12-14 Thread Mark Waite
Feel free to improve the documentation. If you couldn't find what you needed, you can help the community by improving the documentation in that area where you found it weak. Mark Waite On Wed, Dec 14, 2016 at 1:37 PM Nef Rey wrote: > This turned out to be a lack of

Re: Plugins not loading

2016-12-14 Thread Nef Rey
This turned out to be a lack of documentation or bad documentation everywhere. In newer versions of Jenkins the adding of the plugin information is in the Global Tool Configuration. After wasting hours or research finally someone in google pointed that out. I was following information that

pipeline scm checkout is happening on master node as well as slave node

2016-12-14 Thread tarocaravan
I configured my Jenkins pipeline job to read my pipeline script from SCM. In my pipeline I do an scm checkout on a slave node. As a result, I have code checked out both on the master node and the slave node, and whenever the Jenkins job is run, it actually reads the pipeline script on the

using remote api to get the build status upon completion

2016-12-14 Thread Katta Vijay
I was trying to implement jenkins remote api to initiate build and return the build status upon completion. i can able to trigger build by calling GET or POST methods but couldn't able to receive any response after the build! can some one help me here , how to get the status of the build.

Re: github, jenkins, and releases

2016-12-14 Thread al.niessner
No maven. In GitHub, I can select a commit to become a release. When I do this it churns the commit into a tarball with all of the git stuff removed. I then want to take this tarball and turn it into a docker image. Sounds strange, I know, but here is my workflow: 1. contributors use pull

Question :: 1.651.3 war deployed, but still shows ver. 1.651.1 ???

2016-12-14 Thread grimnaut
Is this intended? Anyone else seeing this? -- 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

Re: using remote api to get the build status upon completion

2016-12-14 Thread tarocaravan
I find that using the jenkins-cli was the best option to give me the status. https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI On Wednesday, December 14, 2016 at 2:10:25 PM UTC-8, Katta Vijay wrote: > > I was trying to implement jenkins remote api to initiate build and return > the

Re: Jenkins queuing multiple jobs of same type from SVN post commit hooks, what is expected behaviour?

2016-12-14 Thread tarocaravan
Maybe you can configure the 'quiet period'? The default is set in the configuration screen, but you can also set it per job configuration. On Tuesday, December 13, 2016 at 9:48:46 PM UTC-8, Christoffer Holmstedt wrote: > > Hi > I'm running a Jenkins server, latest 2.19 LTS release with a few

test results analyzer and multi-configuration builds

2016-12-14 Thread Littlefield, Tyler
All: We are using the test results analyzer plugin and really like the output and statistics it's showing. What we're really hoping to do and what would be nice is to be able to aggregate the data so that in a multi-configuration build, the data is shown for all of the axes in the matrix. Does

Re: Jenkins queuing multiple jobs of same type from SVN post commit hooks, what is expected behaviour?

2016-12-14 Thread tarocaravan
>From my experience, having multiple pipeline jobs polling for changes causes confusion from the end-user. It seems better to have one "master" job that polls and runs all the other builds. Also it seems Jenkins jobs (including pipeilnes) are quite happy to build concurrently, but I don't know

Re: Build status of all jobs.

2016-12-14 Thread Lakshmi narayana
any updated here. I have created view of 100 jobs. Looking for a consolidated dash board view of results for 7 days - with information like success - fail - abort - No run job information. Any plugin available ? On Thursday, October 3, 2013 at 7:33:13 PM UTC+5:30, NATESH SHANMUGASUNDARAM

Re: Jenkins queuing multiple jobs of same type from SVN post commit hooks, what is expected behaviour?

2016-12-14 Thread Christoffer Holmstedt
Thank you for your answers, much appreciated. After digging into this problem a bit further I've come to the conclusion that you are both right. As you say Slide I really want every build to isolate one commit but at some point the feedback loop back to developers becomes too long and it would be

Re: How to get Jenkins 2.0 multi branch pipeline and bitbucket 4.8.1 web hook working?

2016-12-14 Thread Flavio Troia
You have to put http://{USERNAME}:{PASSWORD}@JENKINS_URL/job/JOB_NAME/build?token=TOKEN Il giorno giovedì 28 luglio 2016 23:32:32 UTC+2, Otávio Augusto Soares

Re: github, jenkins, and releases

2016-12-14 Thread Indra Gunawan (ingunawa)
Hi Al Niessner, Are you building a maven project? Release plugin is to customize the release of your pom and project. It is not related to Github at all. What are you looking for? From: on behalf of "al.niessner" Reply-To:

Pipeline: How to trigger buld on URL change?

2016-12-14 Thread Greg Smith
Hi, Pre moving all of our builds over to Pipeline, we had a few builds that required being triggered off of a URL change. We used the URL Trigger plugin, available here: https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin We'd like to still have something like this for our current

Re: No action in response to a PR, even with hooks all apparently set

2016-12-14 Thread Benson Margulies
Andreas, I've left the job where I was setting up Jenkins, and I don't recall any details. Sorry, benson On Wed, Dec 14, 2016 at 7:41 AM, Andreas wrote: > Hi Benson, > > I'm experiencing the same problem that the builds are not being triggered, > although the PR

Re: Pipeline: How to trigger buld on URL change?

2016-12-14 Thread Indra Gunawan (ingunawa)
Please use a old freestyle job that can still use that plugin and let this job trigger your pipeline job. Otherwise please move on to https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Organization+Folder+Plugin and Jenkins 2.x From: on behalf of Greg Smith

Re: unknown error: session deleted because of page crash from tab crashed with Selenium plugin on Jenkins

2016-12-14 Thread Nick Schumacher
Any chance a fix was ever found for this? On Friday, September 25, 2015 at 6:59:39 PM UTC-4, Astou Sene wrote: > > Hello, > > I'm experiencing issues using chromedriver with Selenium plugin on > Jenkins. On my local machine, my tests run with no issues, but as soon I > run them remotely, I get

Pipeline 2.0: How to apply multiple wrappers?

2016-12-14 Thread thokari81
I would like to do this: stage { timestamps { ansiColor('xterm') { sh 'echo "Hello World"' } } } Or, using alternative syntax: stage { wrap([$class: 'TimestamperBuildWrapper']) { wrap([$class: 'AnsiColorBuildWrapper', colorMapName: 'xterm']) {

IP filter after setting Jenkins behind a reverse proxy

2016-12-14 Thread Jean-Eric Cuendet
I want to put Jenkins behind a reverse proxy (Apache). Then Jenkins trust the caller (the RP) and doesn't manage security itself anymore. It works only if the only caller of Jenkins IP address wise, is the RP itself. What's the way of coniguring Jenkins to accept connections only from some IP

Re: Jenkins queuing multiple jobs of same type from SVN post commit hooks, what is expected behaviour?

2016-12-14 Thread Slide
This is expected behavior, each commit gets its own build. Don't you want a build for each time a developer commits something so you know which commit broke something? On Tue, Dec 13, 2016, 22:48 Christoffer Holmstedt < christoffer.holmst...@gmail.com> wrote: > Hi > I'm running a Jenkins server,

Re: Need info on Jenkins

2016-12-14 Thread Slide
You have to make sure and run the agent as a desktop app. Current versions of Windows don't allow services to interact with the desktop anymore. This means you probably can't run Jenkins on the box and only use master for building, this would have a similar issue (unless you started Jenkins from

Re: Pipeline 2.0: How to apply multiple wrappers?

2016-12-14 Thread thokari81
Nevermind it actually does work this way. -- 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

Re: IP filter after setting Jenkins behind a reverse proxy

2016-12-14 Thread Daniel Beck
> On 14.12.2016, at 16:21, Jean-Eric Cuendet wrote: > > - Jetty can do that. Is it possible to configure it fron the "java -jar " > command line? > java -jar jenkins.war --help -- You received this message because you are subscribed to the Google Groups "Jenkins

Config File Provider Plugin & Credentials Plugin: Credential Replacement Not working

2016-12-14 Thread ZT
I have a few credentials defined and i want them replaced in the maven settings file (defined through the Config File Provider Plugin) - same server Id's I went through the documentation of Config File Provider Plugin and defined it as attached. But when i my free style job referring to this

Re: IP filter after setting Jenkins behind a reverse proxy

2016-12-14 Thread Daniel Beck
> On 14.12.2016, at 16:28, Daniel Beck wrote: > > java -jar jenkins.war --help Well, you can configure on which interface/port to listen, which is only good enough if the reverse proxy is on the same host and you can listen to 127.0.0.1. But combined with a firewall rule,