Н
Size: a a a
Н
II
Z
II
II
Н
DS
II
DS
DS
II
DS
DK
job('example') {
steps {
httpRequest('http://www.example.com') {
httpMode('POST')
authentication('Credentials')
returnCodeBuildRelevant()
logResponseBody()
}
}
}
DK
DK
java.lang.IllegalArgumentException: Expected named arguments but got [{url=https://events.pagerduty.com/v2/enqueue}, org.jenkinsci.plugins.workflow.cps.CpsClosure2@1818ac7a]
DS
DK
VD
VD
checkout([
$class: 'GitSCM',
branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanBeforeCheckout'], [$class: 'RelativeTargetDirectory', relativeTargetDir: 'dev']],
submoduleCfg: [],
userRemoteConfigs: [[credentialsId: 'jenkins-oro-app', url: 'https://github.com/lab/dev.git']]
])
VD