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 receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/44c917fa-38b5-4f98-9dd6-c6fe58a90695%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/
 
ArchiveIntermediates/[project_name]/BuildProductsPath/Debug-iphoneos/objective-zip'


ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** ARCHIVE FAILED **
(and here's the final error message)The following build commands failed:
Ld 
/Users/[user_name]/Library/Developer/Xcode/DerivedData/[some_project_name]/Build/Intermediates.noindex/ArchiveIntermediates/[project_name]
 
/IntermediateBuildFilesPath/[project_name].build/Debug-iphoneos/[project_name].build/Objects-normal/arm64/[project_name]
 normal arm64


Ld 
/Users/[user_name]/Library/Developer/Xcode/DerivedData/[some_project_name]/Build/Intermediates.noindex/ArchiveIntermediates/[project_name]
 
/IntermediateBuildFilesPath/[project_name].build/Debug-iphoneos/[project_name].build/Objects-normal/armv7/[project_name]
 normal armv7
(2 failures)


Build step 'Xcode' marked build as failure


Now what I don't understand is, is this jenkins or xcode? Because when building 
with xcode alone, there were no problem, but can't be built in Jenkins, what 
happened ? What changed with jenkins?


I have found the path of that library Jenkins says can't find (openssl), the 
workspace got everything from SVN repo so it has everything; I tried to copy 
the entier objective-zip folder to that path where Jenkins looks for it 
(.../Debug-iphonos/), but nothing happened, it seems that upon each new build, 
that path in jenkins (.../Debug-iphonos/) got cleared and recreated... 


And in xcode, build settings -> architecture, it's standard, in -> valide 
architecture, for both debug and release it's arm64 armv7.


If anyone knows anything, I'd appreciate some tips, thanks !

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/86a3bc43-6563-471c-9011-6aec6d71e181%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
"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 
https://groups.google.com/d/msgid/jenkinsci-users/4519f9df-4a91-4330-943d-8aab0857bbca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/testjunit/trunk/pom.xml

*Mekkaoui Ahmed*
Tel :  (+216) 27678489

 E-mail : ahmed.makka...@esprit.tn

Réseaux sociaux : https://www.linkedin.com/in/mekkaouiahmed/

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAHMEg1DARXcECzEfAofs2df%3D9FJpDV0%3DygLrSpS1J9JAFwSJFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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:
>
>
> Hello Meenal,
>
> I'm trying to install Jenkins on a NoNStop machine too. 
>
> Facing problems with SHA256 checksum: 
>
> INFO: Jetty shutdown successfully
> java.lang.SecurityException: SHA-256 digest error for 
> WEB-INF/detached-plugins/windows-slaves.hpi
> at 
> sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:218)
> at java.util.jar.JarVerifier.processEntry(JarVerifier.java:241)
> at java.util.jar.JarVerifier.update(JarVerifier.java:228)
> at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:482)
> at java.io.InputStream.read(InputStream.java:101)
> at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:282)
> at winstone.HostConfiguration.(HostConfiguration.java:81)
> at winstone.HostGroup.initHost(HostGroup.java:66)
> at winstone.HostGroup.(HostGroup.java:45)
> at winstone.Launcher.(Launcher.java:145)
> at winstone.Launcher.main(Launcher.java:354)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DN01022elegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at Main._main(Main.java:312)
> at Main.main(Main.java:136)
>
> Were you finally able to run it on NonStop?
>
> I have also downloaded the generic package from the jenkins site.
>
> Regards,
> Gustavo.
> El martes, 20 de marzo de 2018, 9:12:29 (UTC-3), Meenal escribió:
>>
>> Hello All,
>>
>> We are facing a following issue while we run the war file on nonstop 
>> machine:
>>
>> java -jar jenkins.war
>> Error: Invalid or corrupt jarfile jenkins.war
>>
>> if we run with a following work around then we see an exception.
>> $JAVA_HOME/bin/java -cp ./jenkins.war Main
>> Exception is:
>>
>> java.io.IOException: No suitable implementation found: os.name
>> =NONSTOP_KERNEL
>>
>> os.arch=x86_64N sun.arch.data.model=32
>>
>> Generic java package was downloaded from - https://jenkins.io/download/
>>
>> Could you please help/suggest any solution for both issues.
>>
>>
>> Regards,
>> Minal
>>
>>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/629848d4-2144-492e-b27a-56e394fd091f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 other repo description looks 
much simpler.

