Giter VIP home page Giter VIP logo

Comments (5)

gtheraud avatar gtheraud commented on August 16, 2024

This issue might be linked to #31 since my build is a Pipeline build.
I found out that there might be a bug in models/services/get_jenkins_projects.rb :

projects = Java.jenkins.model.Jenkins.instance.getAllItems(AbstractProject.java_class).map do |jenkins_project|

This won't return the pipeline jobs. When I removed AbstractProject.java_class to include pipeline jobs, i get :

undefined method 'scm' for OrgJenkinsciPluginsWorkflowJob::WorkflowJob

Unfortunately, that is how much I can do so far.

from gitlab-hook-plugin.

wuzhaozhongguo avatar wuzhaozhongguo commented on August 16, 2024

I also had the same problem,my gitlab web hooks is
http://site/gitlab/build_now/projectName
jenkins 2.20

from gitlab-hook-plugin.

danielmbarlow avatar danielmbarlow commented on August 16, 2024

I had the same problem, but found a workaround. I use the same web hook as @wuzhaozhongguo, but I opened the project configuration screen in Jenkins and copied the 'Project name' field from there. After that it worked.

Before: http://<site>/gitlab/build_now/BO_Merge_Request_Build
After: http://<site>/gitlab/build_now/bo_merge_request_build

Looks like it might be a case issue.

I'm on gitlab-hook-plugin v1.4.2, Jenkins 2.7.3.

Hope that helps.

from gitlab-hook-plugin.

chanxiaohui avatar chanxiaohui commented on August 16, 2024

Is this problem solved?

from gitlab-hook-plugin.

llorllale avatar llorllale commented on August 16, 2024

Having this issue on Jenkins 2.73.2., gilab-hook version 1.4.2.

@danielmbarlow 's suggestion did not work

from gitlab-hook-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.