I'm encountering problems with the PR Merge Jenkinsfile checkout since my
build is actually 12 builds in parallel so the pressure is enormous
especially when multiple prs are building at once. I would like to use the
reference repository feature on the master to relieve this somewhat, but I
hav
All:
After some digging in the documents and looking at my current installation,
I get the feeling the getting back my current v1.472 installation, I should
be able to rename the config.xml file to config_original.xml then
install jenkins-war-1.472.war using
java -jar jenkins-war-1.472.war --http
Hello everyone, i have a trouble.
i need, after build, to publish my application on Hockeyapp. I'm trying to
do this, but get an error. this is my pipeline
pipeline {
agent any
tools {
gradle "gradle"
}
stages {
stage('Check Env Works'){
steps {
If you end up managing your own status notifications, you might want to
either use the same "context"/"label" as the automatic multibranch
notifications (so it is overwritten) or disable the automatic ones and
manage it entirely yourself.
https://plugins.jenkins.io/github-scm-trait-notification
I think I answered my own question in finding a plugin to do
this: https://plugins.jenkins.io/pipeline-githubnotify-step
On Friday, 6 April 2018 14:00:57 UTC+2, j.kn...@travelaudience.com wrote:
>
> I think I have a request for something that is not possible, but I thought
> I'd ask anyhow.
>
Jo! What the man said, in spades.
FWIW: I also use the LTS version.
Quite frankly, for a piece of software which hasn’t cost me a penny, and to
which I (to my chagrin) yet have to contribute, it’s as near “perfect” as I’ll
ever want.
I can happily live with the (very rare) hiccoughs: we’re all o
Hi all
I want to send a email notification only when the build log contains a
particular string.
I tried below in pre-send script but it didn't work.
If (build.log.contains("Job is ")) {
Cancel = false;
Else
Cancel = true;
}
Else
Is there a way to mark the job as failure if the build l
I think I have a request for something that is not possible, but I thought
I'd ask anyhow.
Here's the current scenario:
We're using Github multibranch/organization so that every branch in every
repo that has a Jenkinsfile gets built with CI. When the build completes,
Jenkins reports the statu
Yes, my developers have built their workflows and Jenkins jobs around the
current behaviour. But I also encourage my comments as general advise.
From: jenkinsci-users@googlegroups.com on
behalf of Ullrich Hafner
Sent: 05 April 2018 17:23:43
To: Jenkins