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: _docs/learn-by-example/java/publish-jar.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ The pipeline starts by checking out the code using a [git clone step]({{site.bas
77
77
78
78
You can define the version of Maven/JDK you want to use by picking the appropriate image from Dockerhub, or using any of your own images (even from[external registries]({{site.baseurl}}/docs/docker-registries/external-docker-registries/)).
79
79
80
+
Note the use of the two user-defined environment variables passed to`server.password` and`server.username`. You will need to define those yourself. See the documentation on[User Procided Variables]({{site.baseurl}}/docs/codefresh-yaml/variables/#user-provided-variables).