Docker plugin parsing POM file very slow

2017-07-24 Thread Tien Dung Tran
I setup docker plugin in Jenkins, thus every build job will be built inside container, but everything running in the container launched by docker plugin are very slow, like git checkout, parsing POM file... Strange that if I build manualy in this container by command "mvn clean install" , it's

Re: How to skip a build after a "git push" done by a Jenkinsfile

2017-07-24 Thread nadim
I am currently running into a similar issue as you Idan. Within my jenkins file I push git tags, which sets off a trigger in Jenkins, building another build, and the continues in an infinite loop. I looked into the [ci skip] plugin but it does not work. I looked at your link on stack overflow

Re: Use of personal credentials in Jenkins Pipeline (Declarative)

2017-07-24 Thread drew . leske
Hi James, Thank you for your response. Even if it's not the answer I was looking for, a clear response is helpful. :) I'll vote for and watch the ticket. Cheers, Drew. On Sunday, July 16, 2017 at 7:39:10 PM UTC-7, James Dumay wrote: > > Hi Drew, > > There is a big of a gap in capabilities

Re: parse out text from the console log, to be used in the letter stage of the build

2017-07-24 Thread J0991
One possibility may be assigning the task name as an environment variable during the initial job. You could then access this environment variable from any subsequent jobs. More information on Jenkins environment variables can be found here .

Re: Everything lost after automatic upgrades

2017-07-24 Thread Giacomo Boccardo
Hi Björn, thank for the suggestion, but "unfortunately" JENKINS_HOME is properly set both in Jenkins configuration and in the startup script. Moreover, ~/.jenkins doesn't contain a previous (wrong) installation of Jenkins but a cache of artifacts in the form

Re: Jenkins installed but stuck at bower installation with NodeJSPlugin

2017-07-24 Thread Joshua Noble
The version of NodeJS that you're able to call doesn't appear to be installed by Jenkins, it's likely already installed on the system and just happens to be there. I say this because your terminal output clearly shows 6.10.0, but your Jenkins screen shot says 4.6.0. There is a difference in

Re: Pipeline Editor Shows only If it is a GitHub repository

2017-07-24 Thread Cliff Meyers
The Editor currently only supports GitHub-based pipelines as you point out. There is work currently being done to enable it for regular Git repositories. You can watch this JIRA ticket for updates: https://issues.jenkins-ci.org/browse/JENKINS-43148 Best, Cliff On Thu, Jul 20, 2017 at 7:34 AM,

Re: Shell script in Jenkins doesn't get info about POM_VERSION/POM_ARTIFACTID with Promotion Build plugin

2017-07-24 Thread Lee Meador
Those variables aren't set in all the types of jobs. On Mon, Jul 24, 2017 at 6:42 AM, Michael Pailloncy < michael.paillo...@gmail.com> wrote: > I don't have used these plugins since a while, but If you call "env" > command inside your shell script, what's the result ? > > 2017-07-24 6:31

Bitbucket pull request plugin building on cron schedule instead of building on pull request updates

2017-07-24 Thread Kevin Mullen
Bitbucket Pullrequest Builder Plugin -- 1.4.26 Jenkins -- 2.60.1 I'm not using a pipeline. Just this setup. The box is checked on the job to check for updates "Build when a change is pushed to BitBucket". Anyone ever have this problem? -- You received this message because you are subscribed

Re: What are the rules for Jenkins Pipeline to allocate workspaces, are ephemeral workspaces possible?

2017-07-24 Thread kishor shelke
For me Jenkins is not working as expected. Even after using ws( SLAVE_ROOT/workspace/JOB_NAME@2') command it is throwing error: Exception executing "curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py"java.io.IOException: Process working directory '/jenkins/SLAVE_ROOT/workspace/JOB_NAME@2'

Re: Jenkins Distributed Builds: Project-Based Matrix Authorization Strategy

2017-07-24 Thread J0991
Just as a followup, I wanted to give anybody who may stumble across this question in the future some valuable information that helped me achieve this setup: My goal was to have three tiers of users, each with less permissions than the former: - Global Administrators: -- Granted all global

Re: How to automatically calculating maven release build version through jenkins pipeline build

2017-07-24 Thread Sarjerao Jadhav
Hello Guys, I have installed Jenkins thr' official website on my local environment win7. I have completed setup by creating new admin user. I have spring boot project with jenkinsFile with mutiple branches but I would like to setup for particular branch. So I have created Job using pipeline. I

Jenkins installed but stuck at bower installation with NodeJSPlugin

2017-07-24 Thread Sarjerao Jadhav
Hello All, I have installed jenkins on my local windows 7. I have installed java 8. I have downloaded jenkins from official website & completed setup by signing up. I have spring boot project with jenkinsFile so I started creating job with pipeline. I have setup pipeline from SCM

jenkins has been installed successfully but stuck on bower installation with NodeJSInstallation Plugin

2017-07-24 Thread Sarjerao Jadhav
Hello Guys, I have installed Jenkins thr' official website on my local environment win7. I have completed setup by creating new admin user. I have spring boot project with jenkinsFile with mutiple branches but I would like to setup for particular branch. So I have created Job using pipeline. I

Jenkins stucked at bower

2017-07-24 Thread Sarjerao Jadhav
Hello Guys -- 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 visit

RE: Information requested to understand usage of Jenkins for Informatica || ETL tool

2017-07-24 Thread Garg, Neha
Hi Team, I was going through the link: http://hopsas.com/products/informatica-powercenter-continuous-delivery-solution/ I am an Informatica developer and looking for some help to understand how we can use Jenkins for CICD implementation in Informatica. I need to know how we can establish a

Information requested to understand usage of Jenkins for Informatica || ETL tool

2017-07-24 Thread Neha Garg
Hi Team, I was going through the link: *http://hopsas.com/products/informatica-powercenter-continuous-delivery-solution/* I am an Informatica developer and looking for some help to understand how we can

jenkins-jira-plugin: Failed to authenticate with JIRA

2017-07-24 Thread James Green
Got the latest LTS version of Jenkins with current jenkins-jira-plugin and a JIRA 6.4 installation. I can log in to JIRA without issue and in the configuration I can see that the Remote API is indeed switched on. When I do a wget from our Jenkins box against JIRA I get told I'm not authenticated

Re: Agent fails to run the job because working directory doesn't exist

2017-07-24 Thread Marcos
Hi, A 2017-07-24 07:54, 'Björn Pedersen' via Jenkins Users escrigué: You need to make sure the configured workspace base directory exists on the slave node (check yuor slave configs, it should be /var/lib/jenkins/workspace ). It actually exists and it made no difference moving it to build

Re: Shell script in Jenkins doesn't get info about POM_VERSION/POM_ARTIFACTID with Promotion Build plugin

2017-07-24 Thread Tien Dung Tran
Same issue, I don't know how to get $POM_VERSION On Monday, February 6, 2017 at 7:24:30 PM UTC+7, alo...@test-cloud.com wrote: > > > I am trying to execute shell script with Promotion Build plugin to get > info about maven properties (POM_VERSION, POM_ARTIFACTID). > > Trouble is values for

Re: What is the difference between my shell and Jenkins regarding batch command

2017-07-24 Thread Nicolas Lignée
Hello, Sorry for the late answer. Here is my Java exception : -- You received this message because you are subscribed to the Google Groups "Jenkins