Using sbt for Build
In this action, you build a Scala or Java project with sbt.
Graphical Build
Add Build with sbt, when configuring build actions.
The parameters are described in the following table.
|
Parameter |
Description |
|---|---|
|
Action Name |
Name of a build action. It can be customized. |
|
Tool Version |
Only the default version sbt1.3.2-jdk1.8 is supported currently. |
|
Commands |
Configure sbt commands. You can also use default commands. If you have special build requirements, enter your custom build script in the text box. |
Code-based Build
1 2 3 4 5 6 7 |
version: 2.0 # The value must be 2.0. steps: BUILD: - sbt: inputs: command: | sbt package |
|
Parameter |
Type |
Description |
Mandatory |
Default Value |
|---|---|---|---|---|
|
command |
string |
Commands to be run. |
Yes |
None |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot