You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Refer to [Using JHipster in production](http://www.jhipster.tech/production) for
205
205
The following command can automate the deployment to a server. The example shows the deployment to the main Artemis test server (which runs a virtual machine):
// we have to apply the test.gradle file after the dependencies block, otherwise we get the error Cannot change dependencies of dependency configuration ':mockitoAgent' after it has been resolved
- **Sequential Test Runs:** Activate this option to first run structural and then behavior tests.
107
107
This feature allows students to better concentrate on the immediate challenge at hand.
108
108
Not supported together with static code analysis. Cannot be changed after the exercise creation.
109
-
- **Customize Build Plan** Activate this option if you want to customize the build plan of your exercise.
109
+
- **Customize Build Plan:** Activate this option if you want to customize the build plan of your exercise.
110
110
This feature is available for all programming languages, and works with LocalCI and Jenkins, Artemis provides templates for the build plan configuration.
111
111
The build plan can also be customized after the exercise creation.
- **Allow Custom Branches:** Activate this option if students should be able to push (to) other branches than the default one.
119
+
120
+
.. warning::
121
+
122
+
Artemis does not show those branches in the UI, and also offers no merge support in the UI.
123
+
124
+
Pushing to other (non-default) branches does not trigger any builds, and does not create submissions.
125
+
Students are therefore fully responsible for managing their branches locally. Further features that deal with branches
126
+
in the Artemis UI are out of scope and will not be implemented in the future.
127
+
Please only activate this option if it is absolutely necessary!
128
+
129
+
- **Regular Expression for the branch name:** The custom branch name is matched against this Java regular expression and pushing is only allowed, if it matches.
0 commit comments