Media Shuttle and Jenkins

2019-08-02 Thread t3knoid
Has anyone had experience on automating file transfers with Media Shuttle in Jenkins? I was hoping someone has sample code that I can check out. Thanks. https://app.swaggerhub.com/apis-docs/Signiant/MediaShuttle/1.14.0 -- You received this message because you are subscribed to the Google

Re: Windows personal certificate and Jira plugin

2019-03-25 Thread t3knoid
Bumping this up. Anyone have any ideas? On Saturday, March 16, 2019 at 10:58:25 AM UTC-4, t3knoid wrote: > > I am trying to use the Jira plugin with a a Jira server that uses a > personal certificate before you can even access the site. Once browser is > authenticated, the user can

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
about the problem. > > Mark Waite > > On Mon, Mar 18, 2019 at 11:01 AM t3knoid > > wrote: > >> I figured out why this was happening. It's user error :-). When >> installing git for windows, make sure to use "Use the native Windows Secure >> Channel

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
t; We've had other surprises like that (credentials manager, for example), > and the wiki page has been a good place to put the information until the > time when the plugin finds a better way to prevent the problem or warn > users about the problem. > > Mark Waite > > O

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
I figured out why this was happening. It's user error :-). When installing git for windows, make sure to use "Use the native Windows Secure Channel library" option during installation. On Saturday, March 16, 2019 at 12:15:51 PM UTC-4, t3knoid wrote: > > I have a new Jenkins

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
Thanks for the suggestions anyway. BTW, I downloaded Github desktop in the Jenkins slave machine and was able to clone without a problem. On Saturday, March 16, 2019 at 4:02:13 PM UTC-4, Mark Waite wrote: > > > > On Sat, Mar 16, 2019 at 1:47 PM t3knoid > > wrote: > >&g

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
es not include the desired branch >- Branch name to be built does not match any branch on the remote >(typo in the branch name to be built) > > Mark Waite > > On Sat, Mar 16, 2019 at 10:16 AM t3knoid > > wrote: > >> I have a new Jenkins server that has no

Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
I have a new Jenkins server that has not used git for checking out. I tried using a simple git checkout, just using a freestyle project. For some reason I get a "Getting "Couldn't find any revision to build" whenever I try to check out. Using an older server checks out the same repo just

Windows personal certificate and Jira plugin

2019-03-16 Thread t3knoid
I am trying to use the Jira plugin with a a Jira server that uses a personal certificate before you can even access the site. Once browser is authenticated, the user can login using their username/password as usual. I am running Jenkins in a Windows box. I've installed the personal certificate

Unexpected behavior with environment variable expansion in Powershell plugin

2018-10-17 Thread t3knoid
I have a simple powershell script that simply runs the following: Write-Output "myCommand myCommand -param $env:MyParameter" myCommand -param $env:MyParameter The first one writes out the command that is being executed below. The $env:MyParameter is expanded correctly with its value. However,

Re: Using variables with a space in its name with Text File Operations plugin

2018-10-16 Thread t3knoid
in the Text File Operations plugin. On Tuesday, October 16, 2018 at 6:56:10 PM UTC-4, t3knoid wrote: > > I can't seem to get access to the value of a variable with a space in its > name. I am trying to use the Text File Operations plugin. I tried the > following formats: > >

Using variables with a space in its name with Text File Operations plugin

2018-10-16 Thread t3knoid
I can't seem to get access to the value of a variable with a space in its name. I am trying to use the Text File Operations plugin. I tried the following formats: VMName,${ENV,var="Virtual Machine Name"} VMName,${Virtual Machine Name} I can only get this to work if I use a variable without

Is there a way to get a tool's path value in pipeline?

2018-10-12 Thread t3knoid
Typically I use checkout to checkout code from git. But sometimes I need to shell out and execute git. I can hardcode the path in my shell script or add the git directory in the PATH variable. I was thinking if there was a way to avoid that and use the configured git tool within Jenkins and

How do I know if a job I triggered has started?

2018-02-12 Thread t3knoid
I have a job that I am calling and not waiting for it. Is there a more elegant way of checking to see if it has started? Currently I am waiting for a bit after triggering the job and then getting the value in http://jenkinsBase/job/jobName/lastBuild/buildNumber. -- You received this message

Jira plugin 2.5.1 fails to validate settings

2018-01-30 Thread t3knoid
I am posting this just in case someone else runs into the issue. The latest Jira Plugin fails to validate it's settings. Version 2.5.0 works fine The following exception stack trace is thrown when trying to validate Jira settings: java.lang.IllegalAccessError:

Re: CIFS Publisher gets stuck

