Bumping this up. Anyone have any ideas?
On Saturday, March 16, 2019 at 10:58:25 AM UTC-4, t3knoid wrote:
>
> I am trying to use the Jira plugin with a a Jira server that uses a
> personal certificate before you can even access the site. Once browser is
> authenticated, the user can login using
I see the following 3 error messages trying to compile the Docker plugin
from sources on github.
git repo: https://github.com/jenkinsci/docker-plugin.git (branch is master).
Envronment Idea; MacOS Mojave; JDK 8 (8.0.202-zulu); followed plugin
development getting started et al:
https://wiki.jenk
I’m glad you were able to figure something out and move forward. It does appear
to be the same issue in those reports in those other projects. In the
elasticsearch one they identified it as a bug in the interaction between aufs
and the JDK. As we suspected earlier it seems to involve a filesyste
Something like the below snippet should work:
import
org.jenkinsci.plugins.pipeline.utility.steps.shaded.org.yaml.snakeyaml.Yaml
@NonCPS
def readYaml(data) {
return (new Yaml()).dump(data)
}
println readYaml([name: "foo", surname: "bar", age: 1])
writeYaml implementation uses that particular
I need some help configuring the Jenkins performance plugin
(https://plugins.jenkins.io/performance).
When I click on the job's top level "Performance Trend", I only see two
links: "Last Report" and "Filter Trend Data". As far as I can tell, "Filter
Trend Data" does not do anything to the repor
Test
- http://222.11.11.1:1213 : OK. Service avaiable.
- http://ci.testsystem.com : FAIL. Service Unavailable
Did you add it to the DNS (ci.testsystem.com = 222.11.11.1)?
From: jenkinsci-users@googlegroups.com On
Behalf Of han...@inswave.com
Sent: 25 March 2019 16:44
To: Jenkins Users
Subjec
Hello. eveyone.
I've running two system.
*Sys1* : Apache Web Server running.
VirtuaHost config is below.
ServerName ci.testsystem.com
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/ci.error.log
CustomLog ${APACHE_LOG_DIR}/ci.access.log combined
This is great, I love it.
Happy Purim!
~Nofar Bluestein
Product Manager, CloudBees
On Wednesday, March 20, 2019 at 9:00:40 AM UTC-4, Lior Naar wrote:
>
> Hello everyone, not sure you are familiar with Purim, this is the Jewish
> counterpart of the American Halloween where people get dressed in
Hi,
I have the following mailer settings in my post stage:
post {
always {
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: emailextrecipients([brokenBuildSuspects(),
culprits()]),
sendToIndividuals: true])
Hi,
Is there any way I can create multiple pipeline jobs using
A single groovy script ? Say 5 pipeline jobs by setting
Name of the job
Git repository
Script path= Jenkinsfile
Perhaps credentials too
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenki
Not really closed !
For a new project, it won't be added to downstream list of its parent
project unless its status is STABLE.
So in my case, when a new project compile but Sonar gate fails, it's marked
as UNSTABLE and not present in downstream list of its parent.
Can someone help me please
11 matches
Mail list logo