diff --git a/Jenkinsfile b/Jenkinsfile index dbbc88f..04fd883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -183,8 +183,11 @@ Changelog of Git Changelog. stage('check for UTF-8 files') { steps { - sh '''rm -Rf tests/UTF_Files - echo "$(find . -type f -exec file {} \\;)" > FileList + sh '''if [ ! -d test ]; then + mkdir test + fi + rm -Rf tests/UTF_Files + echo "$(find . -type f -exec file {} \\\\;)" > FileList echo "$(grep -v ASCII FileList | grep -v git)" > tests/UTF_Files''' } } diff --git a/README.md b/README.md index fb6e744..729023d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_apache`| 0.0.1.4 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_apache)](https://jenkins.confdroid.com/job/cd_apache/)| +|`cd_apache`| 0.0.1.5 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_apache)](https://jenkins.confdroid.com/job/cd_apache/)| ### Synopsis `Apache httpd` is a very powerful and widely used web server.