Dover Stables For Sale, Hershey Tournament Baseball, Articles N

I've tried both scripted and declarative ones with no success. Thanks for contributing an answer to Stack Overflow! To fix this issue, update the Jenkinsfile and use the latest syntax. What does "rooting for my alt" mean in Stranger Things? Solution 3 And in my case it was just a stupid typo: readJson instead of readJSON. V vy khi bo li ch tr v 500. Issues 2. The Jenkins Pipeline DSL is widely used, and old syntax may no longer be supported. Sign up for a free GitHub account to open an issue and contact its maintainers and the community. And who? This question ties in with one of my earlier questions here. Using DevOps pipelines to create distribution bundles of applications, Rivers of London short about Magical Signature. Reply to this email directly, view it on GitHub<. This section contains several links to key pages in the Docker documentation which should provide you with a lot of good background material about Docker. I think it says it can't find the repo but it is a little hard to tell. The shorter the message, the larger the prize, template.queryselector or queryselectorAll is returning undefined. (Ep. I always end up with the following error message java.lang.NoSuchMethodError: No such DSL method 'liquibaseUpdate' found among steps [archive, Any idea? But wait! java.lang.NoSuchMethodError:` No such DSL method 'agent' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, dockerFingerprintFrom, dockerFingerprintRun, echo, envVarsForTool, error, fileExists, getContext, git, input, isUnix, jiraComment, jiraIssueSelector, jiraSearch, junit, library, libraryResource, load, mail . If we use an old version of the Jenkinsfile, we may encounter the "No such DSL method" error. to a Git branch; 3) From a Pipeline Job at Jenkins, configure it to retrieve that branch and. What am I missing? Since this answer is the first one I found when I lookup the "No such DSL method" message, I would like to add that it might also be the interface that is not matching. How to fix "No such DSL method 'agent' found among steps"? } Starting the Prompt Design Site: A New Home in our Stack Exchange Neighborhood, Temporary policy: Generative AI (e.g., ChatGPT) is banned. No such DSL method 'when' found among steps in Jenkinsfile I want to execute some stage in loop. Is it legal to not accept cash as a brick and mortar establishment in France? java.lang.NoSuchMethodError: No such DSL method 'archivedArtifacts' found among steps [acceptGitLabMR, addGitLabMRComment, archive, bat, build, catchError, checkout . I do not know how I solved the problem. Occasionally when working with Jenkinsfiles, you'll run into a NoSuchMethodError because of calling a function that Jenkins's doesn't know about: java.lang.NoSuchMethodError: **No such DSL method 'someFunc'** found among [.] V vy m bn kh c th phn on c l li g. Find centralized, trusted content and collaborate around the technologies you use most. The text was updated successfully, but these errors were encountered: Showing that DSL method is not listed or available, java.lang.NoSuchMethodError: No such DSL method 'slackSend' found among [archive, bat, build, catchError, checkout, deleteDir, dir, echo, error, fileExists, git, input, isUnix, load, mail, node, parallel, properties, pwd, readFile, readTrusted, retry, sh, sleep, stage, stash, step, timeout, tool, unarchive, unstash, waitUntil, withEnv, wrap, writeFile, ws] at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:108) at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:113) at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1280) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1174) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1024) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:15) at WorkflowScript.run(WorkflowScript:42) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:55) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:106) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:79) at sun.reflect.GeneratedMethodAccessor376.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.LocalVariableBlock$LocalVariable.get(LocalVariableBlock.java:33) at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30) at com.cloudbees.groovy.cps.impl.LocalVariableBlock.evalLValue(LocalVariableBlock.java:22) at com.cloudbees.groovy.cps.LValueBlock$BlockImpl.eval(LValueBlock.java:55) at com.cloudbees.groovy.cps.LValueBlock.eval(LValueBlock.java:16) at com.cloudbees.groovy.cps.Next.step(Next.java:58) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:154) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:164) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:276) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$000(CpsThreadGroup.java:78) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:185) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:183) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:47) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Finished: FAILURE. davide.cavestro May 21, 2021, 4:30pm 1 Hi, I'm trying to invoke liquibaseUpdate from jenkins pipelines. when is a directive used in the declarative pipeline definition - it won't work inside script {} block. How did it know . If you're importing more than one library this may or may not be mixed in with other imports. java.lang.NoSuchMethodErrorDSL" readJSON" Jenkins java.lang.NoSuchMethodError: No such DSL method 'post' found // ** in the global configuration. It turns out that in a pipeline script we can use the this object to get the bindings available on the script itself, and check whether a given method exists. The only other things I could suggest (bearing in mind I'm not 100% sure) which might be causing your issue above are: If you're still stuck for an answer, I'd suggest posting your query up on either the Jenkins Users Google Group or Stackoverflow. 4 6 comments tarantogak 3 yr. ago Put the foo () call into a script block: always { script { foo () } } Ryan_Jarv 3 yr. ago (Ep. Find centralized, trusted content and collaborate around the technologies you use most. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. java.lang.NoSuchMethodError: No such DSL method 'scanForIssues' found Occasionally when working with Jenkinsfiles, youll run into a NoSuchMethodError because of calling a function that Jenkinss doesnt know about: There are number of reasons that this can happen, such as a required plugin not being installed, or the shared library that defines the function isnt loaded. By clicking Sign up for GitHub, you agree to our terms of service and Making statements based on opinion; back them up with references or personal experience. Sign in Solution 1 Using Pipeline Utility Steps Plugin you can use the readJSON function. Actions. Does Iowa have more farmland suitable for growing corn and wheat than Canada? Sidereal time of rising and setting of the sun on the arctic circle. My jenkinsfile. Why is that so many apps today require MacBook with a M1 chip? I would recommend you check out this plugin. I tested this just now and found no issue (albeit using the patched Docker Workflow plugin mentioned here, which would be required to run these tutorials as documented until this PR is merged and a new version of this plugin is released). For docker I am also a novice, thank you for taking the time to reply to my question, not the problem you wrote the tutorial, but I am not familiar with docker, I am sorry to waste a lot of your time. rev2023.7.14.43533. In my case a missing second argument was causing the same error. 'yusuf' }} But i end up with errors like java.lang.NoSuchMethodError: No such DSL method 'crdaAnalysis' found among steps [archive, bat ] (log attached) Steps to reproduce: 1. mvn clean install 2. mvn . Is this gap under my patio sidelights okay? Asking for help, clarification, or responding to other answers. I googled this enough times, without finding an answer, that when I finally figured it out I thought I should put it up here in the hopes itll help someone else. java.lang.NoSuchMethodError: No such DSL method 'slackSend' found among steps [addToClasspath, archive, bat, build, catchError, checkout, deleteDir, dir, echo, emailext, emailextrecipients, error, fileExists, getContext, git, hipchatSend, httpRequest, input, isUnix, jiraComment, jiraIssueSelector, jiraSearch, libraryResource, load, lock, mail . Already on GitHub? . Separately all of this stage works fine. Thanks for your help! Is it legal to not accept cash as a brick and mortar establishment in France? Powered by Discourse, best viewed with JavaScript enabled, [WEBINAR] Sonar Success: Fireside Chat with DATEV - AUGUST 30, I am getting error while running my jenkins job. 589). Trong thc t khi bn a sn phm ca mnh chy production th chng ta s tt debug i bo mt. Feature/CSI-58 Docker image for CSI-controller and run UT in container. Jenkinsfile: Why `java.lang.NoSuchMethodError: No such DSL method` is not caught? An application can have multiple components (almost all components are Java/Spring or NodeJS projects). Fwd: Struggling with "java.lang.NoSuchMethodError: No such DSL method" To see all available qualifiers, see our documentation. Not the answer you're looking for? By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. groovy - Jenkins pipeline: No such DSL method - Stack Overflow Well occasionally send you account related emails. } I guess we have to remove the plugin first and install fresh? This seems to be the error Aleem Ali: java.lang.NoSuchMethodError: No such DSL method 'slackSend' found among steps And would be unrelated to SonarQube analysis. Co-author uses ChatGPT for academic writing - is it ethical? Find out all the different files from two different paths efficiently in Windows (with Python). Starting the Prompt Design Site: A New Home in our Stack Exchange Neighborhood, Temporary policy: Generative AI (e.g., ChatGPT) is banned. commented on Mar 13, 2018 In the screenshot below you can see that the library name is the same name given to the function being called in the Jenkinsfile. I'm not sure why. I was able to replicate the error you received above when I omitted the pipeline { } block syntax from my Jenkinsfile in source control (so that all I had were agent { } and stages { } blocks). When the pipeline is run the required application name will be an input parameter and the above repo will be cloned and the respective JSON descriptor will be loaded. What does "rooting for my alt" mean in Stranger Things? Multiplication implemented in c++ with constant time, Most appropriate model fo 0-10 scale integer data. Why is the Work on a Spring Independent of Applied Force? If you want to change the name you will need to update the Jenkinsfile and in the job config to reflect this change. So there are two things that need to be checked. You are receiving this because you are subscribed to this thread. Note that to build this patched version of the Docker Workflow plugin, you'll need Maven installed locally. Making statements based on opinion; back them up with references or personal experience. By clicking Post Your Answer, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct. java.lang.NoSuchMethodError: No such DSL method 'git' found - Google Groups If no matching method signature is found, it will fall into "No such DSL method". To accomplish this I want to edit the generateBuildStage method to something like this: When I run the above code I get an error java.lang.NoSuchMethodError: No such DSL method 'agent' found among steps. What is the coil for in these cheap tweeters? You switched accounts on another tab or window. Started by user Aleem Ali Obtained sonarqube-check-status from git git@code.momspresso.com:mycity4kids/common_scripts.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/code-quality-check-pipeline [Pipeline] { [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline java.lang.NoSuchMethodError: No such DSL method slackSend found among steps [acceptGitLabMR, addGitLabMRComment, archive, bat, build, catchError, checkout, deleteDir, dir, echo, emailext, emailextrecipients, envVarsForTool, error, fileExists, findBuildScans, getContext, git, gitlabBuilds, gitlabCommitStatus, input, isUnix, junit, library, libraryResource, load, lock, mail, milestone, node, parallel, powershell, properties, publishChecks, pwd, pwsh, readFile, readTrusted, resolveScm, retry, script, sh, sleep, sshagent, stage, stash, step, timeout, timestamps, tm, tool, unarchive, unstable, unstash, updateGitlabCommitStatus, validateDeclarativePipeline, waitForQualityGate, waitUntil, warnError, withChecks, withContext, withCredentials, withEnv, withGradle, wrap, writeFile, ws] or symbols [GitUsernamePassword, agent, all, allBranchesSame, allOf, always, ant, antFromApache, antOutcome, antTarget, any, anyOf, apiToken, apiTokenProperty, architecture, archiveArtifacts, artifactManager, authorizationMatrix, batchFile, bitbucketServer, booleanParam, branch, brokenBuildSuspects, brokenTestsSuspects, buildButton, buildDiscarder, buildDiscarders, buildRetention, buildStatusNameCustomPart, buildUser, buildingTag, builtInNode, caseInsensitive, caseSensitive, certificate, changeRequest, changelog, changeset, checkoutToSubdirectory, choice, choiceParam, cleanWs, clock, command, contributor, credentials, cron, crumb, culprits, defaultFolderConfiguration, defaultView, demand, developers, disableConcurrentBuilds, disableResume, downstream, dumb, durabilityHint, email-ext, envVars, envVarsFilter, environment, equals, expression, extendedEmailPublisher, file, fileParam, filePath, fingerprint, fingerprints, frameOptions, freeStyle, freeStyleJob, fromScm, fromSource, git, gitBranchDiscovery, gitHubBranchDiscovery, gitHubBranchHeadAuthority, gitHubExcludeArchivedRepositories, gitHubExcludeForkedRepositories, gitHubExcludePrivateRepositories, gitHubExcludePublicRepositories, gitHubForkDiscovery, gitHubIgnoreDraftPullRequestFilter, gitHubPullRequestDiscovery, gitHubSshCheckout, gitHubTagDiscovery, gitHubTopicsFilter, gitHubTrustContributors, gitHubTrustEveryone, gitHubTrustNobody, gitHubTrustPermissions, gitLabBranchDiscovery, gitLabBranchHeadAuthority, gitLabConnection, gitLabExcludeArchivedRepositories, gitLabForkDiscovery, gitLabOriginDiscovery, gitLabTagDiscovery, gitLabTrustEveryone, gitLabTrustMembers, gitLabTrustNobody, gitLabTrustPermissions, gitTagDiscovery, gitUsernamePassword, github, githubProjectProperty, githubPush, gitlab, gitlabAvatar, gitlabPersonalAccessToken, gitlabSkipNotifications, gradle, headRegexFilter, headWildcardFilter, hyperlink, hyperlinkToModels, inheriting, inheritingGlobal, installSource, isRestartedRun, jdk, jdkInstaller, jgit, jgitapache, jnlp, jobBuildDiscarder, jobName, junitTestResultStorage, label, lastDuration, lastFailure, lastGrantedAuthorities, lastStable, lastSuccess, legacy, legacySCM, list, local, location, logComment, logRotator, loggedInUsersCanDoAnything, mailer, masterBuild, maven, maven3Mojos, mavenErrors, mavenGlobalConfig, mavenMojos, mavenWarnings, modernSCM, mrTriggerComment, myView, namedBranchesDifferent, node, nodeProperties, nonInheriting, none, nonresumable, not, organizationFolder, overrideIndexTriggers, paneStatus, parallelsAlwaysFailFast, parameters, password, pattern, permanent, pipeline, pipelineTriggers, plainText, plugin, pollSCM, preserveStashes, previous, projectNamingStrategy, proxy, pruneTags, queueItemAuthenticator, quietPeriod, rateLimit, rateLimitBuilds, recipients, requestor, resourceRoot, retainOnlyVariables, run, runParam, sSHLauncher, schedule, scmRetryCount, scriptApproval, scriptApprovalLink, search, security, shell, simpleBuildDiscarder, skipDefaultCheckout, skipStagesAfterUnstable, slave, sourceRegexFilter, sourceWildcardFilter, ssh, sshPublicKey, sshUserPrivateKey, standard, status, string, stringParam, suppressAutomaticTriggering, suppressFolderAutomaticTriggering, swapSpace, tag, teamSlugFilter, text, textParam, timestamper, timestamperConfig, timezone, tmpSpace, toolLocation, triggeredBy, unsecured, untrusted, upstream, upstreamDevelopers, userSeed, usernameColonPassword, usernamePassword, viewsTabBar, weather, withAnt, withSonarQubeEnv, zip] or globals [currentBuild, env, params, pipeline, scm] at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:219) at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163) at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:143) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at WorkflowScript.notifyBuild(WorkflowScript:77) at WorkflowScript.run(WorkflowScript:50) at cps.transform(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83) at jdk.internal.reflect.GeneratedMethodAccessor762.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) at jdk.internal.reflect.GeneratedMethodAccessor1514.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:95) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Finished: FAILURE, stage(Quality Gate){