Re: Jenkins v2.15 with Git plugin v2.5.2

2016-08-01 Thread Antonio Hernandez
.git fatal: Not a git repository (or any of the parent directories): .git Someone in the same situation?? El viernes, 29 de julio de 2016, 14:32:20 (UTC+2), Antonio Hernandez escribió: > > Hi mark > i've got the same thing, the parameters doesn't have apparently nothing to > be with that

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Antonio Hernandez
, and one that builds the parameterized branch? > > On Friday, July 29, 2016 at 12:58:24 AM UTC-6, Antonio Hernandez wrote: >> >> Hi there, >> I'm living a nightmare because Git plugin behaviour. I have a proyect >> with mutiple SCMs with the following configuration: >

Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Antonio Hernandez
Hi there, I'm living a nightmare because Git plugin behaviour. I have a proyect with mutiple SCMs with the following configuration: so, it's setted to build a

Re: .bat running on jenkins

2016-07-14 Thread Antonio Hernandez
Hi Matheus, yes, just go to manage jenkins and you can see the menu called "Managed files", and on it you have options able to create a bat file , the tag is "*Managed windows batch file"* Cheers El jueves, 14 de julio de 2016, 15:03:55 (UTC+2), Matheus Henrique Da Silva escribió: > > Good

Build from a filtered commits list questions

2016-07-14 Thread Antonio Hernandez
Hi then, I'll explain quickly my problem: I have two git branches, one is master and the other is development. In the dev branch i have the fresh develop code but i just wondering how can: I would be able to create a new branch from jenkins with a list of commits only previosly created in a

Re: Filtering output log

2016-07-07 Thread Antonio Hernandez
Hi all, Any ideas? Thanks again El miércoles, 6 de julio de 2016, 18:01:08 (UTC+2), Antonio Hernandez escribió: > > Hi, > > I've got the code: > > > > ${line} > > > > showing al

Filtering output log

2016-07-06 Thread Antonio Hernandez
Hi, I've got the code: ${line} showing all the test results of a specific job but i want to cut it from one point filtering all before "--" and also after a specific word like "Build

Re: Set a default branch if it doesn't exist downstream

2016-07-04 Thread Antonio Hernandez
Hi there!, Please, anybody can help me to achieve how can handle it? Any help is welcome. El viernes, 1 de julio de 2016, 8:15:43 (UTC+2), Antonio Hernandez escribió: > > Hi, > What is a pipeline Script? > The only thing comes to my mind is something like this: > > git_s

Re: Set a default branch if it doesn't exist downstream

2016-07-01 Thread Antonio Hernandez
pressed with a seemingly simple condition). > > Cheers > Le 30 juin 2016 11:18 AM, "Antonio Hernandez" <hapy...@gmail.com > > a écrit : > >> Please nobody with same the problem, past or suffering now? >> It's important fix it in my company asap &

Re: Set a default branch if it doesn't exist downstream

2016-06-30 Thread Antonio Hernandez
Please nobody with same the problem, past or suffering now? It's important fix it in my company asap any help is welcome ans highly appreciated El miércoles, 29 de junio de 2016, 12:50:23 (UTC+2), Antonio Hernandez escribió: > > Hi everyone > > > Details: > > Our Jenki

Set a default branch if it doesn't exist downstream

2016-06-29 Thread Antonio Hernandez
Hi everyone Details: Our Jenkins build job uses Git with a default PARAMETER set to 'DEV' Any child job gets the same PARAMETER setting it to build the same one, all repos has at least, the branch DEV Problem: When I run the father job, it runs successfully because the branch always

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Antonio Hernandez
e the SCRIPT token > to specify the template in the content area of the post-build setup. > ${SCRIPT, template="file.template"} or for managed files ${SCRIPT, > template="managed:Name of Managed Item"} > > On Tue, Jun 28, 2016 at 6:33 AM Antonio Hernandez &l

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Antonio Hernandez
escribió: > > How are you specifying the content? > > On Tue, Jun 28, 2016, 03:20 Antonio Hernandez <hapy...@gmail.com > > wrote: > >> hi there!, >> >> I'm very confused when i'm trying to send an email with all changes and >> also with the console o