I also noticed the configuration for the LFS repo left the HEAD detached.

Thanks very much for your help.


pipeline {
agent any

stages {
stage('Checkout') {
steps {
dir('content') {
checkout scm: [
$class: 'GitSCM',
branches: [[name: 'refs/heads/master']],
extensions: [[$class: 'GitLFSPull']],
userRemoteConfigs: [[
credentialsId: 'TheID',
url: 'https://bitbucket.org/COMPANY/content.git'
]]
]
}


dir('source') {
git branch: 'master',
url: 'https://bitbucket.org/COMPANY/source.git',
credentialsId: 'TheID'
}
}
}
stage('Build') {
steps {
echo 'Building'
}
}
stage('Deploy') {
steps {
echo 'Deploying'
}
}
}
}

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/ec91fa16-de19-4b1b-aa11-0b3559418afb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 "git" step is a simplified form of the "checkout" step.  It
intentionally does not include all the options and capabilities of the
"checkout" step.

Mark Waite

On Fri, Aug 17, 2018 at 7:42 AM Leandro Cofre  wrote:

> 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 other repo description looks
> much simpler.
>
> I also noticed the configuration for the LFS repo left the HEAD detached.
>
> Thanks very much for your help.
>
>
> pipeline {
> agent any
>
> stages {
> stage('Checkout') {
> steps {
> dir('content') {
> checkout scm: [
> $class: 'GitSCM',
> branches: [[name: 'refs/heads/master']],
> extensions: [[$class: 'GitLFSPull']],
> userRemoteConfigs: [[
> credentialsId: 'TheID',
> url: '
> https://bitbucket.org/COMPANY/content.git'
> ]]
> ]
> }
>
>
> dir('source') {
> git branch: 'master',
> url: 'https://bitbucket.org/COMPANY/source.git',
> credentialsId: 'TheID'
> }
> }
> }
> stage('Build') {
> steps {
> echo 'Building'
> }
> }
> stage('Deploy') {
> steps {
> echo 'Deploying'
> }
> }
> }
> }
>
> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-users/ec91fa16-de19-4b1b-aa11-0b3559418afb%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFz0wZN4tjSfcBPRJoxTRa-AwCGeTnzNM2AaLTQWi723Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 restriction in the platform JVM.
>
> Cheers,
> Randall
>
> On Wednesday, July 25, 2018 at 8:04:04 AM UTC-4, Gustavo Martinez wrote:
>>
>>
>> Hello Meenal,
>>
>> I'm trying to install Jenkins on a NoNStop machine too. 
>>
>> Facing problems with SHA256 checksum: 
>>
>> INFO: Jetty shutdown successfully
>> java.lang.SecurityException: SHA-256 digest error for 
>> WEB-INF/detached-plugins/windows-slaves.hpi
>> at 
>> sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:218)
>> at java.util.jar.JarVerifier.processEntry(JarVerifier.java:241)
>> at java.util.jar.JarVerifier.update(JarVerifier.java:228)
>> at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:482)
>> at java.io.InputStream.read(InputStream.java:101)
>> at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:282)
>> at winstone.HostConfiguration.(HostConfiguration.java:81)
>> at winstone.HostGroup.initHost(HostGroup.java:66)
>> at winstone.HostGroup.(HostGroup.java:45)
>> at winstone.Launcher.(Launcher.java:145)
>> at winstone.Launcher.main(Launcher.java:354)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at 
>> sun.reflect.DN01022elegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:498)
>> at Main._main(Main.java:312)
>> at Main.main(Main.java:136)
>>
>> Were you finally able to run it on NonStop?
>>
>> I have also downloaded the generic package from the jenkins site.
>>
>> Regards,
>> Gustavo.
>> El martes, 20 de marzo de 2018, 9:12:29 (UTC-3), Meenal escribió:
>>>
>>> Hello All,
>>>
>>> We are facing a following issue while we run the war file on nonstop 
>>> machine:
>>>
>>> java -jar jenkins.war
>>> Error: Invalid or corrupt jarfile jenkins.war
>>>
>>> if we run with a following work around then we see an exception.
>>> $JAVA_HOME/bin/java -cp ./jenkins.war Main
>>> Exception is:
>>>
>>> java.io.IOException: No suitable implementation found: os.name
>>> =NONSTOP_KERNEL
>>>
>>> os.arch=x86_64N sun.arch.data.model=32
>>>
>>> Generic java package was downloaded from - https://jenkins.io/download/
>>>
>>> Could you please help/suggest any solution for both issues.
>>>
>>>
>>> Regards,
>>> Minal
>>>
>>>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/d5e1bf8e-952b-438d-988b-a345add6f060%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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+Build+Now+Plugin
>
> thanks,
> Rajendra
>
>
>
>
>
>
> *Thanks and Regards,Rajendra Prasad Reddy PenumalliSr. Engineer in
> Testing.Mobile:9008566233*
>
> On Fri, Aug 17, 2018 at 10:19 AM, Nitesh Shrivastava <
> nitesh.242...@gmail.com> wrote:
>
>> Hi,
>>
>> My project is developed using Jenkins parametrized plugin but I want to
>> rename the build button at the bottom to Run instead of Build
>>
>> Regards
>> Nitesh
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/jenkinsci-users/449a7255-fb7c-4eba-af8e-a5f409423ca4%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-users/CAMrg02T%2BHzQu-7FqOP0UU%3DSppc1nFrHFLhtUWaE%2BAyMfcw9VNQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAHKNkB7QTAOzHDnBS6YzxU5Q4EdDNmeV3TkQk8Qn6Eq8gN8zUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 Pipeline to simplify the declarative Pipeline.
>
> There isn't a way to perform a git LFS fetch or checkout with the "git" 
> step.  The "git" step is a simplified form of the "checkout" step.  It 
> intentionally does not include all the options and capabilities of the 
> "checkout" step.
>
> Mark Waite
>
> On Fri, Aug 17, 2018 at 7:42 AM Leandro Cofre  > wrote:
>
>> 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 other repo description looks 
>> much simpler.
>>
>> I also noticed the configuration for the LFS repo left the HEAD detached.
>>
>> Thanks very much for your help.
>>
>>
>> pipeline {
>> agent any
>>
>> stages {
>> stage('Checkout') {
>> steps {
>> dir('content') {
>> checkout scm: [
>> $class: 'GitSCM',
>> branches: [[name: 'refs/heads/master']],
>> extensions: [[$class: 'GitLFSPull']],
>> userRemoteConfigs: [[
>> credentialsId: 'TheID',
>> url: '
>> https://bitbucket.org/COMPANY/content.git'
>> ]]
>> ]
>> }
>> 
>> 
>> dir('source') {
>> git branch: 'master',
>> url: 'https://bitbucket.org/COMPANY/source.git',
>> credentialsId: 'TheID'
>> }
>> }
>> }
>> stage('Build') {
>> steps {
>> echo 'Building'
>> }
>> }
>> stage('Deploy') {
>> steps {
>> echo 'Deploying'
>> }
>> }
>> }
>> }
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/ec91fa16-de19-4b1b-aa11-0b3559418afb%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/7e190726-2c54-4bda-b8b8-7c2e366699fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 could either use the 
"build" syntax or maybe issue a POST of some sort but I'm not 100% sure.

