The official docker image jenkins/jenkins:lts is missing ruby

2017-07-27 Thread Federico Paolantoni
Dear list,
I'm setting up a software development lifecycle infrastructure. 
I decided to use the official docker container provided by Jenkins 
community and the idea is not to extend it writing my own image avoiding 
the amount of work required to maintain an image and to keep as standard as 
possible.
But:
I noticed that ruby is not provided with the container, so i wonder if the 
community is considering to add it on the official supported image, 
considering that there is no way to inject ruby, rake an gems inside the 
builds as done for nodejs, 

Thank you


-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/29e93174-df1e-4d7f-a36c-e47780fc7d77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


jenkins as jobscheduler

2013-08-05 Thread Federico Paolantoni
Dear list,

We are planning to switch from jobscheduler
(http://www.sos-berlin.com/modules/cjaycontent/index.php?id=62
http://www.sos-berlin.com/modules/cjaycontent/index.php?id=62page=osource_
scheduler_introduction_en.htm page=osource_scheduler_introduction_en.htm)
to Jenkins.

Since I have no idea of best approach to complete this sort of migration..
I'm asking if you have any experience, or, subset of plugin to suggest in
order to have a better experience?

 

We're already using Jenkins to build, test and deploy our apps, so
considering the good stability of the system, we decided to try to use it as
a jobscheduler.

 

Thanks for any suggestion.

Federico

 

 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




cas plugin + svn plugin = duplicate users

2012-05-24 Thread Federico Paolantoni
Dear List,
we secured jenkins using the cas plugin.
However the subversion repository has his own authentication method.
So, actually the same user appears twice into the users list, one is  NT
account name (eg. INTERNALDOMAIN/foo) the second is the svn nickname.
Is it possible to solve duplicates?
This will help also to set the email plugin to send an email to the person
that broke the build.

Thank you
-- 
Federico Paolantoni

---
The information contained in the present communication
and the related attachment can be classified as reserved
and are, however, destined exclusively to the persons
or the over indicated Society are forbidden, according
the Italian Laws, D.Lgs. n. 196/2003 Code in matter of
protection of the personal data and of the art. 616 c.p.
if you have received this e-mail in error please destroy
any copies and delete it from your computer system.
---


Re: critical issue for artifactory plugin : uploading broken jar after buil success

2012-05-14 Thread Federico Paolantoni
Dear list,
after further investigations, the dba fonud some issues into the database.
So the plugin is working fine.
Sorry for this false issue reporting.

2012/5/11 Noam Y. Tenne n...@10ne.org

 Perhaps an overactive antivirus application?
 Do you seen any errors or exceptions in Artifactory's log files after
 the broken upload is performed?
 When looking at Artifactory's request.log, the last column of each
 entry represents the request's content length; try to find the entry
 of the problematic deployment request and see if the logged size
 complies to the actual one.



Re: critical issue for artifactory plugin : uploading broken jar after buil success

2012-05-09 Thread Federico Paolantoni
Dear Noam,
thank you for interesting, our situation is quite critical!

If you want i can check for the md5sum but i did this test today:

1) downloaded to my pc the jar produced from jenkins taking it from
ws/target/appname.jar
2) downloaded to my pc the jar stored from jenkins in artifactory from the
artifactory web site.
3) opened the jar from jenkins check with success and the archive contains
all class file.
4) open the jar from artifactory and that jar was broken (7zip was unablet
to extract!!)
5) check the dimensions.. and where different.

So.. i also noticed that in jenkins when i run the build, on the left,
there is the box with the last executions for the project youŕe looking (Build
History (trend) graph).
Usually the plugin puts an artifactory icon, with the dimension of the
stored package.. i noticed that the last builds (successful) have the
artifactory icon..but not dimension!
When this icon has no dimension of the package closer, i found a broken
package on the artifactory.

Let me know if i can give you more info.. to help me to find a solution..
or check if it's a real bug.

Thank you!
Federico



2012/5/9 Noam Y. Tenne n...@10ne.org

 Hi Federico,

 Are you certain the package is damaged only after being deployed?
 I trust that you've compared the checksums of the produced artifact
 that's archived by Maven/Jenkins and the checksums of the artifact
 that's deployed?
 Perhaps you've got some sort of proxy or firewall between Jenkins and
 Artifactory that might alter the artifact on the way? or maybe network
 issues?

 Cheers,
 Noam

 On May 9, 5:32 pm, Federico Paolantoni federico.paolant...@gmail.com
 wrote:
  Dear List
  i'm having big troubles with jenkins and artifactory:
  Jenkins version 1.477.1 running on tomcat.
 
  Artifactory 2.6.0 running on tomcat with postgresql.
  Maven 3.0.2
  Jdk  1.6.0_30-b12
  artifactory plugin:
  2.0.7
 http://hqldvtcdrci1.hq.un.fao.org:8080/jenkins/pluginManager/plugin/a...
 
  Actually even if the build run with succes, and the jar is produced...
 the
  uploaded package is broken.
 
  How can i fix this issue?
  Where should i find the log about this?
 
  This is a big issue for us, because the application deployed on all
  environments dev, test, qa, prod are under controlo of Jenkins-ci.
  Now we're stopped to find the solution to this issue!
 
  Thank you




