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