Jenkins Pipeline / Job DSL Problem

2018-01-02 Thread khmarbaise
Hi, I currently have a simple Pipeline Script which looks more or less like this (reduced to the important parts) node { stage ('First') { // Creating a list of names names = [ "a", "b", "c" ] Job.create(this, names) } } Furthermore I have create a global pipeline lib which contai

Re: maven tycho eclipse pomless build not working because jenkins expects a pom.xml in all the modules

2017-03-30 Thread khmarbaise
wrote: > > ah yes that seems to work, that is a bit counter intuitive because they > are all full maven projects > (at least from the eclipse/tycho build perspective) > > > Op donderdag 30 maart 2017 13:37:01 UTC+2 schreef khmarbaise: >> >> Hi, >> I assume

Re: maven tycho eclipse pomless build not working because jenkins expects a pom.xml in all the modules

2017-03-30 Thread khmarbaise
Hi, I assume you are using the Maven Job Type? If so you have to change to Freestyle project type... Kind regards Karl Heinz Marbaise On Thursday, March 30, 2017 at 12:58:05 PM UTC+2, Johan Compagner wrote: > > Hi, > > i am getting this error: > > First time build. Skipping changelog. > Parsing

Re: Maven Plugin

2017-03-21 Thread khmarbaise
Hi, you seemed to misunderstand Jenkins...Jenkins is a CI Solution which can be used for many think...I'm not sure if there is a Plugin to deploy to application servers like JBoss, Websphere, Galssfish or other things like Tomcat... But you will not find a war plugin in Jenkins...cause usually

Re: jenkins java api

2017-01-25 Thread khmarbaise
Hi, you should get only the appropriate job by selecting via name and then you can get information about a part of the job like a pipeline part...may be via the REST API ? I never tried to use this within a pipeline itself... Kind regards Karl Heinz Marbaise On Wednesday, January 25, 2017 at 7

REST API Jenkins - List of files in Workspace

2017-01-20 Thread khmarbaise
Hi, is there a possibility to get a list of files which are in the current workspace via the REST API ? Kind regards Karl Heinz Marbaise -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Migrating a maven-based job to pipeline style

2016-07-31 Thread khmarbaise
On Sunday, July 31, 2016 at 1:26:58 AM UTC+2, Jesse Farinacci wrote: > > Hi, > > On Sat, Jul 30, 2016 at 2:39 PM, khmarbaise > wrote: > > so have you really measured the time you are "wasting" ? Furthermore > which > > Maven version and plugin version

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread khmarbaise
Hi, so have you really measured the time you are "wasting" ? Furthermore which Maven version and plugin versions do you use? Are you using freestyle or Maven job type... On Saturday, July 30, 2016 at 8:13:14 PM UTC+2, Jesse Farinacci wrote: > > My team faces similar challenges, and I agree with

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread khmarbaise
Hi, To run checkstyle alone you can simply call mvn checkstyle:check ? If you really like to run that into a separate pipeline step... The question is what kind of advantage you would expect by running generating code alone and afterwards in a different pipeline step to compile the generated c

Re: java-client-api

2016-07-06 Thread khmarbaise
Hi, you can first take a look at the issue tracker: https://github.com/jenkinsci/java-client-api/issues and of course you should try to make a working setup with docker to get the whole build running including the integration tests.. and of course reconsider the information Mark Waite has giv

RESTAPI executedMojos ?

2016-04-28 Thread khmarbaise
Hi, i can access the executed Mojo's incl. there execution time in Jenkins via the following pattern: job/JobName/BuildNumber/groupId//executedMojos But now i would like access those informations via the REST API. Unfortunately i can't find a way to access those informations...via the REST A

jenkins-test-harness 1.653 does not exist

2016-04-03 Thread khmarbaise
I, is there a special reason why the org.jenkins-ci.main:jenkins-test-harness:jar:1.653 is not available in http://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/ or do i missed an announcement that something has changed ? The last version i can see is 1.644 ... Kind rega

Re: How to use Job DSL with Accurev SCM??

2016-02-23 Thread khmarbaise
Hi, first this is a question more specific for the job-dsl-plugin list apart from that based on the docs there is no support for accurev at the moment... https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm Kind regards Karl Heinz M

Upgrade 1.599 to Jenkins 1.609.3 Migration (build number id)

2016-02-22 Thread khmarbaise
Hi, i have upgraded a Jenkins version from 1.599 to 1.609.3 first i was not astonished that the build number ID's migration has started...but today i needed to restart Jenkins an other time and found that during the start an other migration has taken place. Furthermore based on the information

Re: maven build split log for each module

2016-02-14 Thread khmarbaise
Hi, if you are running inside jenkins you already have that option, cause in Jenkins you can navigate to the project and then on "Modules" and than select the appropriate module which shows the log only of that module... Kind regards Karl Heinz Marbaise On Sunday, February 14, 2016 at 10:17:3

Re: REST API in Jenkins not giving more than 100 results...

2015-09-01 Thread khmarbaise
Using ?tree=allBuilds[number] is the answer... On Tuesday, September 1, 2015 at 10:54:27 PM UTC+2, khmarbaise wrote: > > I have tried to get information about jobs of my jenkins via REST API > simply like this: > > http://server/job/JOBNAME/api/json?pretty > > but the

REST API in Jenkins not giving more than 100 results...

2015-09-01 Thread khmarbaise
I have tried to get information about jobs of my jenkins via REST API simply like this: http://server/job/JOBNAME/api/json?pretty but there is a limitation in number of results... I would understand if there is default to give max. number of 100 results back..but the question is: I would like

Re: After Upgrade to 1.601 Slaves are not being started

2015-03-10 Thread khmarbaise
After further investigation i found that bringing back online a slave node seemed not starting the configured script which should be executed to start a slave node.. I can't see it in the process list of the jenkins master machine nor could i see the smallest evidence on the slave machine that

Re: After Upgrade to 1.601 Slaves are not being started

2015-03-10 Thread khmarbaise
master…but it does not change the startup….jenkins still tries to start via launch script….which i didn't configured…. Do i need to do a restart of Jenkins ? Kind regards Karl Heinz Marbaise On Tuesday, March 10, 2015 at 8:53:51 AM UTC+1, khmarbaise wrote: > > Hi, > > after i

After Upgrade to 1.601 Slaves are not being started

2015-03-10 Thread khmarbaise
Hi, after i upgraded to 1.601 currently my slave nodes seemed to be not starting anymore… Before the upgrade they had worked without any issue… In the slave log i see the following: just before slave Build-Slave-1 gets launched ... executing pre-launch scripts … which is showed forever….. I

Turn Off Jenkins100k in 1.601?

2015-03-07 Thread khmarbaise
Hi, is there a simple way to turn off the link to the /jenkins100k page? I have not found any configuration item or security configuration which gives me the possibility to turn off this link? Unfortunately i'm working in a restrictive environment… Kind regards Karl Heinz Marbaise -- You rec