Skip to content

Commit 428d860

Browse files
committed
grrrg
1 parent 158d942 commit 428d860

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

JenkinsFile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ pipeline {
3939
println('Job \"Lumos (Pipeline)/' + env.BRANCH_NAME.replaceAll("/", "%2F") + '\" does not exist. Copy from default Job')
4040
copyArtifacts(projectName: 'Lumos (Pipeline)/master', flatten: true, filter: 'Lumos/*', target: 'dep');
4141
}
42-
try {
43-
println('Copy GUI artefacts from Job \"Lumos (Pipeline)/' + env.BRANCH_NAME.replaceAll("/", "%2F") + '\"')
44-
copyArtifacts(projectName: 'Lumos (Pipeline)/' + env.BRANCH_NAME.replaceAll("/", "%2F"), flatten: true, filter: 'LumosGUI/*', target: 'dep');
45-
} catch (hudson.AbortException e) {
46-
println('Job \"Lumos (Pipeline)/' + env.BRANCH_NAME.replaceAll("/", "%2F") + '\" does not exist. Copy from default Job')
47-
copyArtifacts(projectName: 'Lumos (Pipeline)/master', flatten: true, filter: 'LumosGUI/*', target: 'dep');
48-
}
4942
}
5043
}
5144
}

0 commit comments

Comments
 (0)