Error while testing connection is:
Connecting to the mailbox...
Error : javax.mail.MessagingException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target;
ne
Hi, what do you mean configure the plugin?
If you're referring to adding lockable resources, that's not necessary -
if a resource doesn't exist it will be created on the fly (which I already
confirmed).
The problem I'm having is described in this thread
exactly: https://issues.jenkins-ci.org/
Hello,
The following snippet from my pipeline is acting very strangely, the values
from the print statements are correct
print "asgName: $asgName"
print "asgMax: $asgMax"
print "asgMin: $asgMin"
asgIncrease = (asgMax * 2)
print "S
Hi,
Anyone knows or has a guide to how to publish grails 3 plugin or app using
jenkins?
Thanks in advance
--
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 jen
Hello ,
how to install a custom tool on multiple jenkins slaves through a pipeline
(Jenkinsfile)
--
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-use
Hi,
its better you send emails in the post action
post {
always {
}
success {
}
unstable {
}
failure {
}
aborted {
}
}
https://jenkins.io/doc/pipeline/tour/post/
Am Donnerstag, 28. Februar 2019 21:41:50 UTC+1 schrieb F
Hi,
after downloading the Lockable Resource Plugin in Jenkins, you have to
configure it in the system configuration of jenkins.
Am Freitag, 8. März 2019 00:58:59 UTC+1 schrieb Dusan Nikolov:
>
> Hi, I'm trying to lock multiple stages in a pipeline and would like to use
> NODE_NAME as the reso
Hi,
I am using Jenkins pipeline script with reviewbot plugin.
My pipeline job is parameterized with 'Reviewboard url'. when i access this
in the pipeline script, it is NULL always. how do i get the updated value.
properties([
parameters([
[
$class: 'ReviewboardParameterDe
Hi Team,
while creating different user i want only subjected job should be view to
the developer but ,all view is available,
any way we can only keep view as per the required login user.
Example:developer should view only development jobs, no testing ,no QA ,no
default view ..only development jo
This class, to begin with, will have a generic, public httpRequest method:
/**
* Provides Jenkins functionality required by the other utility classes.
*/
//Info: This class helps to reduce the Jenkins plug-in specific code clutter in
the utility classes.
// All the Jenkins-specific code shoul
10 matches
Mail list logo