Re: Blue Ocean - Bitbucket - creating pipeline not working

2018-08-17 Thread js784557
After wasting time going thru this I finally found that the issue is the user in BitBucket did not have the Create Repo permission. Why it needs that is beyond me when this is for a build process, it had write permissions which I would think is sufficient. Guess it wasn't. On Wednesday, Augus

Fwd: Regarding https://issues.jenkins-ci.org/browse/JENKINS-53076

2018-08-17 Thread nitesh shrivastava
Hi All, Can somebody comment on this requirement? Need to change the build button to say something else like “Run” or “Submit” https://issues.jenkins-ci.org/browse/JENKINS-53076 Regards Nitesh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Is Jenkins right for me (orchestration of unix command line, akin to cron)?

2018-08-17 Thread Mark Waite
Jenkins can orchestrate tasks, including build, test, and deploy. The folks at BlazeMeter have a great blog post that highlights ways to run Apache JMeter with Jenkins. There is also a 2015 research paper

Is Jenkins right for me (orchestration of unix command line, akin to cron)?

2018-08-17 Thread ChrizK
As an initial warning, I am COMPLETELY new to Jenkins. I have never installed it, or seen it running. My manager gave me a task, saying that a team member had suggested Jenkins. We have an in-house load test tool, which runs on multiple nodes, resulting in significant load (millions of connection

Usage of Jenkins shared library in Job DSL

2018-08-17 Thread treneva
Hey, I am looking for advice how to achieve usage of Jenkins shared library in Job DSL – I use this snipped to seed a job whose functionality is in Jenkins file: job('my-small-test-job') { parameters { stringParam('branch', '${branch}') } removedJobAction: 'IGNORE' def releaseScript = readFil

How to kickstart a multibranch pipeline scan?

2018-08-17 Thread pisymbol
I have a job that creates a new branch/tag in SVN. IT does so by modifying some internal build files and then tagging it. What I would like to do is kickstart a multibranch pipeline scan when that job completes. How can one accomplish this? Googling has not proven very fruitful. I thought I cou

Re: Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
Good to know that's the answer. Thanks very much. On Friday, 17 August 2018 14:48:56 UTC+1, Mark Waite wrote: > > > https://jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/ > describes > how a Pipeline shared library can extract common statements from a > declarative Pipelin

Re: Is it possible to change the parametrized build button to have different name?

2018-08-17 Thread nitesh shrivastava
I need to change the build button name in the next page once we click build now with parameter On Thu, Aug 16, 2018, 22:26 RAJENDRA PRASAD wrote: > why are you doing it again, > Already there is a plugin to do that: > please refer this link: > https://wiki.jenkins.io/display/JENKINS/Customize+B

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
Sorry, should have read: 2.138 not 2.238. On Friday, August 17, 2018 at 9:31:44 AM UTC-4, Randall Becker wrote: > > Hi Gustavo, > > I managed to get Jenkins 2.238 to run under NSSJava 1.8_80 using the > following command: > > java -cp ./jenkins.war Main > > This seems to bypass some limit res

Re: Pipeline git an LFS project

2018-08-17 Thread Mark Waite
https://jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/ describes how a Pipeline shared library can extract common statements from a declarative Pipeline to simplify the declarative Pipeline. There isn't a way to perform a git LFS fetch or checkout with the "git" step. The "g

Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
Hi, I have a pipeline where I checkout two repositories, one with source code and the other with binaries that are part of the release. The latter uses the LFS git plugin. My question is if there's a simpler way to declare I want to clone a git LFS repo other than the one I write below. The ot

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
Hi Gustavo, I managed to get Jenkins 2.238 to run under NSSJava 1.8_80 using the following command: java -cp ./jenkins.war Main This seems to bypass some limit restriction in the platform JVM. Cheers, Randall On Wednesday, July 25, 2018 at 8:04:04 AM UTC-4, Gustavo Martinez wrote: > > > H

JENKINS ERROR READ of POMs java.nio.file.NoSuchFileException:

2018-08-17 Thread 'Makkaoui Ahmed' via Jenkins Users
Hello please i have this error in my project after BUILD SUCCESS of project and Junit Test i get this error : after cmd mvn test the build is SUCCESS then jenkins recupered the data ERROR: Failure in the reading of POMs java.nio.file.NoSuchFileException: /root/.jenkins/workspace/testjunit/testj

Azure VM using Jenkins via Terraform templates

2018-08-17 Thread siddareddy . moolam
Hello , I have connected with azure through service principal ..but am not able to create vm through terraform templates if we click jenkins job it should create VM in azure ...please help me anybody Thanks sidda -- You received this message because you are subscribed to the Google Groups

Xcode jenkins builds failed on : armv7 and arm64

2018-08-17 Thread Ricky LI
When I build an iOS job in jenkins, always got the following result: (this section appears twice, one for armv7 and another for arm64) ld: warning: directory not found for option '-L/Users/[user_name]/Library/Developer/Xcode/DerivedData/[some_project_name]/Build/Intermediates.noindex/ ArchiveI

Re: Error while running dynamically created parallel stages

2018-08-17 Thread Andreas Magnusson
I have a similar solution, but without the inner stage, just as Wouter suggest. And that works great. So try it without stage("Build parallel $target") { -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop