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

JEP-200 Compatibility failing to serialize packages needed for successfully passing java pipeline triggered by push on Gitlab

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Blocker Blocker
    • gitlab-plugin
    • Ubuntu Xenial 16.04, Jenkins up to date, Gitlab 10.8.2-ee going to be updated soon to last version.

      Im now trying to integrate Gitlab with Jenkin's CI. I did an example pipeline, configured it with my GitLab's PR. If I manually build the pipeline its result is a success but when it's triggered by a push to my Gitlab's PR (this is how i really want it to be).
      .- WebHook working fine.
      .- Gitlab Plugin working fine.

      I'd like to know any suggestion to do, any workaround, I would like to know if the XStream is getting whitelisted anytime soon since i need de CI/CD working fine asap.

      The source code its in JAVA, using maven (Don't remember the version).

        1. Issue1-2.png
          Issue1-2.png
          268 kB
        2. Issue1.png
          Issue1.png
          372 kB

          [JENKINS-51691] JEP-200 Compatibility failing to serialize packages needed for successfully passing java pipeline triggered by push on Gitlab

          Ricardo Amendolia created issue -
          Ricardo Amendolia made changes -
          Epic Link New: JENKINS-47736 [ 186227 ]
          Ricardo Amendolia made changes -
          Sprint Original: Pipeline - April 2018 [ 506 ]
          Oleg Nenashev made changes -
          Component/s New: gitlab-automatic-item-creator-plugin [ 21922 ]
          Component/s Original: core [ 15593 ]
          Oleg Nenashev made changes -
          Component/s New: gitlab-plugin [ 19326 ]
          Component/s Original: gitlab-automatic-item-creator-plugin [ 21922 ]

          Oleg Nenashev added a comment - - edited

          Just had a quick look. The referenced class must not be serialized to the disk (GitlabProject) It is a defect in the plugin which needs to be fixed.

          CC jglick

          Oleg Nenashev added a comment - - edited Just had a quick look. The referenced class must not be serialized to the disk (GitlabProject) It is a defect in the plugin which needs to be fixed. CC jglick
          Oleg Nenashev made changes -
          Labels Original: git jenkins pipeline scm New: JEP-200 git jenkins pipeline scm

          Oleg Nenashev added a comment -

          Class being serialized: https://github.com/timols/java-gitlab-api/blob/master/src/main/java/org/gitlab/api/models/GitlabProject.java (fork, original repo is somewhere in Gitlab I'd guess). I will follow-up

          Oleg Nenashev added a comment - Class being serialized: https://github.com/timols/java-gitlab-api/blob/master/src/main/java/org/gitlab/api/models/GitlabProject.java (fork, original repo is somewhere in Gitlab I'd guess). I will follow-up

          oleg_nenashev Perfect Oleg. Let me know if you need any extra info

          Ricardo Amendolia added a comment - oleg_nenashev Perfect Oleg. Let me know if you need any extra info

          Oleg Nenashev added a comment -

          Related to JENKINS-50957

          Oleg Nenashev added a comment - Related to JENKINS-50957
          Oleg Nenashev made changes -
          Link New: This issue relates to JENKINS-50957 [ JENKINS-50957 ]

            owenmehegan Owen Mehegan
            exidon Ricardo Amendolia
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: