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') {
|
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'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|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
|
### Synopsis
|
||||||
`Apache httpd` is a very powerful and widely used web server.
|
`Apache httpd` is a very powerful and widely used web server.
|
||||||
|
|||||||
Reference in New Issue
Block a user