git-parameter - Limit Tags Returned

2022-09-06 Thread Justin
Is there a way to only return (n) number of tags? We deploy `tags` to production, and over time you can imagine we have `0.1.0` all the way to `0.24.4`. We also may have X number of open features branches as well. We currently filter tag's by tagFilter, for the current Major Version number, an

Jenkins Installed on Docker Swarm Engine Cluster - How to Handle Slaves?

2019-03-08 Thread Justin Seiser
We just spun up a dedicated Docker Swarm environment. I cant seem to find a clear answer on the best/preferred way to handle slaves in this style environment. docker-workflow - We use this in AWS, but with the EC2 Plugin, which spins up a AMI that has docker installed/configured. Thats not an

Re: How to auto increment a variable for every Jenkins Build

2019-01-24 Thread Justin Harringa
antic major.minor release where build number is the patch version. On Thu, Jan 24, 2019 at 12:09 PM Faad Sayaou wrote: > The build number gets really large which is something we do not want. > Would have been good if there was a way to reset it. > > On Thursday, 24 January 2019 21:01

Re: How to auto increment a variable for every Jenkins Build

2019-01-24 Thread Justin Harringa
Any reason you couldn't use the BUILD_NUMBER environment variable for this? On Thursday, January 24, 2019 at 10:12:30 AM UTC-8, Faad Sayaou wrote: > > Hello everyone, > > I would like to auto increment a number for every Jenkins build. I have a > function which reads value (1.0.0.0) from a file

Re: "Processing environment for ${pluginClassName}"

2019-01-24 Thread Justin Harringa
> what do you want to accomplish? > > > > > *Robert Rajendra* > > Associate Network/Server Support Engineer > > IT Hands > > P: +91 863.087.3094 > > W: www.ITHands.com <http://www.ithands.com/> > > > On Thu, 24 Jan 2019 at 01:33, Justin Harrin

"Processing environment for ${pluginClassName}"

2019-01-24 Thread Justin Harringa
Processing environment for org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty Processing environment for jenkins.model.BuildDiscarderProperty Processing environment for org.jenkinsci.plugins.workflow.multibranch.BranchJobProperty Thanks all! Justin -- You received th

1 Jenkins_URL for HTTP/HTTPS, 1 Jenkins_URL for Slaves. AWS/ECS

2018-12-18 Thread Justin Seiser
I have Jenkins Master running as a container in AWS ECS, with its file share mounted on an EFS volume. I use the EC2 Plugin to deploy dynamic slaves in peered VPC's. Everything is using an internal ELB with portls 80/443/5 to allow access from the web browser as well as slave communicatio

Jenkins Docker Sidecar with Container Running a daemon command

2018-11-20 Thread Justin Seiser
I want to run ZAP as a proxy in my pipeline, and run my selenium tests through the proxy. Im just using curl in a container in place of selenium for my testing and was able to make this work locally using docker. In my pipeline, zap starts up, but the pipeline just sits in the zap container aft

Jenkins - Push Image to AWS ECR

2018-10-25 Thread Justin Seiser
I am running my slaves on Ubuntu AMI's, that have docker pre-installed. I am attempting to build a Docker Container on the slave from a DockerFile and push it to a ECR Repo. I am getting confused because this fails, but I am not seeing why it failed. node('cicd_ec2') { try {

Re: Tool URLs on master vs agent for pipeline jobs

2018-01-26 Thread Justin Vallon
p 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/CA%2BnPnMxRSDPWYopfwppn2qX9VO9Lk0 > PzLr9rfsXuaCEH%2BheXDw%40mail.gmail.com > <https://gro

jenkins pipeline script params not recognized, bad substitution error

2017-07-10 Thread Justin Khoo
how can I read in the params from jenkins script shell sh? pipeline { stages{ stage('Deploy') { steps { sh 'python deploy.py ${params.version}' } } } } I have tried several ways, but still not able to read in params. -- You received this m

`input` in blue ocean UI can not react against multi user id definition

2017-03-17 Thread Hanks Justin
Hi, I use pipeline like below: ``` timeout(time: 5, unit: "DAYS") { input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "userA,userB,userC" } ``` and in the old UI, it works fine, all the users can presss the `OK` button, but in the blue ocean UI,

Re: Pipeline DSL, IntelliJ, and maven

2017-03-03 Thread Justin Knowles
wrote: > > > > On 03.03.2017, at 00:12, Justin Knowles wrote: > > > > are there even install instructions on that page or directions for > how to get IntelliJ to understand GroovyDSL/Jenkinsfile? > > It works for me with IntelliJ 2016.3.4. >

Re: Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
to set it up? Am I looking at the right section? This is for an existing project, FWIW. On Thu, Mar 2, 2017 at 5:19 PM, Daniel Beck wrote: > > > On 02.03.2017, at 22:49, Justin Knowles wrote: > > > > I've done that but I'm not seeing any syntax highlighting or &g

Re: Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
, Daniel Beck wrote: > > > On 02.03.2017, at 21:34, Justin Knowles wrote: > > > > integrated a plugin with IntelliJ for editing a Jenkinsfile when writing > Jenkins pipelines > > There's a GDSL you can download from /pipeline-syntax that provides > Pipeline synt

Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
Has anyone integrated a plugin with IntelliJ for editing a Jenkinsfile when writing Jenkins pipelines? Where can I find how to do this? I'm not seeing any plugins in the plugin repositories or on google, and the closest thing I've found to a howto was using Gradle and not maven, so I'm unsure of

Re: GitHub Org/Repo/Branch job cannot poll multiple repos? Missing PollSCM at Org / cannot edit PollSCM at branch

2017-03-01 Thread Justin Vallon
ch job that does not work as expected with workflow-scm-step-plugin (when checkout poll:true); poll-scm-plugin cannot be enabled -Justin On Tue, Feb 28, 2017 at 6:10 PM, Justin Vallon wrote: > I'm talking about PollSCM that enables incoming commit-hooks to trigger > the launching

Re: GitHub Org/Repo/Branch job cannot poll multiple repos? Missing PollSCM at Org / cannot edit PollSCM at branch

2017-02-28 Thread Justin Vallon
//github.com/user/mylib - builds a library >> https;//github.com/user/myapp - builds an app >> >> myapp/Jenkinsfile: >> dir("mylib") { git "https://github.com/user/mylib"; } >> dir("myapp") { git "https://github.com/user/myapp&quo

Re: Github Organization and credentials

2017-01-11 Thread Justin Knowles
3',* * mavenLocalRepo: '.repository') {* *sh "mvn clean install"* * }* * }* *}* On Wednesday, January 11, 2017 at 3:12:23 PM UTC-5, Justin Knowles wrote: > > Hello. I'm having an issue creating a Github Organization (GO from now on) > an

Github Organization and credentials

2017-01-11 Thread Justin Knowles
Hello. I'm having an issue creating a Github Organization (GO from now on) and also not quite understanding how credentials (the plugin) fit into all this. I think I understand that credentials via the plugin can be siloed into different groups or folders for access control purposes. I have a fe

Specifying "LATEST" JDK For Automated Installer

2016-10-21 Thread Justin Holmes
which the maintainers would be supportive? I would be interesting in providing the relevant issue and build a PR if so. - Justin -- 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 i

Jenkins Unlock with XAMPP/W2K12

2016-09-08 Thread Justin Sanderson
Hello - I'm fairly new to Jenkins so bare with me please. I'm a Linux Admin so I versed in how to install and start Jenkins on *nix. However, my problem lies in "unlocking" Jenkins when I'm on a Windows host using the portable version downloaded from http://jenkins.io I have followed the on-scr

Re: Maven settings.xml from a URL

2015-10-16 Thread Justin
Awesomesauce. Thanks. On Thursday, October 15, 2015 at 4:47:42 PM UTC-5, Justin wrote: > > We run our Jenkins nodes with a service account that has a a > network-mounted home directory. I don't want to rely on that account's > ~/.m2/settings.xml (beacuse people can and d

Maven settings.xml from a URL

2015-10-15 Thread Justin
We run our Jenkins nodes with a service account that has a a network-mounted home directory. I don't want to rely on that account's ~/.m2/settings.xml (beacuse people can and do periodically mess it up), so we have deployed a templated copy into Artifactory. Downloading that file populates the

Re: Gerrit Trigger Password Troubles

2015-10-14 Thread Justin Fehr
orrect passwords everytime you touch this form. > > Am Dienstag, 13. Oktober 2015 19:24:42 UTC+2 schrieb Justin Fehr: >> >> Is there a fix or workaround? >> >> On Saturday, October 10, 2015 at 1:42:44 PM UTC-5, Björn Pedersen wrote: >>> >>> Hi, >>

Re: Gerrit Trigger Password Troubles

2015-10-13 Thread Justin Fehr
with it. > > Björn > > Am Mittwoch, 7. Oktober 2015 23:10:03 UTC+2 schrieb Justin Fehr: >> >> Hi all. Disclaimer, Im new to Jenkins. Anyways I am trying to set up >> Jenkins with the Gerrit Trigger to run builds as patch sets are pushed to >> our gerrit server

Re: Gerrit Trigger Password Troubles

2015-10-08 Thread Justin Fehr
esday, October 7, 2015 at 4:10:03 PM UTC-5, Justin Fehr wrote: > > Hi all. Disclaimer, Im new to Jenkins. Anyways I am trying to set up > Jenkins with the Gerrit Trigger to run builds as patch sets are pushed to > our gerrit server. I go through the settings and set up the connectio

Gerrit Trigger Password Troubles

2015-10-07 Thread Justin Fehr
Hi all. Disclaimer, Im new to Jenkins. Anyways I am trying to set up Jenkins with the Gerrit Trigger to run builds as patch sets are pushed to our gerrit server. I go through the settings and set up the connection and test the connection. the connection is successful. Then I save my settings w

Re: migration of complete server instance to new host.

2015-09-24 Thread Justin
ation to avoid any >> weird issues. Then update the Jenkins URL in the global config and you >> should be off and running. >> >> On Tue, Sep 22, 2015, 12:25 Victor Martinez > > wrote: >> >>> What about using the SCM Sync plugin instead? >>&g

migration of complete server instance to new host.

2015-09-22 Thread Justin
My orgranization is moving to a new datacenter. I know that jobs can be migrated between servers by just copying the job folder. But what about the rest of the server instance (global credentials, global security, plugin configurations, user database/settings, etc)? I've seen some older posts (

Re: Run Condition plugin in Jenkins 1.620

2015-08-04 Thread Justin
I added Conditional BuildStep plugin as well. Then I saw Conditional Step in job configuration. https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Run Condition plugin in Jenkins 1.620

2015-07-24 Thread Justin
In container log I see: INFO: Starting the installation of Run Condition Plugin on behalf of justin > Jul 24, 2015 10:28:22 AM hudson.model.UpdateSite$Plugin deploy > WARNING: Dependent install of run-condition for plugin > run-condition-extras already added, skipping > Jul 24, 2015

Run Condition plugin in Jenkins 1.620

2015-07-24 Thread Justin
I see "Run Condition Plugin" 1.0, "Run Condition Extras Plugin" 0.2, and "Token Macro Plugin" 1.10 listed under install plugins in Jenkins 1.620. I do not see how to add Conditional Step or Conditional Build in job configuration. I've looked everywhere on configuration page. Does anyone else se

Re: Hudson service https for secure logins

2015-03-02 Thread Justin Doehling
Does this require restarting Hudson afterward for the settings to take affect? On Thursday, December 16, 2010 at 11:42:13 AM UTC-6, Nord, James wrote: > > Create a self signed cert using the java keytool and > > Java -jar hudson.war --httpsPort=443 --httpsKeyStore=/path/to/keystore > --httpsKeyS

Re: How to resolve the RDC issue when GUI Testing on a windows Jenkins agent

2013-10-20 Thread Justin Mulcahy
if you try the following steps it should solve your problem 1. Right click on the Desktop and select New → Shortcut 2. Enter the following %windir%\System32\tscon.exe 1 /dest:console 3. Click Next, enter a name for the shortcut and then click Finish. The name can be anything you like. 4. On Windo

Jenkins UCM plugin configuration panel

2013-09-13 Thread Justin phillips
te a build step. Should it be seen here or is that a master/slave jenkins configuration thing. I also read the getting started with the UCM plugin page and it mentions the user being cmadmin, does this have any impact as that would not be unlikely. Cheers, Justin -- You received this messa

Re: Hardware resource plugin

2013-02-08 Thread Justin Ryan
t; ** ** > > *From:* jenkinsci-...@googlegroups.com [mailto: > jenkinsci-...@googlegroups.com] *On Behalf Of *Justin Ryan > *Sent:* den 8 februari 2013 02:26 > *To:* jenkinsci-...@googlegroups.com > *Subject:* Hardware resource plugin > > ** ** > > In there iOS plugin the

Re: Job DSL scripts with configure blocks don't work

2013-01-13 Thread Justin Ryan
git://github.com/JavaPosseRoundup/job-dsl-plugin') { node -> node / authorOrCommitter('true') node / gitConfigName('Justin Ryan') node / gitConfigEmail('jus...@halfempty.org') } } } On Saturday, January 12, 201

Re: Job-DSL: 'typeConfigs' XML node silently fails?

2013-01-13 Thread Justin Ryan
Node.toString isn't an exact representation of what is saved. Under the covers, each dsl method and configure method just queue's up the closures that need to be run to generate the xml. They are then played back once the whole DSL has been run through. This all happens in Job.getXml(), so you'l

Re: Jenkins Ant Compile Query

2013-01-11 Thread Justin Mulcahy
Thanks for the reply Chris.I have tried setting the ${source} variable to the path of my class file but Jenkins is still not compiling the class. Should i be putting something else in here? On Wednesday, 9 January 2013 00:21:56 UTC, Christopher Orr wrote: > > On 01/08/2013 11:40 AM,

Re: "Base" ClearCase Plugin

2012-02-29 Thread Justin Bailey
;create branch" "mkbranch" But Jenkins says "No Changes." I am not sure why the timestamp for the query is given in UTC, but shouldn't the plugin see those three files? On Tuesday, February 28, 2012 10:19:37 PM UTC-8, xJom wrote: > > Hi Justin! > > It

"Base" ClearCase Plugin

2012-02-28 Thread Justin Bailey
uot; "\main\of011\of012\0" "create version" "mkbranch" "20120228.105049" "baileyj" "C:\Users\baileyj\.jenkins\jobs\Build OF012\workspace\baileyj_master_Build_OF012_hudson\web2000\mm_app\we\sdk\test\autoload\InstallOF.ps1" "\main\of011\of012" "create branch" "mkbranch" Done. Took 0.81 sec No changes As you can see, the file InstallOF.ps1 has changes yet the plugin reports "No Changes". I am using Jenkins v1.451 and the ClearCase plugin v1.3.7 on Windows 7. Can anyone help? Thanks! Justin