how to identify which publisher marked a build as unstable, and how to avoid unstable reports

2019-09-11 Thread Sam Joseph
ng around for a while now and seen mentions of configuring thresholds for unstable builds but can't yet find any detailed or comprehensive documentation. Many thanks in advance Best, Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Script for backing up Jenkins

2018-10-16 Thread Sam K
Hi I have a backup mechanism in place. I have a second Jenkins instance and I've been using rsync in a cronjob to keep sending all config.xmls and basically everything except build information and artifacts to the backup Jenkins. It send the information every 2 mins. I remember testing it

Re: Jenkins multi-instance architecture

2018-05-26 Thread Sam Beckwith III
I'm not sure how to accomplish one master delegating work to other masters except through API requests, however if you are looking for a way to manage multiple jenkins clusters easily I understand Fabric8 to be quite good at this--a master per team. http://fabric8.io/ On Friday, May 25, 2018 at

Need a way to get job configuration data via API

2018-05-25 Thread Sam P
n to achieve this end, however all the documentation I've read regarding the plugins has pointed me to search for an existing plugin and/or consult the mailing lists so I figured I'd check with the community at large to see if there's a better way to approach this. Any insight wo

Re: Project with several Git repositories

2018-05-11 Thread Sam Beckwith III
I second this request but not for the reasons given by Mr. John Mellor. Instead I request this because our team does not know or understand Jenkins nor the infrastructure available to it, and should not be allowed to make changes to the jenkins process without devops oversight. Putting the Jenk

Re: Node troubles

2018-03-08 Thread Sam K
, Ramanathan Muthaiah wrote: > > Hello Sam, > > Looks like something gone wrong here (in the pipeline script), extracted > from the stacktrace in your post. > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>&g

Node troubles

2018-03-02 Thread Sam K
Hello I have about 20 nodes of various RHEL versions and one team's nodes always pose certain problems and cause their pipelines to fail. For a while, I was able to get them to pass by 'bringing nodes online on-demand' because it would refresh the connection. But lately that strategy has a

Re: Creating Jenkins slaves using kubernetes-plugin that restart on node failures

2017-10-18 Thread Sam Beckwith III
/waiting state. Wrapping this in a timeout is quite undesirable because our task in may take a variable amount of time to complete meaning our job, which will fail due to the disconnect, will sit unnecessarily until the timeout. It is far more desirable to fail fast. -Sam On Tuesday, August 29

Re: Pipeline: coordinating parallel steps on multiple nodes (server on one node, client on another)

2017-07-31 Thread Sam K
x27;m assuming you are only interested in the content that's stored on a slave and not the slave itself. because the latter is worrisome. On Monday, July 31, 2017 at 3:14:24 PM UTC-7, Mark wrote: > > Hi Sam, > > Well, I couldn't see it documented anywhere that the originally

Re: QUESTION: If you found the Checkpoint plugin an interesting one, may I ask you to vote the below jira ticket?

2017-07-31 Thread Sam K
Yes, i care about this very much and I voted. thanks. On Friday, July 28, 2017 at 3:52:44 AM UTC-7, Victor Martinez wrote: > > Hi guys, > > If you use Pipelines maybe you are interested about this thread. > > Please forgive me if this is not the right channel to ask for voting a > particular J

Re: Cannot upgrade git plugin beyond 3.3.0

2017-07-31 Thread Sam K
the end I >>> reinstalled the slave software (especially slave.jar). After that all >>> worked as expected. >>> >>> >>> On Monday, July 31, 2017 at 8:29:24 PM UTC+2, Sam K wrote: >>>> >>>> Hi >>>> >>>> This is

Re: Jenkins deployment of a particular build through code

2017-07-31 Thread Sam K
Hi I'm not saying this is the best way... You can add the feature to kick off jobs remotely using a token. Then you can somehow grab the parameters of the job. For example, if user clicks on job no. 6, then this URL gives you the parameters. With wget/curl magic, I'm sure you can get a

Re: Pipeline: coordinating parallel steps on multiple nodes (server on one node, client on another)

