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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo