finalised this stage
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -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'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_apache`| 0.0.1.4 | [](https://jenkins.confdroid.com/job/cd_apache/)|
|
||||
|`cd_apache`| 0.0.1.5 | [](https://jenkins.confdroid.com/job/cd_apache/)|
|
||||
|
||||
### Synopsis
|
||||
`Apache httpd` is a very powerful and widely used web server.
|
||||
|
||||
Reference in New Issue
Block a user