finalised this stage

This commit is contained in:
Arne Teuke
2017-07-11 18:06:45 +01:00
parent 8345322978
commit 19a1a86f2a
2 changed files with 6 additions and 3 deletions

7
Jenkinsfile vendored
View File

@@ -183,8 +183,11 @@ Changelog of Git Changelog.
stage('check for UTF-8 files') { stage('check for UTF-8 files') {
steps { steps {
sh '''rm -Rf tests/UTF_Files sh '''if [ ! -d test ]; then
echo "$(find . -type f -exec file {} \\;)" > FileList 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''' echo "$(grep -v ASCII FileList | grep -v git)" > tests/UTF_Files'''
} }
} }

View File

@@ -1,6 +1,6 @@
|Repo Name| version | Build Status| |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 ### Synopsis
`Apache httpd` is a very powerful and widely used web server. `Apache httpd` is a very powerful and widely used web server.