I'd rather manually kickstart the scan than poll if possible and i don't 
want to build the tag, just have my multibranch pipeline scan and pickup 
the newly tagged tree with a Jenkinsfile in it (ready and watiing!).

Thanks!

-aps

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/85ba6d2b-206d-4bc5-b0e0-555012fbf1ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 = readFileFromWorkspace('Jenkinsfile')
steps {
  dsl {
  text(releaseScript)
  }
}
}

The newly created [my-small-test-job] has this content (taken out of the 
Jenkinsfile): 

@Library('templates')_

stage('Demo') {
echo 'Hello world'
jobBuilder {
  nodeLabels = 'linux && test'
  antExtraArgs = 'test 
-Dtest.suite=com.softwareag.suites.custom.ToolsTestSuite'
}
}

I have a shared library under [templates] that is a generic job builder 
(the syntax is typical groovy like jenkins pipeline, similar to what is 
explained here: https://jenkins.io/doc/book/pipeline/shared-libraries/)


When I try to run the newly created [my-small-test-job] I get this: 

Processing provided DSL script
ERROR: startup failed:
script: 1: unable to resolve class Library ,  unable to find class for 
annotation
 @ line 1, column 1.
   @Library('templates')_
   ^

1 error


The shared library is obviusly not added to classpath. How do I fix this?

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/6e3b23aa-873b-40c6-9859-c5cd7356611f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 connections).
We need to orchestrate the initialisation of each node, and I perceive the 
need to monitor the execution, restart on failure, and terminate at a given 
point (assumed to be time).

