Trigger/call builds on other projects...

2018-03-21 Thread aaron . trujillo
I cant find this option in the plug-ins on the newer version. Has it changed to something else? Any help would be appreciated! Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Windows event log problems

2017-01-19 Thread aaron . trujillo
So i have noticed over the last few days that some of my Jenkins slaves are continually reporting in the Windows Event Log the following: *(Information) **Service started successfully * > > 8:44:04 > > 8:43:58 > > 8:43:51 > > 8:43:44… and so on > > > > *(Information) **Starting C:\Program

Re: Get-Content : Cannot find path

2016-12-02 Thread aaron . trujillo
Bump On Wednesday, November 30, 2016 at 4:39:15 PM UTC-7, aaron.t...@total.care wrote: > > $FilePath = 'C:\Windows\System32\inetsrv\config\applicationHost.config' > $Line2Edit = '' > $AppendAllow = ' />' > > (Get-Content -Path $FilePath) -replace $Line2Edit , "$AppendAllow" | > Set-Content

Re: Get-Content : Cannot find path

2016-12-01 Thread aaron . trujillo
This is ran as a PowerShell exectued by Jenkins. I have attached the console output for reference . On Wednesday, November 30, 2016 at 6:19:51 PM UTC-7,

Get-Content : Cannot find path

2016-11-30 Thread aaron . trujillo
$FilePath = 'C:\Windows\System32\inetsrv\config\applicationHost.config' $Line2Edit = '' $AppendAllow = '' (Get-Content -Path $FilePath) -replace $Line2Edit , "$AppendAllow" | Set-Content $FilePath Just as the title states, Jenkins cannot find the desired path. Yes, the path exists, yes i

Re: Powershell script runs fine locally, but when ran via Jenkins...

2016-09-13 Thread aaron . trujillo
Thanks for the reply, Yes Jenkins has full administrative rights on the system. When I remote into the machine using the Jenkins credentials, I have no problem accessing any of the desired files. I am leaning more toward the possibility of it being a compatibility issue. It seems there might

Powershell script runs fine locally, but when ran via Jenkins...

2016-09-12 Thread aaron . trujillo
As the title states, when i run this powershell script locally it runs just fine, but when i try to run it through as a Jenkins job it fails and says that the path can not be found because it does not exist, clearly the path exists as it can be ran locally. The code is as follows: > $FilePath

Triggering Jenkins job from another job

2016-07-14 Thread aaron . trujillo

Is it possible??? edit jenkin job with another jenkin job?

2016-07-06 Thread aaron . trujillo
Okay, so i know this is kind of a weird question. But here is my situation... I have a Jenkins job that installs an antivirus software onto my VM's. I have another job that schedules and runs the antivirus scans on selected nodes (necessary because some are Win and some Linux.) What i want

Editing registry

2016-06-23 Thread aaron . trujillo
Is it possible to edit the registry with jenkins? If i run the following command localy from the CMD the changes are applied correctly and succussfuly. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\MMSOFT Design\PC Monitor" /v > SendNotificationWhenOffline /t REG_SZ /d 1 /f > But when I run it

Installing Pulseway across multiple windows vm

2016-06-22 Thread aaron . trujillo
I have search the internet over and am also in contact with a pulseway rep (but it is taking long periods of time for him to respond, yes i realize he is probably busy). I would appreciate some help form the group on a matter i am having. When I install Pulseway on the local (windows)