Build Steps
Collection of build steps in build configuration or template.
Example. Command line build step
See also script build step
steps {
script {
scriptContent = """echo "Hello world!""""
}
}
Example. Maven build step
See also Maven build step
maven {
goals = "clean package"
}
See also steps().
Properties
Functions
Adds a build step running ant script
Adds a Container Deployer build step.
Copies the receiver build steps
Copies the receiver build steps to the specified target
Adds a build step running a C# script from a specified file
Adds a build step running a C# script with the specified content
Example. Adds a Docker Build build step with a source as Dockerfile located in the checkout directory with extra Docker command line argument.
Example. Adds a Docker Compose build step with specified Compose YAML file.
Adds a dotCover build step to run dotCover coverage tool
Adds a dotnet build step to run .NET CLI command
Adds a dotnet clean step to run .NET CLI command
Adds a dotnet build step to run a custom command
Adds a Visual Studio IDE step to run Visual Studio IDE command
Adds a .NET msbuild step to run .NET MSBuild
Adds a dotnet nuget delete step to run .NET CLI command
Adds a dotnet nuget push step to run .NET CLI command
Adds a dotnet pack step to run .NET CLI command
Adds a dotnet publish step to run .NET CLI command
Adds a dotnet restore step to run .NET CLI command
Adds a dotnet run step to run .NET CLI command
Adds a dotnet test step to run .NET CLI command
Adds a .NET vstest step to run .NET VSTest
Adds a build step running the specified executable with given arguments
Add an FxCop build step.
Adds a build step running gradle script
The Duplicates Finder (Java) build runner is intended for catching similar code fragments and providing a report on discovered repetitive blocks of Java code.
The Inspections (IntelliJ IDEA) build runner is intended to run code analysis based on IntelliJ IDEA inspections for your project.
IntelliJ IDEA Project build runner allows you to build a project created in IntelliJ IDEA
Adds a build step running a Kotlin script from a specified file
Adds a build step running a Kotlin script with the specified content
Adds a build step running maven
Adds a build step running MSBuild script
Adds a build step running MSpec tests
Adds a build step running MSTest tests
Adds a build step running NAnt scripts
Adds a Node.js build step
Adds a NuGet installer step to run nuget restore command
Adds a NuGet pack step to run nuget pack command
Adds a NuGet publish step to run nuget push command
Adds a build step running NUnit tests
Inserts a build step placeholder.
Adds a build step running PowerShell script
Adds a Python build step
Adds a Duplicates finder (ReSharper) build step to find C# and VB duplicate code.
Adds an Inspections (ReSharper) build step for gathering JetBrains ReSharper inspection results.
Adds a build step running a script with the specified content
Adds a Simple Build Tool (Scala) build step running SBT builds.
Validates this object and reports found errors to the provided consumer
Adds a build step running Visual Studio solution
Adds a build step running Visual Studio Tests
Adds a build step for running Xcode projects.