jenkins-autojobs icon indicating copy to clipboard operation
jenkins-autojobs copied to clipboard

Automatically create Jenkins jobs from template jobs and branches in a SCM repository

Results 11 jenkins-autojobs issues
Sort by recently updated
recently updated
newest added

Warning showing up while running with Python 3.4 > /usr/local/lib/python3.4/site-packages/jenkins_autojobs/main.py:124: UnsafeLoaderWarning: > The default 'Loader' for 'load(stream)' without further arguments can be unsafe. > Use 'load(stream, Loader=ruamel.yaml.Loader)' explicitly if that...

If you install python-jenkins in parallel to jenkins-webapi (via pip) you receive an error by calling one of the jenkins-makejob-* scripts. Traceback (most recent call last): File "/usr/local/bin/jenkins-makejobs-git", line 9,...

It looks like #57 didn't make into the last release; the current pypi version is still broken on windows.

Hi, in #32 autojobs was extended by the possibilty to use wildcards (*) in the branches configuration. We introduced an additional folder level for better grouping of the projects in...

As discussed in the issue https://github.com/gvalkov/jenkins-autojobs/issues/40 The user has the possibility to add 'add_origin' and 'use_local_branch' parameter in the yaml configuration file.

My configuration contains this: ``` yaml # Does not work tag: 'myRepoOne' refs: - 'refs/heads/feature_(.*)' ``` But that does not use the tag on creating jobs. I had to put...

Hello, I need to specify «origin/$mybranch» as Branch Specifier. Anyone could tell me how to do that ? Thank you very much  :)

Hi, the currently used branchspec is not working for me at least for branches other than master. I'm using version 0.14 of autojobs where the shortref is used to create...

Hi , I have four jobs on jenkins. This is the behavior i am trying to achieve. 1> create a new view (name of the view should be the new...

Hi, I have installed as per instructions and when run, I got this: ``` # jenkins-makejobs-git -d git-config.yaml loading config from "/root/src/git-config.yaml" explicitly ignored: - refs/heads/develop - refs/heads/master processing ref:...