Force useradd to use added group 00/8000/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 11 Aug 2017 18:25:47 +0000 (11:25 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 11 Aug 2017 18:25:47 +0000 (11:25 -0700)
commit151ce55cb93a800b89803b3e27ef2e6908c4d4d0
tree57206e56d0629b587e249647893d2ae30eec30a6
parent5b64a9fbcfc5d331d194032e196464a6d0cda970
Force useradd to use added group

Since we are now making sure that the jenkins group exists before the
jenkins user is created (likely because of opensuse not autogenerating
the group?) we now need to force the user addition to use the group

Change-Id: Ie900348fc43bf6b8bc5ebad2d4820ae705e52da4
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jenkins-scripts/create_jenkins_user.sh