Re: Accessing $CHANGES from prior build job for email

2016-06-21 Thread Antonio Hernandez
I'm exacty stuck in the same issue Please , somebody helps us! Thanks all folks El viernes, 15 de mayo de 2015, 16:21:16 (UTC+2), Dave R escribió: > > I have two projects - one for a build followed by a deployment project in > a delivery pipeline. > > In the deployment project I would like

Re: Run jobs downstream with parameters

2016-05-30 Thread Antonio Hernandez
I found the solution by myself!! Just in case someone could find useful, the way to call a variable is ${variable} In my case , the problem was try calling a variable %BRACH% instead of ${BRANCH} Cheers El lunes, 30 de mayo de 2016, 9:44:43 (UTC+2), Antonio Hernandez escribió: > > Hi ev

Re: Template to send a better report by email

2016-05-23 Thread Antonio Hernandez
Hi Slide, I worked-around on it and i changed it with ${JELLY_SCRIPT,template="template"} because i'm using a .jelly template now and it's working. Thanks a lot! El jueves, 19 de mayo de 2016, 12:42:35 (UTC+2), Antonio Hernandez escribió: > > Hi everyone, > > I'm worki

Re: Template to send a better report by email

2016-05-20 Thread Antonio Hernandez
Hi, In Default Content form in the email-ext configuration, using FILE token to send the email directly ${FILE, path="email.html"} But it not working because it's unable to resolve any of the variables... i have no idea how to make it works and resolve all the body Any idea? *Antonio

Re: Template to send a better report by email

2016-05-20 Thread Antonio Hernandez
al} make <% } } } %> 1. In Default Content form in the email-ext configuration, I'm using FILE like ${FILE, path="/home/../../email.html"} Any idea what i'm doing wrong? thanks again El jueves, 19 de mayo de 2016, 12:42:35 (UTC+2),

Template to send a better report by email

2016-05-19 Thread Antonio Hernandez
Hi everyone, I'm working now in a better way to send a report by email because the report i have now is a pretty useless because the only thing it sending is a attatched report like this: Ejecutando en el nodo principalen el espacio de trabajo

Re: Marking failure a job finishing SUCCESS

2016-05-19 Thread Antonio Hernandez
Thanks a lot zerozerounouno I introduced the groovy script as you written and it's working fine Thanks again! El jueves, 19 de mayo de 2016, 11:12:58 (UTC+2), zerozer...@gmail.com escribió: > > Il giorno giovedì 19 maggio 2016 10:19:35 UTC+2, Antonio Hernandez ha >

Marking failure a job finishing SUCCESS

2016-05-19 Thread Antonio Hernandez
Hi everyone, I'm wondering how to manage the result of a job in other way as jenkins does because i have a job that the only thing it runs is a .jar file that can finsih ok or not but in both cases jenkins marks it as SUCESS, here is an example: Exception in thread "main"

Re: Jenkins as build , deploy machine and windows 7 as a selenium driver test slave machine

2016-04-14 Thread Antonio Hernandez
anybody faced with the same problem ?? El martes, 12 de abril de 2016, 16:13:45 (UTC+2), Antonio Hernandez escribió: > > > Hi then, > I have an issue with my jenkins configuration, it's all set up as this: > > Linux master machine compile, build and deploy all my source c

Jenkins as build , deploy machine and windows 7 as a selenium driver test slave machine

2016-04-12 Thread Antonio Hernandez
Hi then, I have an issue with my jenkins configuration, it's all set up as this: Linux master machine compile, build and deploy all my source code in a tomcat countainer, works fine! Windows 7 machine that i'm sending this: --- cmd.exe cd C:\Local_path\ Run_param.bat