Actually, I haven't even seen the load test tool yet, as I have only just 
(re)joined the team after several years.
I am assuming it is a unix/linux command line executable with parameters, 
or perhaps a config script which may need adapting for each run.

Hopefully that is enough information to get started.

So, my initial questoin is, does Jenkins suit the purpose?
...and my follow on questoin(s) will be, how!

(I have been viewing youtube/googling all day.  All I have found that 
appears to be relevant, are references to Execute Shell, and some 'pro' 
Jenkins blogs on switching from CRON. One blog indicates that Jenkins would 
be installed on each machine, but my perception is a single, stand alone, 
server, which orchestrates multiple nodes, by SSH login, command execution 
and monitoring ...but perhaps, I am way off)

Thank you in advance for any help.

Also, is this the main forum for Jenkins?  I was surprised there wasn't one 
on their site,which appears to favour a chat facility (which doesn't seem 
very practical when looking for advice around the globe).

Kind Regards

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/6429acff-f41a-4f3d-928c-949eec643578%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
on integrating performance testing into Jenkins builds.

The "how" question depends very much on the specifics of your load testing
tool, how you would like to present the results, and how much effort you
want to spend to do it.

Mark Waite

On Fri, Aug 17, 2018 at 10:10 AM ChrizK  wrote:

> 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 connections).
> We need to orchestrate the initialisation of each node, and I perceive the
> need to monitor the execution, restart on failure, and terminate at a given
> point (assumed to be time).
>
> Actually, I haven't even seen the load test tool yet, as I have only just
> (re)joined the team after several years.
> I am assuming it is a unix/linux command line executable with parameters,
> or perhaps a config script which may need adapting for each run.
>
> Hopefully that is enough information to get started.
>
> So, my initial questoin is, does Jenkins suit the purpose?
> ...and my follow on questoin(s) will be, how!
>
> (I have been viewing youtube/googling all day.  All I have found that
> appears to be relevant, are references to Execute Shell, and some 'pro'
> Jenkins blogs on switching from CRON. One blog indicates that Jenkins would
> be installed on each machine, but my perception is a single, stand alone,
> server, which orchestrates multiple nodes, by SSH login, command execution
> and monitoring ...but perhaps, I am way off)
>
> Thank you in advance for any help.
>
> Also, is this the main forum for Jenkins?  I was surprised there wasn't
> one on their site,which appears to favour a chat facility (which doesn't
> seem very practical when looking for advice around the globe).
>
> Kind Regards
>
> --
> 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
> https://groups.google.com/d/msgid/jenkinsci-users/6429acff-f41a-4f3d-928c-949eec643578%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtH74Ki2AAeZacTr4%3Dczo_3kbM2BJggG6jiUzCkTxNJ64A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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" 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 
https://groups.google.com/d/msgid/jenkinsci-users/CAHKNkB6FpABA7tNa8yLOzvpCw0v1wA5Y-3Km6uXifHsUp1SCvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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, August 15, 2018 at 4:21:02 PM UTC-7, js78...@gmail.com wrote:
>
> I was testing out Blue Ocean and trying to use it with one of our 
> BitBucket repos. When I do the create pipeline step and choose BItBucket 
> cloud I get to login and that works ok but then it just keeps saying that 
> user has no repos. 
> This is a user that has access to all of our repos so a little puzzled why 
> it's not working.
>
> Then on top of that once the credentials are entered you can never change 
> them, rather silly. I even went in and deleted it from the Credential store 
> yet it will continue to use the same ones. I did reboot Jenkins as well. 
>
>
> Anyway, any ideas on  why it doesn't work in the first place?
>
>
>
>

-- 
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 
https://groups.google.com/d/msgid/jenkinsci-users/76ed8296-b532-4646-9a7d-628c48e71803%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.