steps
Configures build steps
Example. Command line build step
See also script build step
steps {
    script {
        scriptContent = """echo "Hello world!""""
    }
}Content copied to clipboard
Example. Maven build step
See also Maven build step
maven {
    goals = "clean package"
}Content copied to clipboard
Parameters
init
function to initialize build steps