2017-07-31 Thread Sam K
slave throughout the job. Did you notice the pipeline using a different slave with the same label even with quite a few executors available? sam On Monday, July 31, 2017 at 1:26:09 PM UTC-7, Mark wrote: > > Thanks, Sam. > > First, I should have stated that I'm using a Groovy pip

Re: How to integrate Karma and jasmine with jenkins for CI-CD. I have nodejs-plugin installed in my jenkins instance.

2017-07-31 Thread Sam K
Its right here man. http://karma-runner.github.io/0.8/intro/installation.html On Monday, July 31, 2017 at 6:57:00 AM UTC-7, Abhishekkumar Srivastava wrote: > > I am referring this post. Karma-Jenkins CI > .It says > you need to i

Re: How to integrate Karma and jasmine with jenkins for CI-CD. I have nodejs-plugin installed in my jenkins instance.

2017-07-31 Thread Sam K
It asks for karma to be installed on the same server as jenkins. So, just use yum/apt-get/whatever to install karma if package is available. Else, download from karma's website for your OS and modify the conf file as suggested. On Monday, July 31, 2017 at 6:57:00 AM UTC-7, Abhishekkumar Sri

Re: Pipeline: coordinating parallel steps on multiple nodes (server on one node, client on another)

2017-07-31 Thread Sam K
I don't have all the answers, but most are embedded. Firstly are you using the freestyle jobs or declarative groovy pipeline jobs? On Monday, July 31, 2017 at 9:53:43 AM UTC-7, Mark wrote: > > Hi. Hoping someone here might be able to help or point me in the right > direction. I've been reading

Re: Q: How to choose nodes for build based on parameter?

2017-07-31 Thread Sam K
As far as I know, this is not possible. I would very much like this feature as well. one example is that I can simply put a label on all the interested nodes and run a jenkins job that will go to each node and do a disk space check on them. Is that something along what you're trying to do?

Cannot upgrade git plugin beyond 3.3.0

2017-07-31 Thread Sam K
Hi This is at least the second time I'm facing this issue. When i updated core Jenkins from 2.47 to 2.58 and now from 2.58 to 2.71. I cannot upgrade git plugin beyond 3.3.0. BTW, what is the difference between git client plugin and git plugin? Do I need both? Is one for the traditio

Re: Check to see if a Pipeline step exist?

2017-04-17 Thread Sam K
Hi You can use this link to keep track of what is already available and what is not. https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md Sam On Friday, April 14, 2017 at 6:23:17 PM UTC-7, Cuong Tran wrote: > > All, > > I need to be able to run the same p

cannot run a python script from Jenkins

2017-04-17 Thread Sam K
Hello Looks like I'm having issues running a python script in Jenkins. I am running Jenkins version 2.47. I have tried both declarative pipelines as well as regular jenkins jobs and the issue is the same. I already tried importing from signal suggested in this stackoverflow

How do I enforce this ordering logic - pipelines.

2017-03-31 Thread Sam Sieber
Is there a way to make sure that concurrent runs of a pipeline enter a stage in the order they were executed, without aborting any? I'm putting our unit tests into pipelines. I'd like to wait to calculate the junit report until the previous runs have had their tests calculated. Example: A, B,

Updating a plugin to work with pipelines

2017-03-30 Thread Sam Sieber
it I can't get figure out how to get the SCM information to figure out who the contributors to the current build are... Any suggestions? Thanks, Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Strategy for plugin updates

2017-02-28 Thread Sam K
Hi I've been a administering Jenkins for about 2 - 3 years now. What I've come across several times is that while updates to the Jenkins core go fairly smoothly, the plugins update don't. After the recent security related mandatory update from 2.40 -> 2.45, while the core behaves fine, a pl

how to pass stdout from git to /dev/null

2017-02-23 Thread Sam K
I do a git checkout several times for each deployment server and I dont want the std output in the console log. Is there a way to pass them to /dev/null or something? This is the command whose output I'm not interested in seeing git url: 'g...@bitbucket.org:myteam/scripts_pipeline.git', branc

Re: Cannot contact java.io.IOException: Remote call failed

2017-02-20 Thread Sam K
No errors pointing to these in the /var/log/jenkins.log file. On Monday, February 20, 2017 at 9:07:37 AM UTC-8, Sam K wrote: > > *08:57:03* Cannot contact intellego-build-machine: java.io.IOException: > Remote call on intellego-build-machine failed*08:57:03* Cannot contact > int

