Re: Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver and hudson.maven.reporters.MavenFingerprinter

2018-11-27 Thread Pranav Kv
Any one can comment on this? I'm also getting the same warning in jenkins 2.121.1 Regards Peanav On Wed, 28 Nov 2018, 1:42 am ale rajesh Did you find any answer. am facing the same issue > > On Tuesday, August 14, 2018 at 11:43:17 AM UTC-4, gary.l...@ge.com wrote: >> >> thank you Devin! greatly

Re: need to deploy in multiple branches

2018-11-27 Thread Ajay Sharma
use this for master only if (!env.CHNAGE_ID && env.BRANCH_NAME == 'master') { } On Wed, Nov 28, 2018 at 7:18 AM Robert Rajendra wrote: > Thankyou > > On Tue, 27 Nov 2018, 11:23 pm Ajay Sharma >> I am also searching, by tomorrow I will reply. >> >> On Tue 27 Nov, 2018, 5:27 PM > >>> >>>

Re: need to deploy in multiple branches

2018-11-27 Thread Robert Rajendra
Thankyou On Tue, 27 Nov 2018, 11:23 pm Ajay Sharma I am also searching, by tomorrow I will reply. > > On Tue 27 Nov, 2018, 5:27 PM >> >> >> On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz >> wrote: >>> >>> Hi Team i want to deploy to the staging only when the code is

Re: Jenkins old builds are missing after downgrading Jenkins from 2.5 to 1.5

2018-11-27 Thread Slide
I'm not surprised old builds would be missing if you upgraded from 1.x to 2.x and then tried to downgrade to 1.x. The format of the files may have changed, 1.x is VERY old and I would recommend staying on a 2.x. On Tue, Nov 27, 2018 at 11:07 AM Ashlin Nisho wrote: > Hi Team, > > > > After

Re: Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver and hudson.maven.reporters.MavenFingerprinter

2018-11-27 Thread ale rajesh
Did you find any answer. am facing the same issue On Tuesday, August 14, 2018 at 11:43:17 AM UTC-4, gary.l...@ge.com wrote: > > thank you Devin! greatly appreciate it. > > On Friday, August 10, 2018 at 12:07:57 PM UTC-5, gary.l...@ge.com wrote: >> >> Hello, >> >> >> >> I was on Jenkins 1.6.x

Sonarqube scanner failing for SOME projects

2018-11-27 Thread Mark Jaffe
We are switching from an older Jenkins instance (1.646) to a newer one (2.121.3), and during addition of pipeline (Jenkinsfile) configuration, one of the projects succeeds, and most of the others are failing with error: [ERROR] Failed to execute goal

Re: Jenkins Batch to Bash

2018-11-27 Thread Cornelius Ele
Thank you for such a detailed reply! Just wondering, because there are many plugins and tools, and I want to maintain the same version as the old Jenkins, would it be possible to copy the 'plugins' and 'tools' folder as well? I was originally thinking of copying everything under JENKINS_HOME

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm relatively new to all these and I'm just now realizing there are this many ways to use Jenkins (sorry for being dumb). YES!!! like you said, we want to use a backup mechanism as we don't have any of these in place. Where can I find documentation or study materials for the stuff you

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
We are looking for a full backup of the JENKINS_HOME folder (automated). We looked at SMC Sync plugin, ThinBackup, Backup and PeriodicBackup. PeriodicBackup was the only one which offered both. But, with this we are facing the following issues 1) The values that we set for "# of backups"

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
Yes Jeff. That's where I configured. JVM Options - "-Xmx3072m" On Tuesday, November 27, 2018 at 1:07:10 PM UTC-5, Jeff Thompson wrote: > > I suggest you try configuring it at the configuration page for the node in > Jenkins. Look under the Advanced button for JVM options. > > Jeff Thompson

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread Jeff Thompson
I suggest you try configuring it at the configuration page for the node in Jenkins. Look under the Advanced button for JVM options. Jeff Thompson > On Nov 27, 2018, at 7:32 AM, gotviser...@gmail.com wrote: > > We have a Windows 2016 Slave. The slave gets disconnected due to heap memory >

Jenkins old builds are missing after downgrading Jenkins from 2.5 to 1.5

2018-11-27 Thread Ashlin Nisho
Hi Team, After downgrading Jenkins from 2.5 to 1.5 old builds are missing in Jenkins console . But the old builds exists inside server when I SSH but only missing in console. Please help me making it visible in console. Thanks, Ashlin -- You received this message because

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
Thanks a lot Victor. This helps. On Tuesday, November 27, 2018 at 12:51:31 PM UTC-5, Victor Martinez wrote: > > It does depend on how that particular windows agent is launched. The below > references can help you: > - https://issues.jenkins-ci.org/browse/JENKINS-3554 > - >

Re: need to deploy in multiple branches

2018-11-27 Thread Ajay Sharma
I am also searching, by tomorrow I will reply. On Tue 27 Nov, 2018, 5:27 PM > > On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz > wrote: >> >> Hi Team i want to deploy to the staging only when the code is pushed to >> staging and to master only when the code is pushed to

Re: Increase Java heap size of Windows Slave

2018-11-27 Thread Victor Martinez
It does depend on how that particular windows agent is launched. The below references can help you: - https://issues.jenkins-ci.org/browse/JENKINS-3554 - https://support.cloudbees.com/hc/en-us/articles/204264000-Why-do-I-receive-java-lang-OutOfMemoryError-PermGen-space might also help -- You

Re: Jenkins Backup and Restore

2018-11-27 Thread Mark Waite
He's saying that if you don't need to backup and restore your job definitions (possibly they are all multibranch Pipeline jobs that are easy to recreate, or they are all defined with the Job DSL plugin so they will be automatically recreated or they are defined in a Docker image) and don't need to

Re: Jenkins Backup and Restore

2018-11-27 Thread Jeff Pearce
What issues are you seeing that prevent them from being good for production scale? From: on behalf of "gotviser...@gmail.com" Reply-To: "jenkinsci-users@googlegroups.com" Date: Tuesday, November 27, 2018 at 6:49 AM To: Jenkins Users Subject: Re: Jenkins Backup and Restore Tried out a bunch

Re: need to deploy in multiple branches

2018-11-27 Thread Jan Monterrubio
Here's this that might help: https://jenkins.io/doc/book/pipeline/syntax/#flow-control On Tue, Nov 27, 2018 at 8:10 AM Jan Monterrubio wrote: > A quick search found this: > > https://stackoverflow.com/questions/32789619/jenkins-multibranch-pipeline-what-is-the-branch-name-variable > > Once I

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm not sure what you are trying to say? On Monday, November 26, 2018 at 8:03:34 PM UTC-5, rajendraprasad reddy wrote: > > Hi , > I have another solution, just document the list of plugins in old Jenkins > server and instead of backup and restore plugins just reinstall plugins on > new Jenkins

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
Tried out a bunch of them. Unfortunately, none of them are good for a production scale. On Monday, November 26, 2018 at 5:18:04 PM UTC-5, jxpe...@godaddy.com wrote: > > The beauty of Jenkins is that it's NOT built-in, but can be easily added > as a plugin (of which there are several). > > On

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
The plugin team's been unresponsive for ages. No help there. On Monday, November 26, 2018 at 4:49:17 PM UTC-5, jxpe...@godaddy.com wrote: > > Have you considered sending a PR to (or at least filing a Github issue > for) the plugins in question? > > > > It's probably an easy fix to handle

Increase Java heap size of Windows Slave

2018-11-27 Thread gotviseryon
We have a Windows 2016 Slave. The slave gets disconnected due to heap memory maxing out. How to increase the heap size to tackle this issue? This is a bit urgent please. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: need to deploy in multiple branches

2018-11-27 Thread Jan Monterrubio
A quick search found this: https://stackoverflow.com/questions/32789619/jenkins-multibranch-pipeline-what-is-the-branch-name-variable Once I get to a computer I’ll do some more searching since finding text on a phone is hard :) On Tue, Nov 27, 2018 at 08:02 wrote: > Thanks for reachibg out how

Re: need to deploy in multiple branches

2018-11-27 Thread robert . rajendra
Thanks for reachibg out how do I add those variables if there is an article please share -- 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: need to deploy in multiple branches

2018-11-27 Thread Jan Monterrubio
You could have a jenkinsfile lube with the repository and check the BRANCH environment variable to find out where you’re building from. On Tue, Nov 27, 2018 at 05:57 wrote: > > > On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz > wrote: >> >> Hi Team i want to deploy to

Re: need to deploy in multiple branches

2018-11-27 Thread robert . rajendra
On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz wrote: > > Hi Team i want to deploy to the staging only when the code is pushed to > staging and to master only when the code is pushed to master Please help > that what can i do with the script that i made to achieve

Re: Configuration as a Code Plugin securiy disable

2018-11-27 Thread Emir Özbir
Thanks for your helping I changed my yaml file , and it work ! securityRealm: null authorizationStrategy: Unsecured But I just only want debug something and recover some credentials it just temporary . Best Regards nicolas de loof , 27 Kas 2018 Sal, 12:01 tarihinde şunu yazdı: >

Re: Configuration as a Code Plugin securiy disable

2018-11-27 Thread nicolas de loof
"enabled" in web UI is a fake attribute, it's actual effect is to invoke disableSecurity

Mobile application automation in Mac machine

2018-11-27 Thread Pradeep Drall
Hi, I would like to automate Mobile application (.net, ios, android) in Mac machine. I installed the Jenkins, Git, Visual studio in Mac machine. Please do let me know how to install MSBuild, Nuget, Nunit in Mac machine and setup/ configure the path of SDK, MsBuild, Nuget, Xcode in Jenkins

Re: Running a bat file

2018-11-27 Thread Gionni Reffo
Hi, did you have solved your problem? I'm in the same situation. Please, give me a feedback. Thanks. Il giorno martedì 12 settembre 2017 16:25:59 UTC+2, harvey ha scritto: > > Hi, > > I am trying to run a bat file to start a server and I used the following > script: > > cd c:\...\bin > call

Configuration as a Code Plugin securiy disable

2018-11-27 Thread Emir Özbir
I want disable security with Configuration as a code Plugin . So that I've created a yaml file shown as below . security: enabled: false jenkins: cloud: /*** Others Configs ***/ I've got a error shown as below up the Jenkins instance .