Re: Is there a Jenkins Google App Engine plugin

2017-09-06 Thread Stephen Connolly
The plugin should still work, but we discontinued the centralised OAuth management service, so you need to manage renewing OAuth every 30-90 days yourself, and you need to define an OAuth application for your Jenkins instance and the redirect URL of that app must be on the public internet IIRC (the

Re: [hard] problem building github tags

2017-09-06 Thread Stephen Connolly
On Thu 7 Sep 2017 at 07:22, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > You are waiting on > https://github.com/jenkinsci/github-branch-source-plugin/pull/158 to be > merged then. > > You could build the plugin with the PR merged and do some testing to help > give better confidenc

Re: [hard] problem building github tags

2017-09-06 Thread Stephen Connolly
You are waiting on https://github.com/jenkinsci/github-branch-source-plugin/pull/158 to be merged then. You could build the plugin with the PR merged and do some testing to help give better confidence for releasing that PR On Thu 7 Sep 2017 at 00:43, wrote: > Oh, to clarify, we're using the "g

Re: [hard] problem building github tags

2017-09-06 Thread Mark Waite
The current git plugin does not provide a convenient way to build something that has been tagged if it has already been built. If you're willing to be on the cutting edge, you could install a pull request build

Re: [hard] problem building github tags

2017-09-06 Thread ahammond
Oh, to clarify, we're using the "github branch source" plugin and I have already confirmed that github is correctly firing the webhook. On Wednesday, September 6, 2017 at 4:38:05 PM UTC-7, aham...@anchorfree.com wrote: > > One of the fundamental concepts in CI/CD is "build once". So... we build

Re: [hard] problem building github tags

2017-09-06 Thread ahammond
One of the fundamental concepts in CI/CD is "build once". So... we build for every commit and test. Code which we want to promote, we merge and then test again. If tests pass, we tag it with a release number in git (v3.2 for example) and push that. I expect jenkins to fire a build. Our jenkinsfi

Fwd: How to publishHTML via Shared Library global variable steps?

2017-09-06 Thread Ann B
Hi all- I am attempting to perform a publishHTML post-build action in my Shared Library pipeline code. I am having a problem coming up with the correct syntax. I am referencing the steps instance from my *vars/runFunctionalTests.groovy* global variable: *import *org.magento.ci.tests.Function

Re: Inventory of development flows for Jenkinsfile and Pipeline Library

2017-09-06 Thread Christopher Orr
On Wed, 6 Sep 2017, at 16:23, Martin d'Anjou wrote: > I'd like to inventory the current development flows for unit testing, > integration testing and release of Jenkinsfile and Pipeline DSL > libraries. Sounds good. > I am guessing everyone's objective is to reach a level where a single > "grad

Re: Is there a Jenkins Google App Engine plugin

2017-09-06 Thread Christopher Orr
On Wed, 6 Sep 2017, at 17:37, phanikumar wrote: > I came across a video > https://www.youtube.com/watch?v=L4d2HvXNfv0&feature=youtu.be where it is > using Google App Engine plugin. But I didn't find it in pre built > plugins. > can someone state what is the exact plugin used for this. AFAICT, the

Re: Pinning a node to a particular workspace in jenkins pipeline?

2017-09-06 Thread Craig Silverstein
Thanks for the suggestion! I had thought of using external workspaces originally, but I want each job to have a unique workspace, but to pick an unused workspace when possible (since creating a new workspace is quite expensive in our case). I didn't relish the idea of having to manage the lis

Re: Pinning a node to a particular workspace in jenkins pipeline?

2017-09-06 Thread Martin d'Anjou
The External Workspace Manager Plugin can be used to solve this problem. I use it every day. It saves time as there is no stashing required. Here is an example of reusing the workspace with two nodes in the same job: de

Re: blueocean pipeline bitbucket repo name cached credentials ?

2017-09-06 Thread Stephen Connolly
On Wed 6 Sep 2017 at 20:05, nup wrote: > Hi, > > > Having a strange issue where I can add the repo name and user when > creating blueocean pipeline with Bitbucket Could connection. My > credentials are permanently stored to and I cannot figure out how to remove > them. > They are stored in your

blueocean pipeline bitbucket repo name cached credentials ?

2017-09-06 Thread nup
Hi, Having a strange issue where I can add the repo name and user when creating blueocean pipeline with Bitbucket Could connection. My credentials are permanently stored to and I cannot figure out how to remove them. Stuck at the attached screen shot with My Repo and nothing goes further. <

Re: MSTest plugin poll

2017-09-06 Thread Ivo Bellin Salarin
Thanks Chris for your bug report, I'll have a look at this problem tomorrow. I'll send you an email when a new version is available for test. Have a great day, Ivo On mar. 5 sept. 2017 à 10:38 Chris B wrote: > Hi, > > there seems to be a problem with the MSTest Plugin in a none-pipeline job: > >

Not able to see : Terraform Configuration option in "system configuration"

2017-09-06 Thread sanjay naikwadi
Hi I have installed Terraform plugin from : https://wiki.jenkins.io/display/JENKINS/Terraform+Plugin (Version 1.0.9) Jenkins Version : jenkins-2.60.3-1.1.noarch (Centos 7) But I am not able to see any option in System configuration to install Terraform. Anything I am missing or any thing I am

Is there a Jenkins Google App Engine plugin

2017-09-06 Thread phanikumar
I came across a video https://www.youtube.com/watch?v=L4d2HvXNfv0&feature=youtu.be where it is using Google App Engine plugin. But I didn't find it in pre built plugins. can someone state what is the exact plugin used for this. -- Sent from: http://jenkins-ci.361315.n4.nabble.com/Jenkins-users-f

Inventory of development flows for Jenkinsfile and Pipeline Library

2017-09-06 Thread Martin d'Anjou
I'd like to inventory the current development flows for unit testing, integration testing and release of Jenkinsfile and Pipeline DSL libraries. I am guessing everyone's objective is to reach a level where a single "gradle" or "mvn" command runs all tests and deploys a new set of Jenkinsfile/Pi

Re: Send mail from Jenkins with attach conditioned file

2017-09-06 Thread Richard Ginga
that is the configuration. I select Any Build Step Step for both On Mon, Sep 4, 2017 at 3:13 AM, Ana MB wrote: > Hi Richard, > > I installed that plugin "any build step", but I don't know what I have to > configure in Jenkins Configuration: > > >

Re: Command to send mail from Shell

2017-09-06 Thread Ana MB
I fixed it installing postfix. Thanks! El miércoles, 6 de septiembre de 2017, 10:29:00 (UTC+2), Ana MB escribió: > > If I search for "sendmail" in my server where Jenkins is installed, I find; > > > deploy@DS0:~/selenium$ sudo find / -name "sendmail" > > /var/lib/docker/aufs/diff/3adcc7d98df145e

Job DSL issue with Parameterized Trigger and AllNodesForLabelBuildParameterFactory

2017-09-06 Thread JD
Hi, I am writing a job-dsl for parameterized trigger and the code snippet is like below: steps{ downstreamParameterized { trigger('AAA') { block { buildStepFailure('never') failure ('never') unsta

Re: Command to send mail from Shell

2017-09-06 Thread Diptiman Adak
Probably the slave does not have the packages installed. On Wednesday, September 6, 2017 at 12:38:17 PM UTC+5:30, Ana MB wrote: > > Hi guys!! > > I want to send a mail when the files match condition is true, but I've > tried with the following commands with no luck: > > >1. mailx -s 'Test Ma

Re: Command to send mail from Shell

2017-09-06 Thread Ana MB
If I search for "sendmail" in my server where Jenkins is installed, I find; deploy@DS0:~/selenium$ sudo find / -name "sendmail" /var/lib/docker/aufs/diff/3adcc7d98df145e2238d36c153978c01bb9795e9454becd7dc68c4779afeaac5 */usr/sbin/sendmail* So, I guess, I could use "sendmail" perfectly could

Re: Command to send mail from Shell

2017-09-06 Thread Ana MB
How could I chek it? Thanks! El miércoles, 6 de septiembre de 2017, 9:39:06 (UTC+2), Diptiman Adak escribió: > > Probably the slave does not have the packages installed. > > On Wednesday, September 6, 2017 at 12:38:17 PM UTC+5:30, Ana MB wrote: >> >> Hi guys!! >> >> I want to send a mail when th

Command to send mail from Shell

2017-09-06 Thread Ana MB
Hi guys!! I want to send a mail when the files match condition is true, but I've tried with the following commands with no luck: 1. mailx -s 'Test Mail from Jenkins' -a **/my_file.csv m...@email.com but it returns failure "mailx: not found" 2. sendmail -f sender@som

Re: Wrong Boolean Conditioned Token

2017-09-06 Thread Ana MB
Yesss Perfect!! Thanks so much!!! It works! El martes, 5 de septiembre de 2017, 15:44:00 (UTC+2), slide escribió: > > I think when using File Matches, you need to specify an ant-style file > pattern like you were trying before. Try putting this in the box (verbatim): > > Includes "**/tes