Cannot contact java.io.IOException: Remote call failed

2017-02-20 Thread Sam K
*08:57:03* Cannot contact intellego-build-machine: java.io.IOException: Remote call on intellego-build-machine failed*08:57:03* Cannot contact intellego-build-machine: java.io.IOException: Remote call on intellego-build-machine failed*08:57:04* Cannot contact intellego-build-machine: java.io.

Re: Build periodically with Parameters support

2017-02-06 Thread Sam K
Anyone? On Thursday, February 2, 2017 at 3:41:47 PM UTC-8, Sam K wrote: > > I could not find this plugin in the compatibility page here: > https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md > > Is there a way I can schedule the same job with different param

Re: Pipeline problem after upgrading

2017-02-02 Thread Sam K
Yeah, we need to see the code to tell what's wrong with the syntax. Which version were you before the upgrade? And is it now at the latest as of this writing? On Thursday, February 2, 2017 at 4:27:42 PM UTC-8, Guy Knights wrote: > > I upgraded some of my pipeline plugins (there were some gro

Build periodically with Parameters support

2017-02-02 Thread Sam K
I could not find this plugin in the compatibility page here: https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md Is there a way I can schedule the same job with different parameters? I am using a non-declarative job just to kick off my parameterized declarative pipeline e

Re: Restartable Pipeline stages

2017-01-18 Thread Sam K
The non declarative pipeline way where multiple jobs were stitched together, this was possible. But not with declarative pipelines. Looks like the blue ocean project is aiming to address this issue...maybe? For my pipeline, we have to rerun test suites sometimes because they fail intermitte

Timeout message unclear. Bug?

2017-01-17 Thread Sam K
In declarative pipeline, I've created a timeout block like so timeout(time:1, unit:'HOURS') { // Do something here } When the timeout occurred, this message was buried deep in the console output *23:26:42* [131-132] Cancelling nested steps due to timeout And the pipeline failed with a wei

Pipeline build fails intermittently

2017-01-13 Thread Sam K
Hi I have a weird issue. This sort of error happens once a week or once in 10 days. I have no idea how to diagnose this. I cannot reproduce this either. When i run the next build, it just works. Has anyone else seen this type of issue and know a way to fix this? Jenkins version: 2.25

Re: Choose more than one agent at a time

2017-01-10 Thread Sam K
/www.cloudbees.com/blog/parallelism-and-distributed-builds-jenkins > > > > > > *From: *> on behalf of Sam K < > sreer...@gmail.com > > *Reply-To: *"jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > *Date: *Tuesday, January 10

Re: Choose more than one agent at a time

2017-01-10 Thread Sam K
rency of > multiple run of pipeline you use “concurrency” set to the “stage”. > > https://www.cloudbees.com/blog/parallelism-and-distributed-builds-jenkins > > > > > > *From: *> on behalf of Sam K < > sreer...@gmail.com > > *Reply-To: *"jenkins...@go

Re: Memory leak (groovy)

2017-01-10 Thread Sam K
Is the 'groovy sandbox' checked for all jobs? If you've allowed groovy code to be executed outside of the sandbox, its possible one of the pipelines is using a non-white-listed groovy command that is bringing down Jenkins server. Just talking from my personal experience. On Friday, January

Choose more than one agent at a time

2017-01-10 Thread Sam K
How can I tell Jenkins pipeline to pick up more than one agent at a time if they are free? I see there are ways to do this with the normal jobs. But I'm looking for options in the coded pipeline method. I have two slaves with the same label called 'jenkins-slave'. I have setup all nodes to

Re: Repository connection Issue

2017-01-10 Thread Sam
This was caused due to having the incorrect user set in my .ssh/config On Monday, January 9, 2017 at 3:16:08 PM UTC, Sam wrote: > > Hi all, > > I have a private repo using gogs and trying to setup a connection from my > jenkins project via http but getting the following error

Repository connection Issue

2017-01-09 Thread Sam
roubleshooting this, I tried using an ssh key but had similar problems, any input would be greatly appreciated. Many Thanks Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Jenkins Pipeline : How could I access the git repository cloned at job start

2016-12-02 Thread Sam K
I just use a ws('') { git url:. , branch: 'master' } and now all the cloned content is within the directory I want. On Tuesday, November 29, 2016 at 1:14:03 AM UTC-8, Jean-Luc Pinardon wrote: > > Dear all, > > I am exploring pipeline features, and I fall into a problem. > The repository

Pipeline development small window

2016-10-25 Thread Sam K
As the pipeline code gets more and more complicated, I find the tiny window to do the coding very painful. So, I've been copying and pasting changes from Notepad+/gvim, hit 'Apply', make sure there are no errors and then run the pipeline. Is there a better way other than checking this into s

Re: Output of shell command into a variable

2016-10-21 Thread Sam K
Your answer works like a charm, but will still give me a problem with the newline in the end. I added the trim() from the stackoverflow answer and now the output is what I want. Thanks again!! Sam On Friday, October 21, 2016 at 5:20:16 PM UTC-7, Mark Waite wrote: > > If you'

Output of shell command into a variable

2016-10-21 Thread Sam K
Currently, I'm doing this. sh ' > /tmp/aa' def VAR1 = readFile('/tmp/aa') This mostly works. But oftentimes the variable has a newline and so it messes up its usage. Is there a better way to store the output in a variable without having to deal with the newline? thanks -- You received

Re: Pipeline jobs - Custom build names?

2016-10-20 Thread Sam K
Thank you so much!! Works like a charm!! On Tuesday, October 18, 2016 at 4:21:39 AM UTC-7, Daniel Beck wrote: > > > > On 17.10.2016, at 19:24, Sam K > > wrote: > > > > name the pipeline build jobs like this using the build name setter > plugin &

Re: Jenkins automate tests and send mail with the version of application

2016-10-17 Thread Sam K
Can you use curl to get the version info, store it into a variable and pass it to the jenkins job? On Monday, October 17, 2016 at 12:45:15 PM UTC-7, Rafael Silva wrote: > > > Hi ! > > I use Jenkins to automate my tests and send me an email with the report > and it's fine. > > But my website has

Pipeline jobs - Custom build names?

2016-10-17 Thread Sam K
Is there a way (yet) to name the pipeline build jobs like this using the build name setter plugin instead of what is now currently showing like this:

Re: Email ext to send html body in Pipeline

2016-10-14 Thread Sam K
Hmm, not sure what you're asking...but the FILE,path along with the mimeType: 'text/html' does send any html file in the body of the email. On Friday, October 14, 2016 at 9:57:15 AM UTC-7, jer...@bodycad.com wrote: > > Hi, > > I found the Jelly script way of doing it, see my post into this forum

Re: Email ext to send html body in Pipeline

2016-10-12 Thread Sam K
Is there a plan to allow the ${FILE,path="${DIR}/test.html"} option that is already available in the plugin? That is EXACTLY what most would want I presume. :) On Tuesday, October 11, 2016 at 11:26:58 AM UTC-7, Sam K wrote: > > Thanks for bringing this to my attention Mark.

Re: Email ext to send html body in Pipeline

2016-10-11 Thread Sam K
, October 11, 2016 at 7:24:01 AM UTC-7, Mark Bidewell wrote: > > Support for templates was added in 2.50 if that helps. > > On Monday, October 10, 2016 at 1:21:28 AM UTC-4, Sam K wrote: >> >> This works for most part. Except, I have a html formatted file which I >>

Re: Locked out of Jenkins

2016-10-10 Thread Sam K
I have been in this situation before, and have learnt a lesson since then never to close the window and never to use 'save' but use 'apply' instead, use a incognito window and make sure I still am able to login before closing the main window. That said, how about installing another version of J

Email ext to send html body in Pipeline

2016-10-09 Thread Sam K
This works for most part. Except, I have a html formatted file which I would like to send as the body. Is it possible? Thanks emailext attachmentsPattern: '*.log, *.html', body: 'BUILD_URL = ' + env.BUILD_URL, subject: 'END Coded Pipeline Build SOURCE - ' + CODE_BRANCH + ' TESTS - ' + TEST_B

Re: Pipeline help please!

