Hello.
Please, anyone who can help me.
Is there any way to retrieve the annotations of a pod from within the node?
The premise is that pod is not being created in the pipeline.
```groovy
def podCloud = "JenkinsCloudKubernetesPodTemplateName"
node(podCloud) {
// get pod annotations
sta
Could someone help me?
Em terça-feira, 16 de outubro de 2018 18:51:47 UTC-3, Paulo Diniz escreveu:
>
> Hello everyone.
>
> I have a Jenkins project, with build in Maven for an IBM WebSphere
> Application Server.
> I added the WebSphere Deployer Plugin to my Jenkins.
>
Tks James.
I can not post because, this is a private project for a private company in
Brazil.
Anyway, thanks for the attention.
Excuse my english. It's more or less.
Em terça-feira, 16 de outubro de 2018 20:49:24 UTC-3, James Fairweather
escreveu:
>
> Why don't you want to go through GitHub?
I'm speaking portuguese, sorry.
Error upload "msbuild-plugin-msbuild-1.29.hpi" jenkins
Help Me please
Stack trace:
java.lang.NullPointerException
at hudson.PluginManager.identifyPluginShortName(PluginManager.java:1655)
at hudson.PluginManager.doUploadPlugin(PluginManager.java:1590)
at java.lang.
+1 fixed thanks :)
cd /var/lib/jenkins/plugins
ls -la | grep disable
if files rm
Did the trick!
terça-feira, 26 de Abril de 2016 às 20:14:15 UTC+1, Josh Santangelo
escreveu:
>
>
> > On Apr 26, 2016, at 12:09 PM, Daniel Beck > wrote:
> >
> >
> >> On 26.04.2016, at 21:01, Josh Santangelo >
On Thu, Feb 11, 2016 at 10:56 AM, Paulo Moreira wrote:
> Dear All,
>
> I am setting up a Jenkins job with: Gitlab Merge Requests Builder
>
> And getting the followin error:
>
> javax.servlet.ServletException: java.lang.Error:
> javax.net.ssl.SSLHandshakeException: Receive
: javax.net.ssl.SSLHandshakeException: Received fatal
alert: handshake_failure
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert:
handshake_failure
I have disabled the Ignore SSL Certificate Errors, but still with no success
BR,
Paulo
--
You received this message because you are subscribed to the Google
Thank You Marc ;)
Finally got it running!
So I installed git with OpenSSH and created credentials.
I owe you a beer, and a BIG one!
Cheers,
Paulo M.
segunda-feira, 8 de Fevereiro de 2016 às 17:49:39 UTC, Mark Waite escreveu:
>
> You use the Jenkins credentials system to register a cred
your git for Windows to use
> openssh rather than plink.
>
> If you must use plink, you may find helpful instructions on the wiki page
> of the git plugin.
>
> Mark Waite
>
> On Sat, Feb 6, 2016, 4:08 PM Paulo Moreira > wrote:
>
>>
>> Paulo Moreira
>
Paulo Moreira
to mark.earl.waite, nicolas.deloof
1 day agoDetails
Dear Jenkins Masters,
Sorry to bother you but I am strugguling to get the git plugin working under my
environment.
Can you please help?
I am working on this issue for some days now :(
Here is my setting:
Master:
Jenkins Master
Foo1,Bar2.
Is there a way to do this?
Thanks,
Paulo Matos
--
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.co
Which are the cloud hosting providers for Jenkins that you would sugest?
There are free basic services?
--
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 jenkins
pass and now fails; which tests are new, etc.
* Compare two TAP files from any run, not just from one run to the previous one.
Do you have any suggestions for these use cases?
Thanks,
Paulo Matos
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users&q
Hi,
I can't seem to be able to generate a tap that marks a test as skip. Does
anyone have an example of TAP test file that marks a test as skipped?
Thanks,
Paulo Matos
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To u
> -Original Message-
> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-
> us...@googlegroups.com] On Behalf Of Shane Turner
> Sent: 05 September 2014 16:01
> To: jenkinsci-users@googlegroups.com
> Subject: Re: Jenkins resource usage
>
> On 05/09/2014 11:
> -Original Message-
> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-
> us...@googlegroups.com] On Behalf Of Shane Turner
> Sent: 05 September 2014 16:01
> To: jenkinsci-users@googlegroups.com
> Subject: Re: Jenkins resource usage
>
> On 05/09/2014 11:
|| exit 1
export RV=$(cat $WORKSPACE/rv.log)
and then pass in the parameters to a job:
RALL_VERSION=${RV
Thanks,
Paulo Matos
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emai
subscribe
--
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
, one on the workspace
root and again for each variant, so I end up with:
workspace/
arch/intel/gcc
arch/arm/gcc
gcc
Why is my gcc repository showing up at the root of the workspace as well?
--
Paulo Matos
--
You received this message because you are subscribed to the Google Groups
Hey Ulli!
So there's no other way to classify a bug? Can't I do what I was to do
(build fail on specific bug)?
I would be satisfied if there's a way to Jenkins show the cloudly icon when
listing the jobs. At least I could
see that something went wrong.
Paulo
On Thu, Mar 7,
Hey guys!
I'm setting up a Jenkins server with Sonar for code analysis and coverage
with FindBugs, Cobertura and PMD.
Then I was asked to create a job in it that runs tests for some project and
if Findbugs find some scary or worst problem then the build results in
failure.
After some googling
?
Another thing I need is to be able to run a script after a build, and
then use the output of that script in a notification email. Is it
possible to achieve this in jenkins?
Thanks,
--
Paulo Matos
his needs to be done manually through a script?
I am sorry for all these seemingly trivial questions but a hard thing
to understand about jenkins is what jenkins can automate and what you
need to have a script to do it yourself.
--
Paulo Matos
On 24/12/12 16:41, Eric Pyle wrote:
Hi Paulo,
I think common practice is to have your shell script build when it
detects a check-in via polling, on successful completion of build it
would call another Jenkins job to install and test.
Thanks. What do you mean 'another Jenkins job
also containing the new changes to
the repository?
Thanks,
Paulo Matos
23 (include):
include could not find load file:
CMakeDefs
====
Regards,
--
Paulo Leonardo Benatto, patito
"the fear of being free, makes you proud of being a slave"
26 matches
Mail list logo