# gordon-bot **Repository Path**: mirrors_docker/gordon-bot ## Basic Information - **Project Name**: gordon-bot - **Description**: Gordon the turtle IRC bot to rebuild Jenkins builds. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gordon IRC Bot Gordon the turtle IRC bot to restart jenkins PR builds. ```console $ gordon-bot -h Usage of gordon-bot: -channel="#docker-maintainers": irc channel -d=false: run in debug mode -nick="GordonTheTurtle": irc nick -pass="": irc pass -server="chat.freenode.net:6697": irc server -user="GordonTheTurtle": irc user -v=false: print version and exit (shorthand) -version=false: print version and exit ``` Example docker run command: ```bash $ docker run -d --restart always \ --name gordon-bot \ -e LEEROY_USERNAME \ -e LEEROY_PASS \ dockercore/gordon-bot -d \ -pass="YOUR_IRCPASS" ```