Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-27 Thread Rick
You are saying that the new branch1 is same as the master, then you create a pull request from branch1 to master? In my opinion, it's not necessary to build this pull request. On Mon, Jan 28, 2019 at 2:56 PM 'Tom Ku' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Ok. So when

Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-27 Thread 'Tom Ku' via Jenkins Users
Ok. So when you're having a branch and a PR from this branch to the master (no changes in the master after creating the branch) - can you at least reproduce the merge log message when building a pull request (see following example:) Merging remotes/upstream/master commit

Re: How to enable logging per file/package

2019-01-27 Thread Baptiste Mathus
I seem to be missing something: why would you build Jenkins just to enable existing logging? Please clarify what you are trying to achieve. If you mean to enable existing logs, please use the UI and go back here if you have specific questions. If trying to add *new* logs, then I'd recommend

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-27 Thread Baptiste Mathus
I would strongly recommend using this issue as a warning that downgrading is **not** supported with Jenkins data model. Backup your system. The 1.1 => 1.0 should be a quite simple trick, but there will be cases that you will not be able to handle manually and need to dig into potentially many

Re: How to push to Gitlab after Jenkins build

2019-01-27 Thread Faad Sayaou
After trying this command, i still had an error which says error: RPC failed; result=22, HTTP code =404 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date However, I made changes in a file from my pipeline script and I am now

Re: Pipeline Multibranch jobs - Build User Vars Plugin

2019-01-27 Thread Eldad Cohen
Thanks I will give it a try -- 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. To view this discussion on the web

Re: How to push to Gitlab after Jenkins build

2019-01-27 Thread Mark Waite
On Sun, Jan 27, 2019 at 2:14 PM Faad Sayaou wrote: > 0 > > I have a stage at the end of my pipeline job which has to push changes > back to a particular Gitlab branch. After trying out several solutions > proposed on stackoverflow, I am still not able to push to the branch > > sh("git add .") >

How to push to Gitlab after Jenkins build

2019-01-27 Thread Faad Sayaou
0 I have a stage at the end of my pipeline job which has to push changes back to a particular Gitlab branch. After trying out several solutions proposed on stackoverflow, I am still not able to push to the branch sh("git add .") sh("git commit -a -m ' New changes'") sh('git push

Re: jenkins job getting failed when trying with rsync

2019-01-27 Thread JonathanRRogers
On Sunday, January 27, 2019 at 8:25:21 AM UTC-5, visar wrote: > > Hi Experts, > > I was trying to perform a rsync copy from my jenkins workspace one job > content to my docker containers (web2py) named volume location. > > my jenkins job is configured with svn repo, so my aim here is to make a >

jenkins job getting failed when trying with rsync

2019-01-27 Thread visar
Hi Experts, I was trying to perform a rsync copy from my jenkins workspace one job content to my docker containers (web2py) named volume location. my jenkins job is configured with svn repo, so my aim here is to make a rsync copy from the Jenkins job location to the web2py containers volume