2016-10-04 Thread Sam K
Thanks everyone! I got it working exactly as I wanted. For any others struggling with the same, here is the solution. Hope it helps someone! :) *Pipeline job will take parameters like this:*

Re: Pipeline help please!

2016-10-04 Thread Sam K
ins.io/doc/pipeline/examples/ > > Assign ip at start of block. > > branches ["$ip"] = { > def ipAddress = ip > // use ipAddress instead of ip > > On Tue, 04 Oct 2016, 19:53 Sam K > wrote: > >> So looks like parallel is for running multipl

Re: Pipeline help please!

2016-10-04 Thread Sam K
parallel block kicks in and reads the temp file all at once? On Friday, September 30, 2016 at 11:54:32 AM UTC-7, Sam K wrote: > > I have 4 sets of IP addresses separated by commas. It'm converting the > string to a list and using the parallel block to execute them in parallel.

Re: Pipeline: Abort build nightmare

2016-10-02 Thread Sam K
I hear you brother...been using Jenkins for over 3 years and never had this problem...wonder why I pitched at my workplace so hard for the pipeline and sometimes I want to tell my manager and co workers to go back to the old way of multiple jobs instead of the coded pipeline way of things. Bu

Re: Pipeline Issue

2016-10-02 Thread Sam K
Hi Vishad I am not too sure about the 1 and 3, but regarding 2, I've seen that happen. No matter how many times you remove those @ folders, they come back. I've left those alone and I've noticed that Jenkins will manage them accordingly. They don't keep growing in number either. I have r

Re: Pipeline help please!

2016-10-01 Thread Sam K
ICES.md#groovy-gotchas > > On Friday, September 30, 2016 at 10:26:40 PM UTC-7, Sam K wrote: >> >> Anyone? >> >> On Friday, September 30, 2016 at 11:54:32 AM UTC-7, Sam K wrote: >>> >>> I have 4 sets of IP addresses separated by commas. It'm convertin

Re: Pipeline help please!

2016-09-30 Thread Sam K
Anyone? On Friday, September 30, 2016 at 11:54:32 AM UTC-7, Sam K wrote: > > I have 4 sets of IP addresses separated by commas. It'm converting the > string to a list and using the parallel block to execute them in parallel. > > Problem: I am unable to get the IP

Pipeline help please!

2016-09-30 Thread Sam K
I have 4 sets of IP addresses separated by commas. It'm converting the string to a list and using the parallel block to execute them in parallel. Problem: I am unable to get the IP addresses within the parallel blocks. As you can see the branch name is interpreted properly. However, within t

Re: Same Jenkins job for different git branches

2016-09-22 Thread Sam K
ber 19, 2016 at 3:59:15 PM UTC-7, Sam K wrote: >> >> How will it affect the list of changes it shows on the builds page? >> >> Build No. 10 was built with master branch >> Build No. 11 is built with release_alpha branch >> Build No. 12 is then built with mast

Same Jenkins job for different git branches

2016-09-19 Thread Sam K
between 10 and 12 and not between 11 and 12? I see under the builds folders there are git commits, tree, parents, etc. Is that's what used to determine? thanks Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Will workspace cleanup affect Changes tracking?

2016-09-19 Thread Sam K
ace for tracking the changes? thanks Sam -- 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 disc

One master repo for a bunch of projects

2016-06-06 Thread Sam S
The repo layout wasn't my idea and it's something I have to accept. I'm trying to figure out how to deploy code for a bunch of modules that are grouped into one Git repository. Depending on what changed, I want to deploy the modules that were changed and not have to re-deploy ones that weren't

Urgent Need for Business Analyst with Strong MS Dynamics experience - 9 to 12 Months Contract - Las Vegas, NV

2015-08-18 Thread Sam Williams
Regards,* *Sam Williams* Senior IT Recruiter GlobusIT Inc., - www.globusitinc.com 1231 Greenway Dr Suite 230 ||Irving, TX- 75038. *Phone: *214 - 541 - 9612 *Email:* s...@globusitinc.com We place professionals in contract, contract-to-hire and full-time employment positions -- You received this

Re: Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-13 Thread Sam Xiao
Sorry Daniel! I copied the wrong log. I fixed and updated the gist. On Thursday, November 13, 2014 12:54:09 PM UTC-8, Daniel Beck wrote: > > Did you paste the entire script? The stack trace mentions line 41... > > On 13.11.2014, at 20:34, Sam Xiao > > wrote: > > >

Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-13 Thread Sam Xiao
o such property: Permission[class hudson.model.Hudson,Administer] for class: hudson.security.ProjectMatrixAuthorizationStrategy My code here: gist <https://gist.github.com/xbeta/e2a11a630ff814e6354f > Thanks in advance for any help provided. Thanks, Sam. -- You received this message because

Re: groovy post build stops to work and no emails are sent

2014-11-04 Thread Sam T
ow Jenkins makes > resources cachable but still has them update properly after e.g. an update. > > On 27.10.2014, at 18:13, Sam T > wrote: > > > I have seen another issue with the groovy implementation. The sample > code for extended email plugin jenkins-matrix-email-h

Re: groovy post build stops to work and no emails are sent

2014-10-27 Thread Sam T
Friday, October 24, 2014 10:24:09 PM UTC-7, slide wrote: > > That error really isn't important, it shouldn't be marked SEVERE, it's not > actually an error. I don't think it relates to what you are seeing. > > On Fri, Oct 24, 2014 at 9:40 PM, Sam T > > wrot

Re: groovy post build stops to work and no emails are sent

2014-10-24 Thread Sam T
. Thanks. On Friday, October 24, 2014 1:46:29 PM UTC-7, Sam T wrote: > > My apologies for not providing more detailed information. My jenkins is at > version 1.494 . This is the way the job is setup. This job is created using > multijob plugin where you can fire off other jobs an

Re: groovy post build stops to work and no emails are sent

2014-10-24 Thread Sam T
you have found a solution, a workaround or a way to debug the issue. Thanks. On Friday, October 24, 2014 1:07:30 PM UTC-7, slide wrote: > > What version of email-ext do you have installed? > > On Fri, Oct 24, 2014 at 11:31 AM, Sam T > > wrote: > >> I have inherit

groovy post build stops to work and no emails are sent

2014-10-24 Thread Sam T
I have inherited a system that runs groovy to generate emails as a post build action. The system has not been changed at all and the groovy postbuild action and email has been working without any errors for over a year. All of a sudden emails stop being sent from those jobs that have groovy pos

Re: Problem running batch script from Jenkins - help please!

2014-07-03 Thread Sam K
Oh, I have come across this error in my previous job. Unfortunately, I cannot test it now. But instead of %BuildResultsDir%, try $BuildResultsDir$ and see if it helps. On Thursday, July 3, 2014 7:31:12 AM UTC-7, funee...@gmail.com wrote: > > >We run our build.bat on a windows box. We ar

Re: Jenkins plugin to display or interact with local file-system?

2014-07-02 Thread Sam K
You could use the 'execute shell' option and put all your commands in there. Its basically a shell script that runs on the system you desire. You could 'restrict where this job is run' to the machine you want and it'll execute those commands over there. Sam On Tuesd

Jobs' configuration takes too long to load

2014-07-02 Thread Sam K
with 128GB memory and around 90+ GB is free most of the time. 64GB total swap. CPU is 99% idle mostly and jumps to 1.68% usage when I click on the 'configure' link on any job. All jobs exhibit the same behaviour. Any help? Sam -- You received this message because you are su

Re: Any build-step type as batch task

2014-04-09 Thread Sam Liddicott
On Monday, 7 April 2014 16:19:12 UTC+1, LesMikesell wrote: > > On Mon, Apr 7, 2014 at 3:18 AM, Sam Liddicott > > > wrote: > > Instead of batch tasks, I'm using the build pipeline. it is better > suited to > > my needs and provides better visi

Re: Any build-step type as batch task

2014-04-07 Thread Sam Liddicott
Instead of batch tasks, I'm using the build pipeline. it is better suited to my needs and provides better visibility of the tasks that may follow. Sam On Friday, 4 April 2014 09:20:50 UTC+1, Sam Liddicott wrote: > > Batch tasks can only be shell commands. > > I'd like

Any build-step type as batch task

2014-04-04 Thread Sam Liddicott
tch tasks doesn't seem to provide it. How could I do this. I *could* create another task whose definition is to grab the artefacts from the first project as a build step, and then publish, but it is an ugly solution. Sam -- You received this message because you are subscribed to the Google Gro

publish using jenkins own credentials

2014-04-03 Thread Sam Liddicott
done? Could the credentials store have a placeholder which evaluates to the logged in user? Could Groovy make it happen? Or have I missed something more simple. Thanks Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: git plugin: get a list of changed file names?

2014-01-15 Thread Sam Lee
;, I queried with: > > http://localhost:8080/job/git-client-plugin/api/xml?depth=1 > > and saw that each build included the SHA1 for that build. > > You could then use those SHA1 values for the diff calculation. > > Mark Waite > > > On Tue, Jan 14, 2014 at 2:47 PM, Sam Le

git plugin: get a list of changed file names?

2014-01-14 Thread Sam Lee
Hello, I have a build set up to use git plugin. The build is paramatized to take any git revision (commit, branch, ..etc). During the build, I need to get a list of changed files since last build. I could do this if the current build is on the same branch of git by looking at GIT_COMMIT and GIT_P

Re: Backup "Managed Scripts"

2013-11-19 Thread sam . xiao
; code. AFAICT from it, the scripts are stored in two XML files in Jenkins > Home, buildstep-config-files.xml and > org.jenkinsci.plugins.managedscripts.WinBatchConfig.WinBatchConfigProvider.xml > > (or similar). > > On 19.11.2013, at 01:31, sam@lookout.com wrote: >

Backup "Managed Scripts"

2013-11-18 Thread sam . xiao
Hello all, I've been searching everywhere, but what's the location of all the managed script files store onto the master node of Jenkins? I would like to back it up. https://wiki.jenkins-ci.org/display/JENKINS/Managed+Script+Plugin I know I can backup everything under the default directory "

A way to loop through a list of "options" set in built-in Choice parameter plugins and kick off a build?

2013-05-14 Thread Sam Xiao
this cronjob running as a nightly build I'm just trying to see if this is available or a workaround for this? If this doesn't exist, I might need to write a plugin for it. Thanks, Sam. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Integrating sventon with Jenkins

2012-11-16 Thread Sam Gleske
to happen upon successful "integration" yet but nothing happens right now. SAM

Integrating sventon with Jenkins

2012-11-15 Thread Sam Gleske
here is no repobrowser.svn URL in sventon 2.5 nor sventon 2.1. I can't find much documentation on the integration of sventon with Jenkins and people claim it just works. My sventon install works just fine standalone when I visit https://someserver/svn. Any insight would be much appreciated. SAM

Re: jenkins-maven-android when running throwing the error "android-sdk-linux/platforms" is not a directory"

2012-09-21 Thread sam
paste bin http://pastebin.com/Dwe7hjXm On Saturday, September 22, 2012 11:31:02 AM UTC+9:30, sam wrote: > > start setting up the jenkins-maven-android and i'm facing an issue when > running the jenkin job. > > * My Machine Details > > > $uname -a > > >

jenkins-maven-android when running throwing the error "android-sdk-linux/platforms" is not a directory"

2012-09-21 Thread sam
start setting up the jenkins-maven-android and i'm facing an issue when running the jenkin job. * My Machine Details > $uname -a > Linux development2 3.0.0-12-virtual #20-Ubuntu SMP Fri Oct > 7 18:19:02 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux * Steps to install the Android SDK in Ubuntu

Re: Jenkins Android Emulator plugin is no longer working

2012-08-29 Thread Sam Xiao
your jobs running on the master, or on a slave? > > Any help or ideas would be appreciated! > > Thanks, > Chris > > > On 08/23/2012 11:52 PM, Sam Xiao wrote: > > Hi all, > > > > I updated the Android SDK in my build machine, so I can now run ICS &g

Jenkins Android Emulator plugin is no longer working

2012-08-23 Thread Sam Xiao
Hi all, I updated the Android SDK in my build machine, so I can now run ICS emulator image, but now Jenkins is failing to launch Android Emulator with it. This very same machine + setup used to work well with my Gingerbread setup. Not sure what's the issue, but here is the log I got. Is ther