Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-75855

Multibranch Scan fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Kubernetes 1.33.1

      Operating System

      • Kubernetes 1.33.1
        • Servers on Ubuntu 24.04
        • 1 Master
        • 0 Infra
        • 7 Worker

      JRE/JDK vendors and version

      • bitnami/jenkins image (latest)

       

      Jenkins and plugin versions

       

      Jenkins: 2.504.3
      OS: Linux - 6.8.0-62-generic
      Java: 17.0.15 - BellSoft (OpenJDK 64-Bit Server VM)
      ---
      apache-httpcomponents-client-4-api:4.5.14-269.vfa_2321039a_83
      asm-api:9.8-135.vb_2239d08ee90
      authentication-tokens:1.131.v7199556c3004
      bouncycastle-api:2.30.1.80-261.v00c0e2618ec3
      branch-api:2.1226.ve1e7e0b_4b_95f
      caffeine-api:3.2.0-166.v72a_6d74b_870f
      cloudbees-folder:6.1026.ve06dfa_cf31c3
      commons-lang3-api:3.17.0-87.v5cf526e63b_8b_
      commons-text-api:1.13.1-176.v74d88f22034b_
      credentials:1415.v831096eb_5534
      credentials-binding:687.v619cb_15e923f
      display-url-api:2.209.v582ed814ff2f
      durable-task:587.v84b_877235b_45
      git:5.7.0
      git-client:6.2.0
      gson-api:2.13.1-139.v4569c2ef303f
      instance-identity:203.v15e81a_1b_7a_38
      ionicons-api:88.va_4187cb_eddf1
      jackson2-api:2.19.0-404.vb_b_0fd2fea_e10
      jakarta-activation-api:2.1.3-2
      jakarta-mail-api:2.1.3-2
      javax-activation-api:1.2.0-8
      jaxb:2.3.9-133.vb_ec76a_73f706
      joda-time-api:2.14.0-127.v7d9da_295a_d51
      json-api:20250517-153.vc8a_a_d87c0ce3
      json-path-api:2.9.0-148.v22a_7ffe323ce
      kubernetes:4358.vcfd9c5a_0a_f51
      kubernetes-client-api:7.3.1-256.v788a_0b_787114
      kubernetes-credentials:203.v85b_9836a_f44b_
      locale:587.v7b_843928a_719
      mailer:509.vc54d23fc427e
      matrix-auth:3.2.6
      metrics:4.2.32-476.v5042e1c1edd7
      mina-sshd-api-common:2.15.0-161.vb_200831a_c15b_
      mina-sshd-api-core:2.15.0-161.vb_200831a_c15b_
      oic-auth:4.520.v7208b_4ff730b_
      okhttp-api:4.11.0-189.v976fa_d3379d6
      pipeline-build-step:571.v08a_fffd4b_0ce
      pipeline-groovy-lib:752.vdddedf804e72
      pipeline-input-step:527.vd61b_1d3c5078
      pipeline-milestone-step:138.v78ca_76831a_43
      pipeline-model-api:2.2255.v56a_15e805f12
      pipeline-model-definition:2.2255.v56a_15e805f12
      pipeline-model-extensions:2.2255.v56a_15e805f12
      pipeline-stage-step:322.vecffa_99f371c
      pipeline-stage-tags-metadata:2.2255.v56a_15e805f12
      plain-credentials:199.v9f8e1f741799
      scm-api:704.v3ce5c542825a_
      script-security:1373.vb_b_4a_a_c26fa_00
      snakeyaml-api:2.3-125.v4d77857a_b_402
      ssh-credentials:359.v2191c4cf635f
      structs:350.v3b_30f09f2363
      variant:70.va_d9f17f859e0
      workflow-aggregator:608.v67378e9d3db_1
      workflow-api:1373.v7b_813f10efa_b_
      workflow-basic-steps:1079.vce64b_a_929c5a_
      workflow-cps:4150.ve20ca_b_a_a_2815
      workflow-durable-task-step:1434.v1b_595c29ddd7
      workflow-job:1540.v295eccc9778f
      workflow-multibranch:806.vb_b_688f609ee9
      workflow-scm-step:437.v05a_f66b_e5ef8
      workflow-step-api:700.v6e45cb_a_5a_a_21
      workflow-support:968.v8f17397e87b_8 

       

       

      Environment

      • Container

       

      Reverse Proxy

      • Yes: Nginx (proxy) > Istio Ingress > Virtual Service > Jenkins

       

      Installation kind

      • bitnami/jenkins:latest via HELM
      • Agents launched via Kubernetes Plugin (works successfully for builds)

       

      Web-Browser

      • Edge
      • FireFox
      • Safari

       

      Description

      1. Install VMs
      2. Install Kubernetes
      3. Install Istio
      4. Install ArgoCD
      5. Install bitnami/jenkins via HELM, using Argo-CD
      6. Install Multibranch Pipeline Plugin
      7. Create Credentials for Gitbucket
        Credentials successfully work for logging in at Gitbucket and accessing the project.
      8. Set executors on buit-in node to 0 (as suggested by jenkins)
      9. Create new Multibranch Project
      10.  Operation fails
        but was working in Kubernetes 1.28.x
        • No agent-pod is scheduled (like in 1.28.x)
        • Kubernetes-Plugin fixed an issue due to Fabric8.Kubernetes.Client incompatibility with Kubernetes 1.33 (fixed with Fabric8 v7.2); is v6 used as well and requires an update? However.. thats K8s connection.. 🤔

       

       

      Started by user <username>[Fri Jul 04 07:58:23 UTC 2025] Starting branch indexing... > git --version # timeout=10 > git --version # 'git version 2.39.5'using GIT_ASKPASS to set credentials  > git ls-remote --symref -- https://gitbucket.<domain>.de/git/Databases/APP-pgAdmin.git # timeout=10 > git rev-parse --resolve-git-dir /bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git # timeout=10Setting origin to https://gitbucket.<domain>.de/git/Databases/APP-pgAdmin.git > git config remote.origin.url https://gitbucket.<domain>.de/git/Databases/APP-pgAdmin.git # timeout=10ERROR: [Fri Jul 04 07:58:25 UTC 2025] Could not fetch branches from source 538275af-0371-4cd9-80e6-a7ff1c38a442[Fri Jul 04 07:58:25 UTC 2025] Finished branch indexing. Indexing took 1.4 secFATAL: Failed to recompute children of APP-pgAdminhudson.plugins.git.GitException: Command "git config remote.origin.url https://gitbucket.<domain>.de/git/Databases/APP-pgAdmin.git" returned status code 128:stdout: stderr: fatal: not in a git directory
      	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846)	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2771)	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2766)	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2059)	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2071)	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1670)	at PluginClassLoader for git-client//hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:182)	at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:400)Caused: java.io.IOException	at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:419)	at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:352)	at PluginClassLoader for git//jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:611)	at PluginClassLoader for scm-api//jenkins.scm.api.SCMSource._retrieve(SCMSource.java:372)	at PluginClassLoader for scm-api//jenkins.scm.api.SCMSource.fetch(SCMSource.java:282)	at PluginClassLoader for branch-api//jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:661)	at PluginClassLoader for cloudbees-folder//com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:272)	at PluginClassLoader for cloudbees-folder//com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:170)	at PluginClassLoader for branch-api//jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1064)	at hudson.model.ResourceController.execute(ResourceController.java:101)	at hudson.model.Executor.run(Executor.java:446)Finished: FAILURE 

       

       

      Custom-Logger

       

      Jul 04, 2025 8:10:06 AM FINE hudson.model.QueueQueue maintenance started on hudson.model.Queue@1beea704 with Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINE hudson.model.Queueorg.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin] added to queue
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[hudson.model.Queue$WaitingItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[hudson.model.Queue$WaitingItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[hudson.model.Queue$WaitingItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINE hudson.model.QueueQueue maintenance started on hudson.model.Queue@1beea704 with Queue.Snapshot{waitingList=[hudson.model.Queue$WaitingItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030];blockedProjects=[];buildables=[];pendings=[]}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueCreating flyweight task APP-pgAdmin for computer 
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueConverting flyweight task: APP-pgAdmin into a BuildableRunnable
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueExecuting runnable APP-pgAdmin
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[hudson.model.Queue$WaitingItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[hudson.model.Queue$BuildableItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[hudson.model.Queue$BuildableItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[hudson.model.Queue$BuildableItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[hudson.model.Queue$BuildableItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:06 AM FINE hudson.model.ExecutorExecutor #-1 for Built-In Node grabbed hudson.model.queue.WorkUnit@6a847b03[work=APP-pgAdmin] from queue
      Jul 04, 2025 8:10:06 AM FINE hudson.model.ExecutorExecutor #-1 for Built-In Node is going to execute BranchIndexing[APP-pgAdmin]
      Jul 04, 2025 8:10:06 AM FINER hudson.model.Executorwhen running BranchIndexing[APP-pgAdmin] from hudson.model.Queue$BuildableItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030 we are copying [hudson.model.CauseAction@759c87d] actions whereas the item currently has [hudson.model.CauseAction@759c87d]
      Jul 04, 2025 8:10:06 AM FINE hudson.model.ExecutorExecutor #-1 for Built-In Node : executing BranchIndexing[APP-pgAdmin] is now executing BranchIndexing[APP-pgAdmin] as UsernamePasswordAuthenticationToken [Principal=SYSTEM, Credentials=[PROTECTED], Authenticated=false, Details=null, Granted Authorities=[]]
      Jul 04, 2025 8:10:06 AM FINE hudson.model.Executorno QueueItemAuthenticator implementations installed
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot file=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, create new FileSnapshot: lastRead=2025-07-04 08:10:07.980901821, lastModified=2025-07-04 07:58:25.406888352, size=115, fileKey=(dev=3b,ino=8323946)
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isRacyCleanfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, isRacyClean=false, read=2025-07-04 08:10:07.980901821, lastModified=2025-07-04 07:58:25.406888352, delta=702574013469 ns, racy<=2500000000 ns
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isModifiedfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, is unmodified
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isRacyCleanfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, isRacyClean=false, read=2025-07-04 08:10:07.980901821, lastModified=2025-07-04 07:58:25.406888352, delta=702574013469 ns, racy<=2500000000 ns
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isModifiedfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, is unmodified
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isRacyCleanfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, isRacyClean=false, read=2025-07-04 08:10:07.980901821, lastModified=2025-07-04 07:58:25.406888352, delta=702574013469 ns, racy<=2500000000 ns
      Jul 04, 2025 8:10:07 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot isModifiedfile=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config, is unmodified
      Jul 04, 2025 8:10:08 AM FINE org.eclipse.jgit.internal.util.ShutdownHook registerregister org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$1053/0x0000769813dfe348@2fb056c4 with shutdown hook
      Jul 04, 2025 8:10:08 AM FINE org.eclipse.jgit.internal.util.ShutdownHook unregisterunregister org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$1053/0x0000769813dfe348@2fb056c4 from shutdown hook
      Jul 04, 2025 8:10:08 AM FINE org.eclipse.jgit.internal.storage.file.FileSnapshot file=/bitnami/jenkins/home/caches/git-2acb30ff7755ec0238adc08656151795/.git/config.lock, create new FileSnapshot: lastRead=2025-07-04 08:10:08.018455281, lastModified=2025-07-04 08:10:08.014263210, size=115, fileKey=(dev=3b,ino=8323947)
      Jul 04, 2025 8:10:08 AM FINE org.eclipse.jgit.internal.util.ShutdownHook unregisterunregister org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$1053/0x0000769813dfe348@2fb056c4 from shutdown hook
      Jul 04, 2025 8:10:08 AM FINE jenkins.branch.MultiBranchProjectAPP-pgAdmin #20250704.081006 branch indexing action completed: FAILURE in 1.3 sec
      Jul 04, 2025 8:10:08 AM FINE hudson.model.ExecutorExecutor #-1 for Built-In Node : executing BranchIndexing[APP-pgAdmin] completed BranchIndexing[APP-pgAdmin] in 1,330ms
      Jul 04, 2025 8:10:08 AM FINE hudson.model.QueueQueue maintenance started on hudson.model.Queue@1beea704 with Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}
      Jul 04, 2025 8:10:08 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030}
      Jul 04, 2025 8:10:08 AM FINEST hudson.model.QueueQueue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]} → Queue.Snapshot{waitingList=[];blockedProjects=[];buildables=[];pendings=[]}; leftItems={3030=hudson.model.Queue$LeftItem:org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject@66ef8d4c[APP-pgAdmin]:3030} 

       

       

      All Jenkins Logs
      no new logs produced

      Jul 03, 2025 6:37:15 PM INFO hudson.WebAppMain contextInitializedJenkins home directory: /bitnami/jenkins/home found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
      Jul 03, 2025 6:37:15 PM INFO org.eclipse.jetty.server.handler.ContextHandler doStartStarted oeje9n.ContextHandler$CoreContextHandler@71652c98{Jenkins v2.504.3,/,b=file:///bitnami/jenkins/home/war/,a=AVAILABLE,h=oeje9n.ContextHandler$CoreContextHandler$CoreToNestedHandler@51bde877{STARTED}}
      Jul 03, 2025 6:37:15 PM INFO org.eclipse.jetty.server.AbstractConnector doStartStarted ServerConnector@bfde2c1{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
      Jul 03, 2025 6:37:16 PM INFO org.eclipse.jetty.util.ssl.SslContextFactory loadx509=X509@27f0ad19(,h=[],a=[],w=[]) for Server@54e81b21[provider=null,keyStore=null,trustStore=null]
      Jul 03, 2025 6:37:17 PM INFO org.eclipse.jetty.server.AbstractConnector doStartStarted ServerConnector@288a4658{SSL, (ssl, http/1.1)}{0.0.0.0:8443}
      Jul 03, 2025 6:37:17 PM INFO org.eclipse.jetty.server.Server doStartStarted oejs.Server@4218d6a3{STARTING}[12.0.22,sto=0] @18961ms
      Jul 03, 2025 6:37:17 PM INFO winstone.Logger logInternalWinstone Servlet Engine running: controlPort=disabled
      Jul 03, 2025 6:37:18 PM INFO jenkins.model.Jenkins Starting version 2.504.3
      Jul 03, 2025 6:37:19 PM INFO jenkins.InitReactorRunner$1 onAttainedStarted initialization
      Jul 03, 2025 6:37:24 PM INFO jenkins.InitReactorRunner$1 onAttainedListed all plugins
      Jul 03, 2025 6:37:44 PM INFO jenkins.InitReactorRunner$1 onAttainedPrepared all plugins
      Jul 03, 2025 6:37:45 PM INFO jenkins.InitReactorRunner$1 onAttainedStarted all plugins
      Jul 03, 2025 6:37:51 PM INFO jenkins.InitReactorRunner$1 onAttainedAugmented all extensions
      Jul 03, 2025 6:37:56 PM INFO jenkins.InitReactorRunner$1 onAttainedSystem config loaded
      Jul 03, 2025 6:37:56 PM INFO jenkins.InitReactorRunner$1 onAttainedSystem config adapted
      Jul 03, 2025 6:37:57 PM INFO jenkins.InitReactorRunner$1 onAttainedLoaded all jobs
      Jul 03, 2025 6:37:57 PM INFO jenkins.InitReactorRunner$1 onAttainedConfiguration for all jobs updated
      Jul 03, 2025 6:37:57 PM INFO jenkins.InitReactorRunner$1 onAttainedCompleted initialization
      Jul 03, 2025 6:37:58 PM INFO hudson.lifecycle.Lifecycle onReadyJenkins is fully up and running
      Jul 03, 2025 6:38:03 PM INFO org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper watchCloudset up watcher on kubernetes
      Jul 03, 2025 6:38:12 PM INFO hudson.TcpSlaveAgentListener$ConnectionHandler runAccepted JNLP4-connect connection #1 from /127.0.0.6:38003
      Jul 03, 2025 6:38:16 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launchAgent has already been launched, activating: deployment-agent-htsz4
      Jul 03, 2025 6:39:28 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminateTerminating Kubernetes instance for agent deployment-agent-htsz4
      Jul 03, 2025 6:39:29 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePodTerminated Kubernetes instance for agent jenkins-ds-p/deployment-agent-htsz4
      Jul 03, 2025 6:39:29 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminateDisconnected computer deployment-agent-htsz4
      Jul 03, 2025 6:39:29 PM INFO jenkins.slaves.DefaultJnlpSlaveReceiver channelClosedComputer.threadPoolForRemoting [#7] for deployment-agent-htsz4 terminated: java.nio.channels.ClosedChannelException 

       

       

       

       

            Unassigned Unassigned
            fabiansc Fabian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: