Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-24274] Improved using Database plugin. #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[JENKINS-24274] Improved using Database plugin. #9

wants to merge 2 commits into from

Conversation

ikedam
Copy link
Member

@ikedam ikedam commented Jan 31, 2015

Improvement for #8 .
Database plugin and additional plugins allows your Jenkins to access databases.

tduchateau and others added 2 commits January 12, 2015 23:09
* The new choice list provider is fully configurable: JDBC URL and driver, db name, db table, db column, db username, db password
* Moreover, a fallback mechanism has been added and allows to read a local file containing choices (one per line) if the connection to the database can't be established (for any reason)
* All Messages*.properties have been updated accordingly
* WARNING: the driver class must be manually added to the classpath (either by putting the JAR in the WEB-INF\ib folder of Jenkins, or by installing one the Database Plugin such as https://wiki.jenkins-ci.org/display/JENKINS/MySQL+Database+Plugin
}

@Test
public void testNullValue() throws Exception
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails.
This looks a problem in #8.

@ikedam ikedam changed the title Feature/jenkins 24274 dbchoice [JENKINS-24274] Improved using Database plugin. Jan 31, 2015
@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants