Re: How to debug plugin

2018-04-21 Thread Tomas Bjerre
As a developer, what I do is this: 1. Clone the repo 2. Run the plugin with: mvnDebug -q hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.89.3 3. Attach a debugger, I use Eclipse I also have a logging.properties file containing: handlers = java.util.logging.Conso

Re: Multibranch Pipeline: GitLab Pull Requests

2018-04-21 Thread Tomas Bjerre
You can do it with Generic Webhook Trigger: https://github.com/jenkinsci/generic-webhook-trigger-plugin This test case should show an example configuration: https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/gwt/bdd/gitlab/gitlab-m

RE: Problem with the "Publish Over CIFS" plugin

2018-04-21 Thread BCT Roel de Wildt
I have changed the first set of publishers: [cleanRemote: false, excludes: '', flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '', remoteDirectory: '${BUILD_TAG}/pls', remoteDirectorySDF: false, removePrefix: 'output/pls', sourceFiles: 'output/pls/**'] But I ge

Re: ERROR: Message not found for errorCode: 0xC00000AC... Why?

2018-04-21 Thread Slide
I highly recommend NOT using the DCOM method for launching agents on Windows. DCOM is a fairly old technology that hasn't gotten much love from MS. I'd really recommend using JNLP to start your agent and then you can install as a Windows service once it's up and running. On Sat, Apr 21, 2018, 12:4

Re: Problem with the "Publish Over CIFS" plugin

2018-04-21 Thread Slide
Are you missing one or more * in the sourceFiles definition in the first set of publishers? On Sat, Apr 21, 2018, 12:47 BCT Roel de Wildt wrote: > Hello, > > When I execute a publish to a CIFS share with the following command in the > Jenkinsfile (in the root of the project in Subversion): > > c

ERROR: Message not found for errorCode: 0xC00000AC... Why?

2018-04-21 Thread Gopinath Gudimalla
Hi Friends, I configured Jenkins job on Master and it was working fine. Now, I need to execute the same job on my slave (Windows server) as per the new requirement. Then, Configured the slave with valid inputs and it is throwing the following error. [2018-04-21 13:06:16] [windows-slaves] Conn

Best Practices Jenkins in a Microsoft environment

2018-04-21 Thread EvilWonka
Hello All, I am new to Jenkins and was hoping someone can direct me to any information with regard to 'Best Practices" using Jenkins in a Microsoft shop. Or some feedback from some who has a similar environment with regard to using Jenkins. Some background on tools etc..: Visual Studio 2017

Problem with the "Publish Over CIFS" plugin

2018-04-21 Thread BCT Roel de Wildt
Hello, When I execute a publish to a CIFS share with the following command in the Jenkinsfile (in the root of the project in Subversion): cifsPublisher(publishers: [[configName: 'Published_prerelease', transfers: [[cleanRemote: false, excludes: '', flatten: false, makeEmptyDirs: false, noDefau

Need Help with SSH Slave Plugin - Unable to Start Node with SSH

2018-04-21 Thread Ivan Fernandez Calvo
Did you restart after install the last version of the plugin? Did you try different host key validation on the agent configuration? It is to check if only one type fail or all fail -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Multibranch Pipeline: GitLab Pull Requests

2018-04-21 Thread Sverre Moe
https://jenkins.io/doc/book/pipeline/multibranch/#supporting-pull-requests Is there any plans to support GitLab merge request with Jenkins? Seems Kohsuke started work on a GitLab Branch Source plugin a year ago. https://github.com/kohsuke/gitlab-branch-source-plugin -- You received this message

Re: Blue Ocean: Last step always marked failed

2018-04-21 Thread Sverre Moe
Created an issue for this https://issues.jenkins-ci.org/browse/JENKINS-50923 onsdag 18. april 2018 12.15.50 UTC+2 skrev Sverre Moe følgende: > > In Blue Ocean the last step is marked failed. > The step that actually failed is a few steps earlier > > I have deleteDir() at the very last in try-catch

How to create blueocean project using (mvn -U org.jenkins-ci.tools:maven-hpi-plugin:createboext)

2018-04-21 Thread Nalakajayaruwan Kulasekara
Hi Team, I have use following command to create bluocean project. But it didn't work. would you guys help *command * mvn -U org.jenkins-ci.tools:maven-hpi-plugin:createboext thanks, Nalaka -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr