[no subject]

2020-07-15 Thread Nigel Robbins


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DB6PR0802MB227768ED6BA1444C7B8A362B907E0%40DB6PR0802MB2277.eurprd08.prod.outlook.com.


[no subject]

2020-06-09 Thread kathir
Hi

I have kept my vagrant file and script file in git

I have used vagrant & virtual box plugin

but still I am not able to boot or provision VM

Also I got following error

[vagrantcentosubuntu] $ vagrant -v
Vagrant 2.2.9
[ vagrant ]: Executing command :[vagrant, provision, Centos7,
--provision-with, Centos7/script.sh] in folder
/var/lib/jenkins/workspace/vagrantcentosubuntu/Centos7
[Centos7] $ vagrant provision Centos7 --provision-with Centos7/script.sh
The machine with the name 'Centos7' was not found configured for
this Vagrant environment.
Build step 'Provision a Vagrant VM' marked build as failure
Finished: FAILURE


Thanks & Regards,
Kathirvel G

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CADArzrv0pLyGeqj90msk-Pd6Git8V_RyU7Pear2hMfu9JMJb%2BA%40mail.gmail.com.


[no subject]

2019-05-04 Thread Renato Marcandier
Is there a way for Github or Jenkins to detect when a file has been added
to, modified or deleted from a Github repo so that it can trigger scripts
(e.g. trigger an automatic dry-run of the proposed change in NSO for
someone to review)?

Renato Marcandier

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAGbJOOgGyvyYkD7BVLymibgMNkxfF3hD_ExzDwfo9-cwQrPwsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2019-01-18 Thread David Karlsen
I have a global workflow lib, and my scripts work just file, like the
"icpDeploy" one listed in [1] - but I cannot get the docs up in
https://myjenkins/pipeline-syntax/globals .
According to [2] the naming looks correct.
At some point in time this was working - but no longer - did something
change and the docs did not follow?

We're running Jenkins version "CloudBees Jenkins Enterprise
2.138.2.2-rolling"



[1]
Davids-Work-MacBook-Pro:vars et2448$ pwd
/Users/et2448/projects/workflowLibs/vars
Davids-Work-MacBook-Pro:vars et2448$ ls -l icp*
-rw-r--r--  1 et2448  staff  1548 Jan  9 11:39 icpDeploy.groovy
-rw-r--r--  1 et2448  staff  2286 Jan 18 13:45 icpDeploy.txt
Davids-Work-MacBook-Pro:vars et2448$

[2]
https://jenkins.io/doc/book/pipeline/shared-libraries/#defining-global-variables

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAGO7Ob1PCX%2Btbt3-VQ8GKxTNJkgtG8-%3Db5C_xf3PC4bGaNJTvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2018-05-09 Thread niristotle okram
i am getting a failure calling the below function in a pipeline

def getTimeStamp(str) {
   d = new Date(str).toTimestamp();
   return d
}


Exception Caught:
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException:
Scripts not permitted to use staticMethod
org.codehaus.groovy.runtime.SqlGroovyMethods toTimestamp
java.util.Date



If i unchecked the "groovy sandbox" and paste the pipeline - it WORKS
while if i checkout the jenkinsfile from the repo, the same error comes
back. Is there a way where i can disable "sandbox" while retrieving the
pi[eline script from a git repo?

Note: the method doesnt show up for approval too



-- 
Regards
nirish okram

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPzcO4gxDR0idMzm8n9Y0W-5OoK4s7tty_uNGDzeQLvAija_wQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2017-06-05 Thread John Mellor
I’m about ready to throw in the towel regarding remote job triggers.  It is 
definitely a *LOT* too hard.

I’m trying to start an Ansible construction job on a Jenkins-2 cluster from a 
Jenkins-1 cluster, as a workaround for a massive number of items not working in 
Jenkins-1.

My prototyping appears to show that

1.   I need to know the login credentials and Jenkins user key for the 
person who pushed the button.  These do not appear to be exposed as variables 
to the job on Jenkins-1.  For my prototyping, I’m just hardcoding my own 
credentials, but moving forward I will need some way of obtaining these in a 
shell script for production use.

2.   The obvious API way of doing this job start refuses to work, I believe 
ever since the XSRF additions were added.

3.   You need an XSRF cookie to do this remote job start, for unclear 
reasons.  Both of my Jenkins sites are exposed through an nginx redirect from 
port 80, which may have something to do with this.  Is this an unresolved bug?

4.   The XSRF cookie is not accepted, for unclear reasons.  The log is 
totally useless to figure out why.

There must be an undocumented trick, so what is it?  Has anyone got remote job 
initiation actually working?


CRUMB=$(curl -s 
http://$OWNER:$OWNERKEY@$JENKINS2/crumbIssuer/api/xml?$JENKINS2/crumbRequestField,":",//crumb)

curl -o $RUNLOG \
  -X POST \
  -H "Jenkins-Crumb: $CRUMB" \
  $JENKINS2/job/$FOLDER/$JOB/buildWithParameters?token=$JOBTOKEN \
  --user $OWNER:$OWNERKEY \
  --data-urlencode json='{"parameter": [{"name":"OS_TEMPLATE", 
"value":"{OS_TEMPLATE}"},
{"name":"VM_HOST", 
"value":"{VM_HOST}"},
{"name":"VM_MEMORY",   
"value":"{VM_MEMORY}"  },
{"name":"VM_CPU",  
"value":"{VM_CPU}" },
{"name":"VM_DISK", 
"value":"{VM_DISK}"},
{"name":"STATIC_IP",   
"value":"{STATIC_IP}"  }]}'
cat $RUNLOG# (obfuscation added as xxx):


  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
