Changed build badge to new Jenkins job
authorpeusterm <manuel.peuster@uni-paderborn.de>
Mon, 18 Sep 2017 16:22:11 +0000 (18:22 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Mon, 18 Sep 2017 16:22:11 +0000 (18:22 +0200)
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
Jenkinsfile
README.md

index ac2be9b..8ac8efe 100644 (file)
@@ -33,13 +33,13 @@ pipeline {
          success {
                  mail(from: "jenkins@sonata-nfv.eu", 
                  to: "manuel.peuster@upb.de", 
-                 subject: "PASSED: son-emu-pipeline",
+                 subject: "SUCCESS: son-emu-pipeline",
                  body: "Job ${env.BUILD_ID} on ${env.JENKINS_URL}")
          }
          failure {
                   mail(from: "jenkins@sonata-nfv.eu", 
                  to: "manuel.peuster@upb.de", 
-                 subject: "FAILED: son-emu-pipeline",
+                 subject: "FAILURE: son-emu-pipeline",
                  body: "Job ${env.BUILD_ID} on ${env.JENKINS_URL}")
          }
     }
index f7974db..9fe159e 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Attention: `son-emu` was adopted by OSM as `vim-emu`
+# News: `son-emu` was adopted by OSM as `vim-emu`
 
 We are happy to announce that SONATA's emulation platform was adopted by ETSI's [OSM project](https://osm.etsi.org) as part of their DevOps MDG under its new name `vim-emu` (Sep. 2017). The developments of the core emulator components will now take place in the [new project repository](https://osm.etsi.org/gitweb/?p=osm/vim-emu.git) hosted by OSM. This GitHub repository will act as a mirror until the [SONATA project](http://sonata-nfv.eu) has ended.
 
@@ -10,7 +10,7 @@ We are happy to announce that SONATA's emulation platform was adopted by ETSI's
 
 ---
 
-[![Join the chat at https://gitter.im/containernet/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/containernet/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](http://jenkins.sonata-nfv.eu/buildStatus/icon?job=son-emu)](http://jenkins.sonata-nfv.eu/job/son-emu)
+[![Join the chat at https://gitter.im/containernet/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/containernet/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](http://jenkins.sonata-nfv.eu/buildStatus/icon?job=son-emu-pipeline)](http://jenkins.sonata-nfv.eu/job/son-emu-pipeline)
 
 # son-emu
 This is the repository of [SONATA's](http://sonata-nfv.eu) NFV multi-PoP emulation platform.