Re: Jenkins takes too long for loading recent changes of current job (15min approx)

2016-08-24 Thread Ravalika
Thank you, Old Jenkin version is 1.6.3 migrated to jenkins stable version 2.7.1 On Monday, August 22, 2016 at 4:54:44 PM UTC+5:30, Daniel Beck wrote: > > When asking about a possible regression, it helps to mention both the > version you're using now, as well as the version you were using before

Re: Local Jenkins server redirect to AWS Jenkins server

2016-08-24 Thread niristotle okram
How is your local jenkins installed? Do you have any proxy server like apache/nginx? If yes you might want to look into the conf file. * I point my browser to the local IP:8080 and I get the AWS Jenkins home page.* *> *check if the hosts file doesn't have a name resolution set to the old AWS fqdn.

Re: FilePath in Jenkinsfile

2016-08-24 Thread Salvian Reynaldi
P.S. I tried def currentChannel = env.build.workspace channel, and gets "No such property: build for class: groovy.lang.Binding" error any help towards the goal (list child directories) would be appreciated On Thursday, August 25, 2016 at 11:31:24 AM UTC+7, Salvian Reynaldi wrote: > > I had a b

FilePath in Jenkinsfile

2016-08-24 Thread Salvian Reynaldi
I had a bash script that push some directories to AWS S3 for dir in */ ; do "push.sh" "${dir::-1}" done assuming the current directory is X, the script will push ./a/ and ./b/ into s3://.../a/X and s3://.../b/X Now i'm trying to switch to Jenkinsfile. To traverse child directories (lik

Re: regarding jenkins CD in jenkins 2.0

2016-08-24 Thread Zue Sani
Hi, I had setup windows slave using java web start setup. and I tried downloaded the jnlp file and tried to run on the jenkins master. It says cannot connect to application. (connection refused). Could you please help me with this. On Thu, Aug 11, 2016 at 9:34 AM, Jesse McCormick wrote: > I wa

Re: Building multiple maven projects without a parent pom?

2016-08-24 Thread Jesse McCormick
1) If this isn't available in pure git, you can just multi SCM plugin to retrieve from multiple git locations. Maybe helpful: http://stackoverflow.com/questions/9767919/in-jenkins-how-to-checkout-a-project-into-a-specific-directory-using-git 2. Just add multiple build steps in the order desir

Re: Local Jenkins server redirect to AWS Jenkins server

2016-08-24 Thread Michael Ryan
I deleted that local Jenkins instance and built another on a separate VM. I was careful not to reference the AWS instance anywhere in the config including the 'Jenkins URL' field. Searching in the /var/lib/jenkins dir reveals no instances of the name of the AWS jenkins server. Yet it now red

Windows slave on Linux server

2016-08-24 Thread Timmy Vercruysse
Dear, i'm using a Jenkins server(from Bitnami). When i try to configure a slave it works fine for Linux(true SSH). But when i try to add a Windows slave it doesn't work(Launch agent via Java Web Start). i always the the error The server rejected : none of the protocols were accepted(see attache

Re: Question regarding Jenkins pipeline setup

2016-08-24 Thread Leon Poon
More importantly, what is the best way of cleaning up the @script folders? On Thursday, August 4, 2016 at 2:37:09 PM UTC-4, jer...@bodycad.com wrote: > > Just realized the same thing, after developing my JenkinsFile inline with > sandbox removed, then approved the whole operation into white listi

Plans for next gitiles release?

2016-08-24 Thread 'Björn Pedersen' via Jenkins Users
Hi, as there are now considerable changes for gitiles either merged or almost ready , are there plans for a new gitiles release? Once it is released I could prepare a change for plugins/gitiles with updated dependencies as well (mostly jgit and commonmark [1]) . https://gerrit-review.googleso

Windows slave

2016-08-24 Thread Timmy Vercruysse
Dear, i'm trying to add a windows slave to a Linux server but i always get the following error : the server rejected the connection: none of the protocols were accepted. On the linux server i already added a linux build server(through ssh) without a problem. When i try to add a Windows server

Issues polling Bitbucket Git repo

2016-08-24 Thread Mithun Patel
I have Jenkins set up at work and have successfully used it with out Mercurial repos in Bitbucket. We now have a Git repo and I am trying to get the builds set up but my polling never seems to succeed. The rest of the build works fine just the polling does not. I see the following in the Git Po

Re: Unreadable data for build wrappers

2016-08-24 Thread Gavin Williams
Just to update, after some more googling and debugging, I came across: JENKINS-37422 The suggestion there is to roll the 'ruby-runtime' plugin back to v0.12. I gave that a go, and like magic all my broken builds have started working again fo

Resolving Artifacts using Jenkins job with directory, files and subdirectory

2016-08-24 Thread Uttam Naskar
How to Resolving Artifacts using Jenkins job with directory, files and sub directory? Below Configuration in Jenkins job to Resolved Artifacts doesn't works: *repo_key:Group/Artifact/*=>Output* How do I download all files under the Artifact directory to the Output directory. Thanks, Uttam Nas

Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-24 Thread Daniel Beck
> On 24.08.2016, at 10:11, Stephen Connolly > wrote: > > The "permanent" bit was added to indicate that this is an agent that will > stick around Even more nit: 'permanent' replaced 'dumb'. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Build Failure Analyzer - display tests names aong with fail causes

2016-08-24 Thread Patryk Drabiński
I'm really new to Jenkins. My company is using Build Failure Analyzer to find out causes for failed tests. What we would like to get is to have on a Build Page names of tests that failed along with category of error. Something in such way: Test 1 - Download Error Test 2 - Upload Error Test 3 -

Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-24 Thread Stephen Connolly
On Friday 19 August 2016, Baptiste Mathus wrote: > Hi, > > Fwiw, slave in Jenkins 1.x and "permanent agent" in Jenkins 2.x is indeed > the same thing. > > > Nit: Agent and slave are the same thing. The "permanent" bit was added to indicate that this is an agent that will stick around as distinct