Re: java.lang.NoClassDefFoundError and java.lang.IllegalStateException, add dependency when build plugin

2016-07-21 Thread Quang Truong
Please note that I have tried with different scope of the dependency such as provided, runtime or import but the compilation was failed Thanks, Quang On Thursday, July 21, 2016 at 5:14:01 PM UTC-7, Quang Truong wrote: > > Thank you very much, Antonio! > > I have update the jenkins core in pom

Re: How to enable Travis CI for jenkins plugin repo

2016-07-21 Thread Kanstantsin Shautsou
Good question, AFAIR we discussed few times to have SonarQube and Coverity specially for Jenkins, but end with unability to do something in INFRA. According to email answer, public sonarqube (nemo instance?) has no “service” feature where people can manage themselves configuration. Codecov.io is

Re: How to enable Travis CI for jenkins plugin repo

2016-07-21 Thread Arnaud Héritier
codecov is a competitor of SonarQube ? ex : https://sonarqube.com/overview?id=org.jenkins-ci.main%3Apom On Thu, Jul 21, 2016 at 8:18 PM, Gavin Mogan wrote: > I asked the same question late last year. > > I have heard rumors that the cloudbees templates are being updated

Re: How to enable Travis CI for jenkins plugin repo

2016-07-21 Thread Gavin Mogan
I asked the same question late last year. I have heard rumors that the cloudbees templates are being updated to use Jenkinsfile, which would be awesome. Right now we've forked and done development on our own repo so we can trigger a build that does codecov and a few other minor things, but it

Re: java.lang.NoClassDefFoundError and java.lang.IllegalStateException, add dependency when build plugin

2016-07-21 Thread Antonio Muñiz
You started from a pretty old plugin which depends on Jenkins core 1.460. That core did not have RunAction2. Upgrade the core dependency, or better, start writing your plugin from the Maven archetype. On Wed, Jul 20, 2016 at 10:34 PM, Quang Truong wrote: > > >>

Re: Jenkins ver. 2.7.1 Permissions Lost in Zip File

2016-07-21 Thread Daniel Beck
> On 21.07.2016, at 15:54, Nicolas Barlatier wrote: > > it must be Is Jenkins running as the same user? What happens when the same user as Jenkins runs the script non-interactively, e.g. from Task Scheduler? -- You received this message because you are

Re: [plugin dev][Cloudbees build service] failed build due to usage of msbuild in pom in Jenkinsci repo

2016-07-21 Thread Slide
I believe the cloudbees Jenkins stuff doesn't allow changes from anyone outside the infra team. On Thu, Jul 21, 2016 at 1:25 AM wrote: > does anyone has an idea how to change the build template that is used? or > how to customize our pom to support it? > > > On Tuesday, July

Jenkins ver. 2.7.1 Permissions Lost in Zip File

2016-07-21 Thread Nicolas Barlatier
Hello all I need your help for an annoying side effect of Jenkins, when I do C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe ${WORKSPACE}\XTR\tools\PNRViewer\PNRViewSln\Misterfly.PNRView\Misterfly.PNRView.csproj /p:VisualStudioVersion=12.0 /property:NugetDir="C:\Builds"

[Blue Ocean] API and UI URL mismatch behind reverse proxy

2016-07-21 Thread Javier Martín Caro BEEVA
Hi there! We have set up jenkins blue ocean behind a nginx reverse proxy and configured successfully the prefix in the url to /jenkins. Despite of this, when we access to the blue ocean ui in /jenkins/blue and try to access some pipeline, a 422 (unprocessable entity error) is displayed in the

Re: [plugin dev][Cloudbees build service] failed build due to usage of msbuild in pom in Jenkinsci repo

2016-07-21 Thread fkpkot
does anyone has an idea how to change the build template that is used? or how to customize our pom to support it? On Tuesday, July 19, 2016 at 3:18:01 PM UTC+3, fkp...@gmail.com wrote: > > Hi, > i've noticed that the regular Jenkins build of our plugin on the cloudbees > service for Jenkins CI