Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

command build job does't work with credentials #30

Closed
nordringrayhide opened this issue Jan 15, 2012 · 1 comment
Closed

command build job does't work with credentials #30

nordringrayhide opened this issue Jan 15, 2012 · 1 comment

Comments

@nordringrayhide
Copy link

bin/jenkins build foo --host jenkins.example.com --port 8080 --username jenkins --password pass

respond with 401 error

@yyuu
Copy link
Member

yyuu commented Jul 5, 2013

The problem around credential handling has seems to be fixed in jenkins gem 0.6.8.

% jenkins --version
0.6.8
% jenkins list --ssl --host jenkins.example.com --username ${USERNAME} --password ${PASSWORD}
https://jenkins.examples.com:
* job1
* job2

However, it might be still not working because Jenkins' build Web API has being changed....

@yyuu yyuu closed this as completed Jul 5, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants