java
Store test data on jenkins
Can jenkins store custom variables on the server its running on? Essentially what I am doing is passing parameters into a jenkins setup job. These parameters will then be stored in a properties file and used as test data. For example, I run a job to update a properties file with the current number of active users on the system. I then have tests which access this properties file and confirms the amount of users. Can this be done? Is it bad practice? I know jenkins has a number of environment variables that can be assigned but can it be done with custom variables?
Related Links
Android fetching images by URL
Storing images through WinJS via Java Servlet into mysql database
Link a reloaded object to its parent in Hibernate
WildFly - How To View Deployment
Call to get EMR results always returns empty state collection even when EMR job done
grep command equivalent in Java [closed]
MultiTouch - Why only four fingers at most
Grab exact date without timezone interfering with XMLGregorianCalendar in Java
Jenkins not running TestNG tests via surefire
NoSuchMethod Error in ContentValues.keySet() on old android devices
BUG: createWindowSurface failed EGL_BAD_ALLOC
How do I instantiate a paint method?
is there a better way to do this than my way?
Exception : Callable statement did not return any value
How would I have a audio file playing in a method in Java, but then when that method is called again, the previous audio file is stopped playing?
Turn Declared String Into An Array