Can't receive build email notification from Jenkins

2016-08-03 Thread Martin
Hello, my console output shows that my project is built successful and email was sent out too, but the recipients can't receive the emails. The final output is: channel stopped Email was triggered for: Always Sending email for trigger: Always Sending email to: ling...@gmail.com Finished: SUCCESS

Re: Multibranch Pipeline: How to parameterize?

2016-08-03 Thread Advait Chabukswar
Sverre, can you elabore a bit more on how you did this? So, I am automating the creation and working of Multibranch Pipeline. I am able to create jobs through Job DSL and it works fine. But I have some variables(or parameters) that I want to pass to the individual branches (and I want it to be a

Re: hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission

2016-08-03 Thread Josh Fialkoff
I am getting this error. I renamed config.xml to no avail. I also deleted files related to plugins. Please let me know what you recommend. Thanks, Josh A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has

Re: strange job folders on Jenkins server

2016-08-03 Thread Daniel Beck
Do they contain a config.xml file? > On 03.08.2016, at 21:28, Ginga, Dick wrote: > > Anyone, are these timestamp-named folder related to the legacyIds file? > > Anyone know what the legacyIds file is for? > > From: Ginga, Dick > Sent: Wednesday, August 03, 2016 9:02 AM > To: jenkinsci-users

Any way to elevate permissions on windows batch command?

2016-08-03 Thread andrew.lucas
I have a need to run a visual studio 2010 build with elevated permissions. It has to do with a third part com object/plugin. The why I can't get around. The Jenkins service is registered already with an account on the Jenkins box that has administrator rights. Is there some way to get Jenkins to

RE: strange job folders on Jenkins server

2016-08-03 Thread Ginga, Dick
Anyone, are these timestamp-named folder related to the legacyIds file? Anyone know what the legacyIds file is for? From: Ginga, Dick Sent: Wednesday, August 03, 2016 9:02 AM To: jenkinsci-users@googlegroups.com Subject: strange job folders on Jenkins server Hi all, our Jenkins server disk is ge

Updating scriptler scripts from SVN before a build. Can a build step do it?

2016-08-03 Thread Ioannis Moutsatsos
Greetings to all; I use several scriptler scripts as build steps. I manage scriptler/scripts using SVN. I usually test new scriptler scripts on a development Jenkins server, commit changes to SVN and then go back to each production Jenkins server and update the scripts from SVN. This is get

Re: How to apply build trigger for bitbucket in jenkins jobs from groovy sccript?

2016-08-03 Thread Alok Kumar Singh
def trigger = new com.cloudbees.jenkins.plugins.BitBucketTrigger()for(item in Hudson.instance.items){ item.addTrigger(trigger) } On Tuesday, August 2, 2016 at 12:56:30 PM UTC+5:30, Alok Kumar Singh wrote: > > I amtrying to automate this work through groovy script. On my jenkins > master

Re: regarding jenkins CD in jenkins 2.0

2016-08-03 Thread Jesse McCormick
If you can script the SQL commands into a bash/batch script, then you should still be able to execute them. If you are using Oracle, there is also this plugin: https://wiki.jenkins-ci.org/display/JENKINS/SQLPlus+Script+Runner+Plugin On Wednesday, August 3, 2016 at 10:28:26 AM UTC-4, Zue Sani w

Nondestructive Upgrading of Jenkins on Tomcat

2016-08-03 Thread Jesse McCormick
Previously I have used standalone Jenkins installations, and it was simple to use the Jenkins web-ui to initiate an upgrade to the latest Jenkins version. Now I am running Jenkins 2.14 on a Tomcat 8 installation. I have read to the documentation here: https://wiki.jenkins-ci.org/display/JENKIN

managing LDAP users

2016-08-03 Thread Albert Shamsiyan
Hi, For Jenkins server with LDAP integration, I'm required to manage completed Jobs X Groups matrix, what will be the best approach to manage them? Roles and Assigns ?? Adding permissions to Folder \ Tabs THX - Albert -- You received this message because you are subscribed to the Google

Re: regarding jenkins CD in jenkins 2.0

2016-08-03 Thread Zue Sani
Can we run sql scripts to deploy, which we have been using for manual running of scripts On Sat, Jul 30, 2016 at 10:10 PM, suresh kumar wrote: > Hi Zue Sani, > There are lot of Open Source and Commercial tools which provides options > for migrating database sql scripts. > Each having their o

what is the termination signal sent by Jenkins on aborting/terminating the build?

2016-08-03 Thread Jyothi K
Hello all, I have a build scheduled with Jenkins that triggers a batch file. The batch file basically starts several programs like canoe.exe, Lauterbach exe etc. The problem here is when ever Jenkins build is terminated only the batch file gets terminated all the other process like canoe.exe,La

strange job folders on Jenkins server

2016-08-03 Thread Ginga, Dick
Hi all, our Jenkins server disk is getting full and in perusing the jobs and builds folders I have noticed that I have old build folders with date/time stamp formats (not sym links) that are not displayed in the Jenkins dashboard for those builds. I have folders with build numbers that make sens

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
Ok, thanks for your answer! -- 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 on the web vis

How to automatically build the pull request from github on jenkins 2 with organization folder?

2016-08-03 Thread pandu siregar
i'm working on jenkins 2.x using jenkinsfile . when i build a new item organization folder and put my project on it, i cant find the trigger to automatically build the PR and there is no ghprb plugin. is there any other way to solve this problem? so the PR can build automatically -- You receive

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Daniel Beck
> On 03.08.2016, at 11:38, Sebastian wrote: > > Thanks, do you have an issue number on https://issues.jenkins-ci.org for this? https://issues.jenkins-ci.org/browse/JENKINS-35269 was the second hit when searching for 'broken layout' ;-) > Btw, on a clean install of 2.7.1 it looks fine for me.

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
Thanks, do you have an issue number on https://issues.jenkins-ci.org for this? Btw, on a clean install of 2.7.1 it looks fine for me. So I still think that it has something to do with my upgrade. > > Known issue, apparently it's better than resizing the entire layout… > > I think a fix is bei

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Daniel Beck
> On 03.08.2016, at 09:25, Sebastian wrote: > > atfer upgrading from 1.651.2 to 2.7.1 I have some problems with the website > layout while configuring a job, see screenshot. Is this broken in current > Jenkins build or can I fix this somehow? > Known issue, apparently it's better than resizi

Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
hi, atfer upgrading from 1.651.2 to 2.7.1 I have some problems with the website layout while configuring a job, see screenshot. Is this broken in current Jenkins build or can I fix this somehow? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Jenkinsfile merge conflicts because difference between branches

2016-08-03 Thread Sverre Moe
Yes, I am using Multibranch pipeline. I already have the branch name with env.BRANCH_NAME, but only some designated branches have a list of slave nodes. If the branch is master, it should build on all slave nodes in the environment for master. If the branch is userName/work which is branched out