Hi Team,
I installed the build pipeline plugin 1.3.5 but I found if I select a
parameterized job as the initial job, the run button will not work.
The job will not run and the page will not updated.
So is it possible to do this? Or the initial job must be a
non-parameterized job?
Than
Dear Jenkins Community, please help me before I drive nuts!
Jenkins fails building one of my projects since I released another version
of its Maven parent POM...:
[ERROR] The build could not read 1 project -> [Help 1][ERROR] [ERROR] The
project ... (C:\.jenkins\workspace\...\pom.xml) has 1
Many thanks ! that solved my problem.
I was actually using the default HTTP wagon, so i moved to DAV wagon and
now everythings is working fine.
Thanks to everyone for your help.
Regards,
Raouf.
2013/7/19 Vincent Latombe
> Hi,
>
> See [1] for a possible workaround (this is the one I use). Ba
Now it gets even more weird: I just noticed that when I do "mvn deploy" on
the parent project, then Jenkins will succeed. This is stange, because the
local repo already contained that artifact -- otherwise the local test
using "mvn test" of the child project would have failed, too. This really
Hi Guys,
I have configured jenkins with pytest and webdriver. It's running and
launching test fine however the only problem is test doesn't fail even
though it has encountered an exception.
is there any setting or plugin require for that.
Gaurang shah
--
You received this message because
An actual use case for this might be helpful. Right now, this looks a lot like
an XY problem [1].
Also, a possible solution is a Choice parameter with only one value to select.
But note that e.g. Parameterized Trigger will just override this when you
specify a different value there, so it's on
Hi Guys,
Is there any way i can access the jenkins parameter inside the job. ?
Gaurang Shah
--
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+
Hi Gaurang!
> Is there any way i can access the jenkins parameter inside the job. ?
What is "the jenkins parameter"?
Regards
Steffen
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails
Hi,
I am using the Jenkins Parameterized Trigger Plugin to trigger a downstream
job. The downstream job leverages artifacts from the upstream job; hence, I am
passing the workspace of the upstream job to the downstream job.
Q. Is it safe to do that? Will it always run on the same node? Or, shou
Hi - I just wanted to follow up that Daniel Beck's solution worked
perfectly for me. Now the SCM team only has to define the release
string in one location. Other parameters include some host names and
other paths that were repeated in other jobs.
I have one job that we run when a release rolls ov
There is no reason that the downstream job will run on the same node as the
upstream one. Even if it happened to do so, they would be in two different
subdirectories of the workspace.
You can use the Copy Artifact plugin, or you can make the builders of the
downstream job a build step in the u
It worked, thanks! I have 2 nodes - node1 ("driver"), and node12
("driven"). "Driver" executes a downstream project on a node named
${NODE_NAME}2, which is obviously "driven". One can also go further and
"tie" node12 to downstream project by setting "*Leave this machine for tied
jobs only"*
Am
Please advice.
Thanks.
On Friday, July 19, 2013 5:01:40 PM UTC-4, Nateshkumar NS wrote:
>
> I am new to Jenkins.
> I get the error while
> srcsafe.ini doesn't exist. Configuration error.
>
> Tried giving IP address, mapped drive path, made the folder where
> srssafe.ini resides as shareable.
We have a maven build of several artifacts. These artifacts are FTP'd
nightly at 9pm as a separate job from the build. We would like to
include the changes since last build with our upload.
Issues:
Since it's a maven job, I can't execute a shell command at build.
I've installed Changes Since Last
Following Reuben's comments I came up a util function. Posting here so
other people can see a working example.
import hudson.model.*
// sets build parameters based on the given map
// only supports StringParameterValue
def setBuildParameters(map) {
def npl = new ArrayList()
for (e in map
On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote:
> check to store the email in the workspace ("Save Generated E-mail to
> Workspace").
Thanks, but I am just not seeing this checkbox!
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsu
You could use emailext to record changes in the actual build:
1. Create an email with the changes on build success, and check to store the
email in the workspace ("Save Generated E-mail to Workspace"). Not sure whether
you need actual recipients if you check that option.
2. Copy that with the bui
Thanks Rob... I realized that they would run in two different subdirectories,
and that is why I was passing the subdirectory of the upstream job to the
downstream job.
-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandev
Never mind, problem lies behind the keyboard. Let me get back to you
after I update that plugin (blush)
On Mon, Jul 22, 2013 at 1:58 PM, Maureen Barger wrote:
> On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote:
>> check to store the email in the workspace ("Save Generated E-mail to
>> Workspa
If the folder where Source safe resides is on a network drive, make sure
the user account running Jenkins has access to that folder. You don't
say whether you are on Linux or Windows, and when the error comes up. Is
it when running a job or when trying to start Jenkins? You should also
specify
Good afternoon,
For the past couple days, I've been seeing an odd issue when I try to load
the 'Build History' page in Jenkins, and I'm trying to understand what's
happening, and I'm not sure where else to look. The issue was happening
with 1.521, and I upgraded to latest (1.523 + all plugins
I am having the same problem releasing my first plugin.
On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote:
>
> Hi all,
>
> I started getting a 401 - Unauthorised when trying to deploy my plugin to
> http://maven.jenkins-ci.org:8081/content/repositories/releases/ a couple
> of minutes ag
I've fixed this problem now. Sorry for a delay.
On 07/22/2013 03:20 PM, m...@arangamani.net wrote:
I am having the same problem releasing my first plugin.
On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote:
Hi all,
I started getting a 401 - Unauthorised when trying to deploy
I forgot to mention, that having that I am able to reboot '"driven" machine
before actual build. "driver" starts a reboot of "driven" and waits, until
it is completed.
Am Montag, 22. Juli 2013 16:06:28 UTC+2 schrieb Olexij Tkatchenko:
>
> It worked, thanks! I have 2 nodes - node1 ("driver"), and
24 matches
Mail list logo