From Fedora Project Wiki

No edit summary
(*Jenkins*)
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}{{Docs_beat_open}}


{{Docs_beat_open}}
== Jenkins ==


= boost gets up to speed =
The official Fedora repositories now include Jenkins, an application written in Java that provides continuous integration services for software development. Jenkins allows you to build and test software projects continuously, as well as to monitor executions of jobs that were ran externally.
Fedora 18 will include Boost version 1.50. The popular collection of C libraries is updated to the newest available version with each Fedora release.


= Dwarf Compressor compacts debug files =
For additional information, see the [https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins Meet Jenkins] webpage.
Fedora 18 debuginfo has been post-processed by the DWARF compressor tool "dwz" to reduce size of the *.debug files.  Developers may run this same program on their binaries.
 
= IPython updated =
IPython has been updated to version 0.13 and notable features and head-ups are:
 
The Notebook has a new user interface and has many new features like auto-folding of very long lines, uploading new notebooks to the dashboard, manage started clusters and improoved tooltips.
The notebook format has changed and when you want to share your notebook with users of older version, there is a conversion script available.
New cell magics like %%bash, %%ruby, %%timeit and many others.
The Qt console has improved menus and can directly display jpeg images.


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 14:04, 24 August 2014

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer


Jenkins

The official Fedora repositories now include Jenkins, an application written in Java that provides continuous integration services for software development. Jenkins allows you to build and test software projects continuously, as well as to monitor executions of jobs that were ran externally.

For additional information, see the Meet Jenkins webpage.