2018-01-30 Thread t3knoid
FYI, downgrading get's around the issue. On Tuesday, January 30, 2018 at 9:48:04 AM UTC-5, t3knoid wrote: > > Thanks for the quick reply. I will downgrade. > > On Monday, January 29, 2018 at 6:06:26 PM UTC-5, slide wrote: >> >> This is a known issue in cifs publish

Re: CIFS Publisher gets stuck

2018-01-30 Thread t3knoid
Thanks for the quick reply. I will downgrade. On Monday, January 29, 2018 at 6:06:26 PM UTC-5, slide wrote: > > This is a known issue in cifs publisher 0.6, if you downgrade it should > work fine. I am working on getting a fix out. > > On Mon, Jan 29, 2018, 15:59 t3knoid &l

Re: CIFS Publisher gets stuck

2018-01-29 Thread t3knoid
To add, I also notice the problem in a job using in a Windows or Linux slave. The problem also happens when using the cifsPublisher in a pipeline job. I also tried publishing from the master with the same behavior. On Monday, January 29, 2018 at 5:59:03 PM UTC-5, t3knoid wrote: > >

CIFS Publisher gets stuck

2018-01-29 Thread t3knoid
I've noticed recently a job that I have not run in some time gets stuck at trying to copy archives into a network CIFS share using the Publish Over CIFS plugin. To narrow down the issue, I created a really simple job that creates a tiny text file, archive the file, and then send the artifact to

Re: Slow loading of job configuration page after Jenkins upgrade

2018-01-24 Thread t3knoid
. I then simply started cleaning up extensions that I did not need. Loading of the configure screens now comes up quick in non-incognito. On Thursday, November 9, 2017 at 4:19:31 PM UTC-5, t3knoid wrote: > > Here's a thread dump shared in gist: > > https://gist.github

Re: Slow loading of job configuration page after Jenkins upgrade

2017-11-09 Thread t3knoid
Here's a thread dump shared in gist: https://gist.github.com/t3knoid/398bd00684ea5841c223ebcfed8a1c44 On Tuesday, November 7, 2017 at 3:14:49 PM UTC-5, Daniel Beck wrote: > > > > On 3. Nov 2017, at 19:42, t3knoid <t3k...@gmail.com > > wrote: > > > > I tri

Re: Slow loading of job configuration page after Jenkins upgrade

2017-11-07 Thread t3knoid
. On Friday, November 3, 2017 at 10:03:52 PM UTC-4, Robert Hales wrote: > > I would look into your gc, first. Does jenkins write a garbage collection > log? I don't remember. You may need to just give it more memory. > > On Friday, November 3, 2017 at 12:42:01 PM UTC-6, t3knoid wrote: >

Re: Slow loading of job configuration page after Jenkins upgrade

2017-11-03 Thread t3knoid
BTW, the slow load also happens when creating a new free style project or a maven project. However, the slowness does not appear creating a pipeline project. On Friday, November 3, 2017 at 2:42:01 PM UTC-4, t3knoid wrote: > > I've recently upgraded Jenkins and plug-ins. After doing s

Re: Running a bat file

2017-09-15 Thread t3knoid
Have you looked at using the Start command? As I understand it, it starts a process in a different context. In this way, when the Jenkins job ends, it doesnt shut down the service since its in a different context. On Friday, September 15, 2017 at 4:01:58 AM UTC-4, harvey wrote: > > Currently I

Getting the Jira URL value from Jira plugin

2017-09-14 Thread t3knoid
I am using the Jira and Jira-ext plugins to integrate with a Jira server. I want to write a script where I have to enumerate the Jira URL (I dont want to hard code it in my script). Where can I get that value? -- You received this message because you are subscribed to the Google Groups

Re: Trying to configure a RHEL7 slave yields a java.io.IOException: Illegal char in base64 code error

2017-06-26 Thread t3knoid
> Do you use the same Java version on the master and agent ? Which version > of Jenkins are you using ? > > 2017-06-26 20:17 GMT+02:00 t3knoid <t3k...@gmail.com >: > >> I am trying to add a RHEL7 slave in my existing configuration that is >> using a Windows mast

Trying to configure a RHEL7 slave yields a java.io.IOException: Illegal char in base64 code error

2017-06-26 Thread t3knoid
I am trying to add a RHEL7 slave in my existing configuration that is using a Windows master. I am trying to use "Launch slave agents via SSH." I am getting the following error when I tried to configure the slave: executing pre-launch scripts ... > java.io.IOException: Illegal char in base64

Re: Workspace cleanup failing after updating Jenkins 2.65

