diff --git a/linux/Jenkinsfile b/linux/Jenkinsfile index 289def9b4..aa8b68809 100644 --- a/linux/Jenkinsfile +++ b/linux/Jenkinsfile @@ -215,7 +215,6 @@ def handleRISCVUpload(String Distro, String BuildArch, String Version, String Di tools { jfrog 'jfrog-cli' } - tool name: 'jfrog-cli', type: 'jfrog' node("dockerBuild&&linux&&x64") { env.DISTRO = Distro env.BUILDARCH = BuildArch @@ -307,7 +306,6 @@ def jenkinsStepDeb() { tools { jfrog 'jfrog-cli' } - tool name: 'jfrog-cli', type: 'jfrog' node("linux&&${debLabel}") { setup('Debian', "${DebARCH}") unstash 'installercode'