Re: How can I find the plugin name to use with install-plugins.sh?

2018-09-17 Thread Thomas Sundberg
.g. https://plugins.jenkins.io/docker-workflow) - its ID is > shown just below the plugin name header. > > Richard. > > On Fri, Sep 14, 2018 at 12:00 AM Thomas Sundberg wrote: >> >> Hi! >> >> This is partly answering my own question: >> >&

Re: How can I find the plugin name to use with install-plugins.sh?

2018-09-13 Thread Thomas Sundberg
he page https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin stating that the command line name for this plugin is docker-workflow Cheers, Thomas On Thu, 13 Sep 2018 at 13:42, Thomas Sundberg wrote: > > Hi! > > I am creating a Jenkins installation from a Dockerfile. I want to >

How can I find the plugin name to use with install-plugins.sh?

2018-09-13 Thread Thomas Sundberg
currently looking for the proper name for the Docker Pipeline Plugin,https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin Cheers, Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://www.thinkcode.se/blog Twitter: @thomassundberg Better software

Re: how to build whenever there is a commit

2014-08-18 Thread Thomas Sundberg
On 18 August 2014 09:26, wrote: > Hi guys, > > how to build in jenkins whenever there is a commit in github. > Set up you job to poll your git repo and trigger the build on a change. More information: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin /Thomas -- Thomas Sundbe

Re: Problem Perform Maven Release

2014-08-14 Thread Thomas Sundberg
from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.co

Re: Remote Build Wall Display

2014-08-14 Thread Thomas Sundberg
o jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback --

Re: What are the difference between Jenkins and HP ALM?

2014-08-13 Thread Thomas Sundberg
; "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Thomas Sundberg M. Sc. in Computer Science Mobil

Re: Deployment Tools

2013-05-09 Thread Thomas Sundberg
s a new version to be deployed. A pull based system would scale a lot better then a push based system. If you need to install on a relative small number of hosts, scaling will probably not be your largest constraint. A small number of hosts would probably be below 100. /Thomas -- Th

Re: How to fail a Maven build if unit tests fail?

2012-10-09 Thread Thomas Sundberg
be set it to the individual project and see what happens? Could you remove the headless setting to see if there is any change? HTH Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: [VOTE] Bump Jenkins to Java 6

2012-09-05 Thread Thomas Sundberg
a Java 7 run time for running Jenkins. The compiler used by any project is still the choice of each project. /Thomas [1] http://www.oracle.com/technetwork/java/eol-135779.html -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com

Re: To whom it may concern

2012-08-15 Thread Thomas Sundberg
today, you may create a patch and submit it to the Jenkins developers. The future may therefore be in your hands if you would like it to be. /Thomas > > > > > a quick reply would be highly appreciated. > > thank you very much. > > > > Sung Tae Nam -- Thom

Re: Run Jenkins in a distributed environment

2012-07-09 Thread Thomas Sundberg
executed on different slaves and if any job fails, the entire build should fail. The basic question is, can you divide all your jobs into logical groups? You probably can, but it may not be easy. HTH Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70

Re: Many jobs at the same slave

2012-06-19 Thread Thomas Sundberg
load and thus reduce the maintenance of many slaves. /Thomas > > -- Sami > > 2012/6/19 Thomas Sundberg : >> Hi! >> >> I have a distributed setup with many similar slaves. I have suites of >> job that I need to have executed consecutive on the same slave. Is >

Many jobs at the same slave

2012-06-19 Thread Thomas Sundberg
b was started at. The way I do it today is to tie all jobs in one suite to the same slave. It works ok. But I am looking for a way to utilise the usage of the slaves a bit more and maybe have less slaves running. Any suggestions? /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 7

Re: soapUI tests

2012-05-20 Thread Thomas Sundberg
can point me to "actual" project > examples that has soapUI tests which have been incorporated into > Jenkins jobs. > > I say examples as I would like to try the examples out please. > > Thank you > > Pete -- Thomas Sundberg M. Sc. in Computer S