2017-06-23 Thread t3knoid
: > > Isn't Jenkins 2.65 Java 8 required (which will push the same onto the evil > job type)? > > On Thu 22 Jun 2017 at 22:53, t3knoid <t3k...@gmail.com > > wrote: > >> I narrowed down the java.exe process that is holding the folder open. >> Here's the command: &

Re: Workspace cleanup failing after updating Jenkins 2.65

2017-06-22 Thread t3knoid
what triggers the above command? On Wednesday, June 21, 2017 at 3:19:33 PM UTC-4, t3knoid wrote: > > I have another job that uses the same option and is working just fine. The > one that is failing is a Java application using Maven to build. > > On Wednesday, June 21, 2017 at

Re: Is there a way to access updated system environment variable from Jenkins?

2017-06-22 Thread t3knoid
I don't think there is a way. Are you using a source control system? You can store the variable value/pair into a property file. You can then commit it into your source as a post-build process. Otherwise, you can just store it in a property file located in the build server. On Thursday, June

Re: Workspace cleanup failing after updating Jenkins 2.65

2017-06-21 Thread t3knoid
I have another job that uses the same option and is working just fine. The one that is failing is a Java application using Maven to build. On Wednesday, June 21, 2017 at 1:57:36 PM UTC-4, t3knoid wrote: > > I recently updated to Jenkins 2.65 and some of my plugins. Now every time &

Workspace cleanup failing after updating Jenkins 2.65

2017-06-21 Thread t3knoid
I recently updated to Jenkins 2.65 and some of my plugins. Now every time I try to build a job that has been working all along, the job fails when trying to clean the workspace. It only happens after every other job. I can get around the issue by restarting the slave service (Windows). This is

scp files located outside of workspace

2017-03-31 Thread t3knoid
Is it possible to scp files located outside of a workspace simply using existing Jenkins plugins? I am currently using a Python script to this currently by calling the scp command-line. The SCP plugin nor Publish over SSH does not appear to support this. Maybe in conjunction with another

Re: Jenkins failing to load after plugin update

2016-05-16 Thread t3knoid
The problem appears to be a newer version of the Build Graph View Plugin (v1.3): https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin I disabled this plugin by adding a .disabled extension to buildgraph-view.jpi file. Jenkins is now able to initialize the GUI. I am running

Re: Dynamic Choice Parameter error "Cannot access class path"

2015-11-30 Thread t3knoid
I have not found a way to fix this other than copying the ojdbc jar (e.g. ojdb14.jar) file into the Jenkins WEB-INF\lib folder. On Monday, November 16, 2015 at 3:43:18 PM UTC-5, t3knoid wrote: > > BTW, I also copying the Oracle JDBC library file in the Groovy lib folder. > The con

Re: Send email during promotion

2015-11-16 Thread t3knoid
y to test this. > > On Thu, Nov 12, 2015, 13:36 t3knoid <t3k...@gmail.com > > wrote: > >> Is it possible to send an email during promotion? The email and email-ext >> actions are available. However, I can't seem to get it to work after adding >> it as an action

Dynamic Choice Parameter error "Cannot access class path"

2015-11-16 Thread t3knoid
I am trying to use the Dynamic Choice Parameter and I am getting the following error in the Jenkins.err.log file: Nov 16, 2015 2:49:16 PM com.seitenbau.jenkins.plugins.dynamicparameter. BaseParameterDefinition getScriptResultAsList INFO: Script parameter with name 'BUILD' is not a instance of

Re: Dynamic Choice Parameter error "Cannot access class path"

2015-11-16 Thread t3knoid
BTW, I also copying the Oracle JDBC library file in the Groovy lib folder. The console test works fine without specifying the -cp option so I know that works. Unfortunately, I still get the same failure in Jenkins. On Monday, November 16, 2015 at 3:11:54 PM UTC-5, t3knoid wrote: > >

Send email during promotion

2015-11-12 Thread t3knoid
Is it possible to send an email during promotion? The email and email-ext actions are available. However, I can't seem to get it to work after adding it as an action during a promotion. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Environment variables are unset when injecting variables from a property file using the Environment Injector (envinject) plugin

2015-01-15 Thread t3knoid
I have a very simple job that checks out a tiny project that contains a property file. When I configure envinject to use this file to set some variables, the variables are not set. To top it off, environment variables are getting unset such as SVN_REVISION. For example, SVN_REVISION is shown

CIFS Publisher Plugin Remote Directory Value in a Property?

2014-10-02 Thread t3knoid
I'm using the CIFS Publisher plugin to copy artifacts. It's working great. However, I'd like to be able to add in my email notification where the artifacts were copied to. In short, I need to enumerate the Remote Directory value of each transfer set. Is there a property that I can use? I can't