Does the maven build only fail in Jenkins?
On Fri, Sep 14, 2018 at 12:18 Pranav Kv wrote:
> Hi I am getting error in a maven build.
> There is test fail after migrating jenkins to new server.. But no issues
> in the old jenkins instance
>
> Error
> Validation not trigger.. Expected(abcd.xml) but
When running the same psexec command from the slave itself it is working
smoothly.
Same user and password for both- admin credentials!
Can anyone help?
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group
Would something like this get you started:
pipeline {
agent any
stages {
stage('Build') {
steps {
bat 'mvn -v'
}
}
}
}
On Mon, Sep 10, 2018 at 14:37 Mario Jauvin wrote:
> By "Google has not provided any insight" I m
Baptiste I am sorry for the nature of my posts. I don't guess that you can
help me with my login problem?
On Sun, Sep 16, 2018 at 6:04 AM Baptiste Mathus wrote:
> Please keep using the previous thread. Afaict also Mark Waite answered you
> there last and you didn't reply.
>
> Also, please do
I think these escape sequences are just color ones. Hence I do not think
they are the 'culprits'.
By chance, could you show your pipeline or some gist of it exposing the
issue?
Le ven. 14 sept. 2018 à 14:26, David Aldrich
a écrit :
> My declarative script job is failing. I understand the reaso
Please keep using the previous thread. Afaict also Mark Waite answered you
there last and you didn't reply.
Also, please do not use all caps this way. It looks rude. People here are
helping on their free time, please respect this.
Thank you
Le jeu. 13 sept. 2018 à 18:32, Steve Burrus a écrit :
Probably unrelated to Jenkins core I guess.
Didn't you also update the configfiles plugin? To 3.0 or so? I think I saw
reports of issues for this
Le jeu. 13 sept. 2018 à 18:28, Steve K a
écrit :
> Just upgraded from 2.89.2 to 2.131.3
>
> I copied over the org.jenkinsci.plugins.configfiles.Globa
You lost at the second sentence. Why are you trying to chroot?
Having agents of these different Linux flavors, or using docker images
(seems easier if you don't need to actually test a specific kernel or so).
Cheers
Le jeu. 13 sept. 2018 à 14:51, Simon Richter a
écrit :
> Hi,
>
> I'd like to b
Yes, +1. We all have been committed to do that to change and it was done in
early Jenkins 2.x a few years ago.
Normally the core UI has fully been fixed. Most classes could unfortunately
not be renamed for binary compatibility reasons.
So about the JEP, good question. Because it's been fixed alrea
Versions? Jenkins, Java VM, plugins. Are you using latest of everything?
Thanks
Le jeu. 13 sept. 2018 à 14:33, Víctor Puertas
a écrit :
> Console Output shows the following issue
>
> java.lang.NoClassDefFoundError: Could not initialize class
>> sun.util.calendar.ZoneInfoFile
>>
>
> This is are
10 matches
Mail list logo