From 0c39f033733df08611e9cfcb51b7ecced1e78807 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 27 Apr 2018 19:37:52 +0200 Subject: [PATCH] updates README and Jenkinsfile --- Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f40a842..b47b2b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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''' } } } diff --git a/README.md b/README.md index c33c030..6836aa3 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ So far this module works through the usage of NRPE, which by default is enabled. ### Manage Additional Resources ### Known Problems - +* Collected resources import ordering problem: The module might try to import collected facts before nagios is even installed. => ToDo ### Support * OS: CentOS 6, 7