Hi
Under what condition and setting would trigger this issue?
I used to have both branch and pr build trigger for every change after PR
is filed
Perhaps the PR event is redundant and no need for trigger?
Thanks
-Dan
[1]
https://marketplace.atlassian.com/plugins/nl.topicus.bitbucket.bitbu
Hey Aurélie,
I've tested with this pipeline (derived from yours) and I'm not able to
reproduce your issue :
pipeline {
agent any
environment {
http_proxy = 'http://xxx:xxx'
TOTO='titi'
}
stages {
stage('xxx') {
when { expression { true } }
Good point. I would rather have it in the Jenkinsfile. Thanks.
On Fri, Oct 6, 2017 at 5:06 PM, Mark Waite
wrote:
>
>
> On Fri, Oct 6, 2017 at 2:24 PM dandeliondodgeball
> wrote:
>
>> Did this two different ways in the same workspace.
>> ../workspace/Pipeline01/Artifact/my.zip
>> ../workspace/
Didn't notice/know that. I will update that page. Thanks.
On Sat, Oct 7, 2017 at 3:39 PM, Jon Schewe wrote:
> Adding this to the copy artifact plugin page will help others. Those pages
> are wikis so you can just login with your Jira credentials and edit.
>
> On Fri, Oct 6, 2017 at 3:12 PM, da
https://groups.google.com/forum/#!topic/jenkinsci-users/yYeedbtXT4g
On Monday, October 9, 2017 at 1:38:24 AM UTC-6, Gilad Baruchian wrote:
>
>
> Did you find any solution for that? I have this problem as well
>
--
You received this message because you are subscribed to the Google Groups
"Jenki
> On 20. Sep 2017, at 09:15, Daniel Beck wrote:
>
> I just released 2.0-beta-3.
>
> It includes compatibility with the pipeline `properties()` step.
>
> I currently plan no further changes before the final 2.0 release. Please help
> test this, and file issues as described in the previous emai
If you're using declarative pipeline, then you need to use an option
directive to skipDefaultCheckout. Refer to
https://jenkins.io/doc/book/pipeline/syntax/#options for the syntax.
If you're using scripted pipeline, insert the pre-scm operations before the
checkout scm step.
Mark Waite
On Mon,
Hello World,
Setup:
master: Jenkins 2.60.3 on Debian 9
agents: Windows 7 in VMs
I sometimes have the following error:
ERROR: Issue with creating launcher for agent build-vm6. The agent has
not been fully initialized yet
and then at the end of the console output:
java.nio.channels.Closed
If I may comment on this, I think the main issue is that there is currently no
maintainer for the svn plugin. So, even if someone was able to make the
changes Stephen suggested, they may not be released.
It’s quite a problem for some of us that Subversion is no longer well supported
in Jenkins
I am new to Jenkins. I started with one simple test: I created a freestyle
job on a slave/node that checks out my sources from a repository and should
does a Windows xcopy from the jenkins repository to a directory. The
checkout works - all sources are pulled form the repository to the jenkins
Somebody needs to implement SCMFileSystem for the Subversion plugin. In
principle should not be too hard to do. The code is currently using the
"old-style"
https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/jenkins/scm/impl/subversion/SubversionSCMSource.java#L403-L405
so it d
Hi,
I nbeed in a jenkins pipeline to have an access to a http_proxy.
In my environment variables in my Jenkinsfile I've etted my http proxy and
an env var named TOTO, then in one of my steps I checked if env var exists:
environment {
...
http_proxy = 'http://xxx:xxx'
Did you find any solution for that? I have this problem as well
--
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.
T
Did you find any solution for that? I have this problem as well
On Wednesday, February 8, 2017 at 3:16:43 PM UTC+2, Kristian X wrote:
>
> Hey,
>
> I think there is something odd with Multibranch plugin or I have done
> something wrong. I have a repository:
>
> > http://svnserver/some/svn/repo
Hi,
I have a Jenkinsfile located in \build folder, and it checks
out code to the slave node and builds.
My multi branch project finds the branch correctly, but it checks out the
entire svn branch on the master just to read the jenkinsfile instead of
checking out just the jenkinsfile itself of ju
15 matches
Mail list logo