From: peusterm Date: Tue, 19 Sep 2017 10:21:55 +0000 (+0200) Subject: Some minor fixes X-Git-Tag: v3.1~3^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=43cc12d80a5ed5462007e7d0d4f1505ae9989b08;p=osm%2Fvim-emu.git Some minor fixes Signed-off-by: peusterm --- diff --git a/Jenkinsfile b/Jenkinsfile index 5e85992..aafa6a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,14 +39,14 @@ pipeline { success { mail(from: "jenkins@sonata-nfv.eu", to: "manuel.peuster@upb.de", - subject: "SUCCESS: ${env.JOB_NAME}/${env.BUILD_ID} building ${env.BRANCH_NAME}", - body: "${env.JENKINS_URL}") + subject: "SUCCESS: ${env.JOB_NAME}/${env.BUILD_ID} (${env.BRANCH_NAME})", + body: "${env.JOB_URL}") } failure { mail(from: "jenkins@sonata-nfv.eu", to: "manuel.peuster@upb.de", - subject: "FAILURE: ${env.JOB_NAME}/${env.BUILD_ID} building ${env.BRANCH_NAME}", - body: "${env.JENKINS_URL}") + subject: "FAILURE: ${env.JOB_NAME}/${env.BUILD_ID} (${env.BRANCH_NAME})", + body: "${env.JOB_URL}") } } } diff --git a/README.md b/README.md index f82a010..6c683df 100755 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This option requires a Docker installation on the host machine on which the emul * `cd ~/son-emu` * Build the container: `docker build -t son-emu-img .` * Run the (interactive) container: `docker run --name son-emu -it --rm --privileged --pid='host' -v /var/run/docker.sock:/var/run/docker.sock son-emu-img /bin/bash` -* **Option b)** Use latest pre-build container from [DockerHub](https://hub.docker.com/r/sonatanfv/son-emu/) +* **Option b)** Use latest pre-build container from [DockerHub](https://hub.docker.com/r/sonatanfv/son-emu/): * Pull the container: `docker pull sonatanfv/son-emu:dev` * Run the (interactive) container: `docker run --name son-emu -it --rm --privileged --pid='host' -v /var/run/docker.sock:/var/run/docker.sock sonatanfv/son-emu:dev /bin/bash`