adds fw rules here to ensure fw is managed on apache lavel instead application level

This commit is contained in:
Arne Teuke
2018-04-20 11:30:48 +02:00
parent 1c46f1634d
commit dddb9afc18
3 changed files with 53 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -211,7 +211,7 @@ Changelog of Git Changelog.
sh '''git config user.name "Jenkins Server"
git config user.email jenkins@confdroid.com
echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"`
git push origin HEAD:jenkins'''
git push origin HEAD:master'''
}
}
}