Skip to content
Snippets Groups Projects
Commit 5dbf5dbd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3294 remove unused function

parent e4c5117b
Branches
Tags
No related merge requests found
......@@ -844,10 +844,6 @@ Boolean isMasterBranch() {
return env.BRANCH_NAME == 'master'
}
String getElasticsearchPassword(String bezeichner) {
}
String decodeString(String encoded) {
return sh (script: "echo -n ${encoded} | base64 --decode", returnStdout: true)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment