git step cannot be
> used. Refer to the git plugin documentation
> <https://plugins.jenkins.io/git#extensions> for detailed descriptions of
> options available to the checkout step. For example, the git step does not
> support:
>
>- SHA-1 checkout
>- Tag checkout
>
sults.git' }
dir('Combination')
{ git url: 'https://github.com/AtlasBID/Combination.git'
} dir('CombinationBuilder')
{ git url:
'https://github.com/AtlasBID/CombinationBuilder.git' } sh('ls') sh('.
Hi I have installed nvm and have nvm.sh under /home/Jenkins/.nvm.
Have configured NVM_DIR to Jenkins bashrc
How to use nvm to use specific version npm in my pipeline.
Stages {
Stage {
Sh
"""
Source~/.nvm
/home/Jenkins/. nvm/nvm.sh use 12.16.3
"""
}
}
Is not worki
Hi greetings everyone ,
My project is creating some 60 jars with diff names , I want to push them
to nexus i could not use wildcard (.jar) build fails seems
nexusArtifactUploader doesnt suport wildcard.
how can i achieve this can i create a loop ?
is there a better way to do this .
nexus
Hi,
I have a plugin which generates an xml (config) for it.
I would like to put the config in source code control also generate it
programmatically. The problem is how can i make the global jenkins config
read this newly generated plugin config xml file every time ?
Any pointers how can i do it
how to integrate Jenkin with tasktop
--
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 th
t part?
>
> Richard.
>
> On Monday, September 16, 2013, Manoj Kumar Bardhan wrote:
>
>> Hi,
>>
>> I am using Maven Release Plugin for automate the build & release
>> process.Its working fine but one problem I am facing.
>>
>> I have created a j
Hi Thomas,
Its obvious that your heap memory size is not sufficient.
You please increase the Heap Size of your Jenkins server.
http://manojbardhan2009.blogspot.in/2011/08/error-error-javalangoutofmemoryerror.html
Hope it will help you.
On Thursday, September 12, 2013 1:18:26 PM UTC+5:30, Thom
Hi,
I am using Maven Release Plugin for automate the build & release
process.Its working fine but one problem I am facing.
I have created a job, which is checking trunk in every 15 mins, if any
changes found it starts the build & release process.And its working fine.
But , small problem is w
Hi All,
I am using Maven Release Plugin for automate the build & release
process.Its working fine but one problem I am facing.
I have created a job, which is checking trunk in every 15 mins, if any
changes found it starts the build & release process.And its working fine.
But , small problem i
Hi, I am getting same error as below.
Did you get any workaround for this ?
On Thursday, September 15, 2011 9:10:42 AM UTC-7, Ilmari Vacklin wrote:
>
> I'm trying to deploy a .war to a GF3 instance in `/var/lib/glassfish`.
> I've also specified the admin user/pass in the project configuration. I
I have set up Jenkins slave and masters on windows machines. I have set up
Jenkins slave using JNLP(Java web smart) mode. On jenkins slave I am
performing set up of application and then it perform some UI tests. The
issue is that Jenkins slave automatically gets disconnected after few
minutes.
12 matches
Mail list logo