Try to fix compilation errors
@ -47,13 +47,13 @@ pipeline {
when {
allOf {
expression {
return fileExists javadocsArtifact
return fileExists(javadocsArtifact)
}
return fileExists jarWithSourcesArtifact
return fileExists(jarWithSourcesArtifact)
return fileExists jarArtifact
return fileExists(jarArtifact)