100  1564  100   354  100  1210  50348   168k --:--:-- --:--:-- --:--:--  196k
+ cat /tmp/run.log



Error 404 Not Found

HTTP ERROR 404
Problem accessing /job/xxx/xxx/buildWithParameters. Reason:
Not Foundhttp://eclipse.org/jetty";>Powered by 
Jetty:// 9.4.z-SNAPSHOT



+ grep -q 'HTTP ERROR 403' /tmp/run.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b57477b973114bb7947a873cafa910ec%40mbx02cmb01p.esentire.local.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2017-05-24 Thread Sébastien Hinderer


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20170524123350.rjsxtry4r2xndlvx%40pl-59055.rocqadm.inria.fr.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2016-12-20 Thread Emma Lilliestam


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAL1iz6LKvC0_jJSN6F7uj-7qrOfaCZHcUY16nP%3DhK5g%2BqMJkpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2016-07-26 Thread nanda kishore
Hi professional,

This is Kishore from Agile Enterprise Solutions.

This is in reference to the following position.

* Please find below job description if you feel comfortable please
revert with updated resume, salary compensation and contact details ASAP
*

Title :  Groovy on Grails Tech  Lead

Start date: ASAP

Location: Mclean VA

Duration:
​6+ months​


Groovy on grails developer:

10+ Years Java/JEE development experience in an enterprise, 2 years Lead
experience.

• 4+ Experience in Grails Web Framework and Groovy Language.

• Must have experience integrating Grails code with front-end JavaScript
frameworks including Jquery.

• Must have experience working with XML and JSON using Grails, JMS and Web,
services, XML, Apache Tomcat, SQL and Unix and GIT.

• Experience with RDMS concepts and SQL.

• Experience with RESTful Web Services.

• Understanding of proper application design techniques and methodologies.

• Proficient understanding of SDLC processes desired – Agile

 Please provide these details:



Full Name:

Contact number:

Current Location with Zip code:

Email ID:

Last 4 digit SSN No:

Date of Birth:

Over All IT Exp:

Relocation:

Availability to Begin:

Available for Interview:

Skype ID:

Current status (on project /any Interviews/Offers in pipe line):

Full Educational details:

Linked In id:

Annual Salary:





Thanks & Regards



*Kishore Nimmoju*

Agile Enterprise Solutions, Inc

Ph: 972-427-1824

Email : 
​​ 
kishore_nimm...@aesinc.us.com  || www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPeGz-QH%2BUnAnxaajmu8WxTAjMeKbx%2BRyCFiPt_AQ5cVOq2svg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2015-06-27 Thread Bharath Raj
Hi all ,


I need some help in configuring Jenkins and artifactory .
1) I installed artifactory
2) In Jenkins I configured the artifactory path . I have used Artifactory
plugin and I'm able to see build info in artifactory .
3) but I'm not seeing artifactory generated
4) my project is using plain ant scripts for build . My build xml has build
steps .
5) should I add deployment steps in build.xml ? If so can you please guide
me with a sample script ?
6) and in Jenkins I'm using ant/ivy integration from artifactory plugin for
integration with artifactory . Is this correct ?

Could you please help me ASAP . I need to see the deployed Artifacts in
artifactory

Thanks in advance .


-- 
Regards
Bharath Raj
9632027085

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CABXEVMz9uaFr-N6g3prRUZ%3D1zrjQjgER%3DeW5xDMEzGnRsP1czg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2014-06-29 Thread Panikera Raj
Hi All,

I am not able to find the option under Manage Jenkins\Configure System\SVN
category as:
Update default Subversion credentials cache after successful authentication.
What could be the issue. how to resolve such type of issue Pls let me know.


Regards,
Panikera

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[no subject]

2013-11-26 Thread reena upadhyay


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: (No subject)

2013-10-31 Thread Kalluri Jagan
Please check your slave environment path an add /use/bin to that 

Thanks. 
Jagan Kalluri
6789822394

On Thu, Oct 31, 2013 at 5:00 AM, Rajesh Kumar
 wrote:

> Hi,
> I am building one job in slave but i am getting following error...
> [QA-QBO-Square-e2e-regression] $ /bin/sh -xe /tmp/hudson2656830909630025820.sh
> + cat
> /tmp/hudson2656830909630025820.sh: 2:
> /tmp/hudson2656830909630025820.sh: cat: not found
> Build step 'Execute shell' marked build as failure
> Not Sure what to do in this case?
> -- 
> ===
> Rajesh Kumar
> -- 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[no subject]

2013-10-31 Thread Rajesh Kumar
Hi,
I am building one job in slave but i am getting following error...

[QA-QBO-Square-e2e-regression] $ /bin/sh -xe /tmp/hudson2656830909630025820.sh
+ cat
/tmp/hudson2656830909630025820.sh: 2:
/tmp/hudson2656830909630025820.sh: cat: not found
Build step 'Execute shell' marked build as failure

Not Sure what to do in this case?




-- 
===
Rajesh Kumar

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[no subject]

2013-10-30 Thread Jay Vee


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[no subject]

2013-07-31 Thread Stuart Whelan
Hi folks,

I was/am running 1.522 on a windows server 2008R2 64bit system using
winstone.

Last week I tried to upgrade to 524, and had to roll back as jenkins
wouldn't start afterwards.

Today I tried 525 and the same thing happened.

A gist of the error log is:
https://gist.github.com/StuartWhelan/2822683c9293f6b00c89

Can anyone help?

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 from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[no subject]

2013-05-29 Thread Luis Specian
Hi,

I´m running a Jenkins 1.509.1 (LTS) and a hudson 3.0.1 in the same linux
box, jenkins is trying to read hudson config in /home/user/.hudson

Is there any way to make jenkins use the .jenkins directory?

Thanks

Luis

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[no subject]

2012-11-06 Thread hezjing
Hi

I used to find the following options in the Jenkins's "Manage Jenkins" page?

1) System Log
2) System Information

But now they are not there any more in Jenkins 1.489, they have been
removed for some reasons???


-- 

Hez


[no subject]

2012-09-08 Thread Sameh Tawfik



[no subject]

2012-07-16 Thread sherry ..
*Hi,*

*Hope you are doing great today..*

*Please find the updated hotlist of my consultants..*

*Please send the requirements to she...@nityainc.com or feel free to call
me at 801-833-0416*

* *

*Consultant*

*Technology*

*Location*

*Relocation*

*Karthik*

*Oracle apps Finance functional consultant*

*Moore, OK*

*Anywhere*

*Konda*

*Oracle Apps SCM Consultant*

*Chicago,IL
   *

*Chicago, IL*

*Arun*

*Oracle Apps Techno- functional*

*Texas*

*CA and UT*

*Chanikya*

*Oracle Apps technical Consultant*

*Indianapolis, IN*

*Anywhere *

*Padma*

*.Net Developer*

*Salt Lake City, UT*

*Salt Lake City, UT*

*Shilpa*

*Informatica Developer*

*Hopkins, MN*

*Salt Lake City, UT*

*Sneha*

*Java Developer*

*Kansas City, MO*

*Only TX*



*Thanks & Regards**...**?*

* *

*Sherry*

*NITYA** **Software Solutions, Inc***

*Direct:801-833-0416;  Office : 801-983-2771;  Fax:801-606-7919***

*Email: **she...@nityainc.com* *; Web: **
www.nityainc.com* **

*[image: Description: Description: Description:
http://images.wisestamp.com/yahoo.png]**&** **[image: Description:
Description: Description: http://images.wisestamp.com/gtalk.png]**: **
sherry.nityainc***

*9690 South 300 West, #319 Salt Lake City, UT 84070***


[no subject]

2012-06-15 Thread Manuel Dahmen
Hello,
My project's builds are broken. Source code compiles very fine. But when I
update it with Jenkins, I have some compiler errors:

It looks source checkout retrieves an old version of the source. Compiler
looks for a class be.ibiiztera.md.pmatrix.pushmatrix.Point which doesn't
exist anymore nor references to it.

But when I look with file browser in the source code (Jenkins build
workspace), the file Point.java doesn't exist. And all the source are up to
date.

(I look at c:\Program Files\Jenkins\Jobs\EmptyCanvas\workspace\)

-- 
*Monsieur Manuel Dahmen*
*
*
Rue Fosse-aux-Raines, 30
B-4020 Liège
Tél:  +32476229105
Email : manuel.dah...@gmail.com