PK
Size: a a a
PK
V
V
SP
PK
expected to call java.io.File.eachFileRecurse but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/
SP
expected to call java.io.File.eachFileRecurse but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/
SP
PK
PK
I
I
Running in Durability level: MAX_SURVIVABILITY
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 21: Undefined section "stage" @ line 21, column 9.
stage("Build and push image") {
^
WorkflowScript: 26: Multiple occurrences of the stage section @ line 26, column 9.
stage('Deploy container') {
^
WorkflowScript: 26: Undefined section "stage" @ line 26, column 9.
stage('Deploy container') {
^
3 errors
GG
GG
I
I
tools {
maven: 'Maven 3.6.1'
}
Ошибка: WorkflowScript: 8: Expected to find ‘someTool "someVersion"’ @ line 8, column 5.Брал по ссылке - https://jenkins.io/blog/2017/02/07/declarative-maven-project/
tools {
def mvn = tool name: 'maven', type: 'hudson.tasks.Maven.MavenInstallation'
Ошибка: ERROR: No hudson.tasks.Maven.MavenInstallation named maven found
JD
sh 'mvn clean package
'?I
sh 'mvn clean package
'?VK
SP