We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2fd9b commit fbd5336Copy full SHA for fbd5336
1 file changed
pipelines/pipeline_stages.groovy
@@ -9,7 +9,7 @@ SLOP=5
9
// Helper functions
10
11
def get_fname(path) {
12
- x = path.split('/')[-1]
+ def x = path.split('/')[-1]
13
return(x)
14
}
15
0 commit comments