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

Can't build using debian pbuilder plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Minor Minor
    • debian-pbuilder-plugin
    • None
    • latest jenkins

      When I try to build using debian pbuilder plugin I get this issue:
      ```
      This does not appear to be a debian package. Possible reasons include: no debian/source/format file; package is neither native or quilt
      ```

      I checkout the source code to subdir called source but it's still can't build:

       

      ```
      dir('source'){
      git branch: '$GIT_BRANCH',
      credentialsId: 'bitbucket_user',
      url: "${env.GIT_REPO_URL}"
      }
      debianPbuilder additionalBuildResults: '', architecture: 'all', distribution: 'all', keyring: '', mirrorSite: 'mymiror.com'
      ```

      I think the plugin is not looking at the right path for format file cause the file is exists in:

       

      workspace

                         |

                          my_pipeline   

                                              |

                                               source 

                                                         |

                                                           debian

                                                                     |

                                                                     source

                                                                                |

                                                                                format

            rm5248 Robert Middleton
            barel_elbaz Barel Elbaz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: