Running Scala (SBT) Script as Post-Build "Execute Shell" Task?

2015-12-14 Thread Kevin Meredith
I added an "Execute Shell" post-build task to my Jenkins Job. However, the script fails since I don't have sbt (a build tool for Scala, the JVM language) installed. The build job's Console Output shows: >line 47: sbt: command not found Based on this StackOverflow a

Re: Deleting Jenkins Bindings

2015-10-02 Thread Kevin Meredith
Solution: *Jenkins -> Credentials -> Select Binding -> Delete* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To

Using Remote Access API to Add Binding?

2015-10-01 Thread Kevin Meredith
Given a Jenkins build using the Remote Access API , is it possible to create Secret Text values? Also, is it possible to specify that a Build should use a particular Binding, as well as its corresponding environment variable? Examp

Re: Active Directory Plugin is not working

2015-10-01 Thread Kevin Meredith
LDAP Error Code 49: indicates that during a bind operation one of the following occurred: The client passed either an incorrect DN or password, or the password is incorrect because it has expired, intruder detection has locked the account, or another similar reason. See the data code for more

Re: Deleting Jenkins Bindings

2015-10-01 Thread Kevin Meredith
Note - I posted this question in Stackoverflow too - http://stackoverflow.com/questions/32890683/deleting-jenkins-bindings. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send

Deleting Jenkins Bindings

2015-09-29 Thread Kevin Meredith
I'm using Jenkins in order to pass environment variables to a build script: However, I'd like to delete some un-used bindings. How can I do that? -

Disabling Jenkins Security

2015-07-07 Thread Kevin Meredith
When disabling security (via *Configure Global Security*), is it possible to enable a prompt, double-checking that the user wants to disable it? If not, would it be reasonable to prompt the user, "Are you sure that you'd like to disable security?" -- You received this message because you are