-- 
Federico Paolantoni

---
The information contained in the present communication
and the related attachment can be classified as reserved
and are, however, destined exclusively to the persons
or the over indicated Society are forbidden, according
the Italian Laws, D.Lgs. n. 196/2003 Code in matter of
protection of the personal data and of the art. 616 c.p.
if you have received this e-mail in error please destroy
any copies and delete it from your computer system.
---


Re: Approach towards Maven profiles and Jenkins

2012-04-27 Thread Federico Paolantoni
Dear Sebastian,
I solved this issue doing this because i think that versioning for
configurations is the big issue in Jenkins:

1) put your settings file in the scm you're using (in my case svn).

2) create a Jenkins job and allow only jenkins administrator to see it (i
use matrix project configuration) and configure the polling interval into
the job.

Now you'll have the configuration files (versioned) stored into the
$JENKINS_HOME/jobs/job_name/workspace/path_to_your_file.xml

3) create jenkins global variable environments and assign them the path of
your cfg files using the jenkins configuration

4) pass to the job you're configuring the environment variable containing
the path of the file you need.

Hope this can help you.
Federico


2012/4/26 Maven User maven.2.u...@gmail.com

 There's a config-file-provider plugin that does what you're looking for:

 https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin

 Seems like a horrible idea to put a settings file in a source tree
 though

 There's really no way to use properties like env.computername or w/e and
 leverage the resources plugin to manipulate things?

 And Stephen is right - don't use MAVEN_OPTS, just the -D options


 On Thursday, April 26, 2012 4:33:47 AM UTC-4, sebasti...@softwareag.comwrote:

 Hi,


 I wonder how to best use Maven profiles on Jenkins. Our profile is
 stored in a settings.xml file, which is contained in our source tree.
 We can include this profile in Jenkins using -s path/to/settings.xml
 option.

 Usually, a developer would need to alter this file and adapt it to his
 working machine like including correct local hostname in some
 properties. How do I do that on Jenkins? I know I can ssh to the
 machine and make a local change, but that's probably not the best
 approach.

 Another approach could be to define specific values using the
 MAVEN_OPTS edit box on job configuration. Is that the preferred
 approach to be taken?

 I would be glad if people could share their experience!


 Thanks,

 Sebastian




git project without github access

2012-04-23 Thread Federico Paolantoni
Dear List,
i would setup a job to build a maven project hosted in github.
Actually our jenkins is configured to run authentication through cas plugin.

I saw:
https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GithubPlugin-SecurityImplications

and I would know if it could have impact on global authentication method of
Jenkins.

Considering that the github repository is visible from internet, is there a
plugin that execute a chekcout like jenkins do when polls public svn
repositories (so without register an user)?

Thank you
Federico


Re: svn plugin not working anymore!

2012-04-20 Thread Federico Paolantoni
Dear List
I think i've  found the issue.
It seems caused from plugin  Static Analysis Collector
Plug-inhttp://wiki.jenkins-ci.org/x/tgeIAg version
1.24 and Static Analysis Utilities http://wiki.jenkins-ci.org/x/CwDgAQ
 1.38.

After disabling them it seem eveything came back to normal.





2012/4/20 Federico Paolantoni federico.paolant...@gmail.com

 Dear List,
 I'm running jenkins ci  Jenkins ver. 1.447.1 http://jenkins-ci.org/
 i did the upgrade of some plugins this morning, then the svn plugin
 stopped working.
 The situation is critical because this is the only Continuous Integration
 environment in our Development team.
 In attachment you can see the log.

 I hope you can help me.





-- 
Federico Paolantoni

---
The information contained in the present communication
and the related attachment can be classified as reserved
and are, however, destined exclusively to the persons
or the over indicated Society are forbidden, according
the Italian Laws, D.Lgs. n. 196/2003 Code in matter of
protection of the personal data and of the art. 616 c.p.
if you have received this e-mail in error please destroy
any copies and delete it from your computer system.
---