scm-webhook-plugin 1.5
Posted on 2014-11-21 by Sebastian Sdorra
Version 1.5 of the scm-webhook-plugin is available for download.
Changes:
- ability to send commit data as json post
Posted in plugins, workflow-plugins
Posted on 2014-11-21 by Sebastian Sdorra
Version 1.5 of the scm-webhook-plugin is available for download.
Changes:
Posted in plugins, workflow-plugins
Posted on 2014-11-21 by Sebastian Sdorra
The official SCM-Manager docker image has arrived the docker registry.
Here are some examples for the usage of the image:
# run the latest scm-manager version
docker run sdorra/scm-manager
# expose scm-manager http port
docker run -p 8080:8080 sdorra/scm-manager
# run a specific scm-manager version
# version 1.42 is currently the only available version
docker run -p 8080:8080 sdorra/scm-manager:1.42
# use a persitent volume
mkdir /var/lib/scm
chown 1000:1000 /var/lib/scm
docker run -v /var/lib/scm:/var/lib/scm -p 8080:8080 sdorra/scm-manager:1.42
Posted in scm-manager
Posted on 2014-10-20 by Sebastian Sdorra
Version 1.42 of SCM-Manager is now available for download.
Download: https://www.scm-manager.org/download/
Release notes: https://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting started: https://bitbucket.org/sdorra/scm-manager/wiki/getting-started
Posted in release, scm-manager
Posted on 2014-10-18 by Sebastian Sdorra
If you are using scm-server with a configured https connector, please be sure that you exclude the SSLv3 protocol to avoid the POODLE vulnerability.
Add the following xml elements to your https connector in your server-config.xml:
<Arg>
<New class="org.eclipse.jetty.http.ssl.SslContextFactory">
<Set name="excludeProtocols">
<Array type="java.lang.String">
<Item>SSLv2Hello</Item>
<Item>SSLv3</Item>
</Array>
</Set>
</New>
</Arg>
The complete connector section should now be…
Posted in scm-manager, security
Posted on 2014-09-28 by Sebastian Sdorra
Version 1.41 of SCM-Manager is now available for download.
Download: https://www.scm-manager.org/download/
Release notes: https://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting started: https://bitbucket.org/sdorra/scm-manager/wiki/getting-started
Posted in release, scm-manager
Posted on 2014-09-28 by Sebastian Sdorra
The following SCM-Manager pages are changed to https.
This pages are now only accessible over https (with spdy enabled). The other pages will follow later.
Posted in infrastructure
Posted on 2014-07-17 by Sebastian Sdorra
There is a new release of SCM-Manager Universe is available now: “Draco- 14.7”. The main aspect of the release is an improved security for operating the appliance openly in the internet. Now you will for example be asked to configure the system during the first boot sequence:
Posted in universe
Posted on 2014-07-10 by Sebastian Sdorra
Hello,
currently Mr. Robert Finke, student at the technical university of Clausthal, Germany, is conducting an online survey, in the context of his bachelor thesis, about the software using behavior of software development teams.
The survey is absolutely anonymous and should not…
Posted in scm-manager
Posted on 2014-07-04 by Sebastian Sdorra
Version 1.40 of SCM-Manager is now available for download.
Download: https://www.scm-manager.org/download/
Release notes: https://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting started: https://bitbucket.org/sdorra/scm-manager/wiki/getting-started
Posted in release, scm-manager
Posted on 2014-07-02 by Sebastian Sdorra
Version 1.39 of SCM-Manager is now available for download.
Download: https://www.scm-manager.org/download/
Release notes: https://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting started: https://bitbucket.org/sdorra/scm-manager/wiki/getting-started
Posted in release, scm-manager