We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982c719 commit 0f4c0f3Copy full SHA for 0f4c0f3
README
@@ -167,6 +167,19 @@ org.gluster.test.AppTest.java <--- Your test cases go here (if
167
./COPYING <--- License
168
./README <--- This file
169
170
+
171
172
+JENKINS
173
+-------
174
175
+ At the moment, you need to run as root - this can be done by modifying this line in the jenkins init.d/ script.
176
+ This is because of the mount command issued in the GlusterFileSystem.
177
178
+ #daemon --user "$JENKINS_USER" --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
179
+ echo "WARNING: RUNNING AS ROOT"
180
+ daemon --user root --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
181
182
183
BUILDING
184
--------
185
0 commit comments