diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index cbe47a5..416a281 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -17,7 +17,7 @@ pipeline{ // Biblioteka w Jenkis automatycznie dopisuje origin przed nazwą brancha // dlatego wprowadziłem poniższe przekształcenie def branchName = params.BRANCH ?: 'master' - branchName = branchName.replaceFirst('/origin/', '') + branchName = branchName.replaceFirst('origin/', '') def myProject = "z-s487175-training/${branchName}" copyArtifacts(