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
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
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
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
> 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
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
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
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
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 {
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
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
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,
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.
>
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
, 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
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
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
//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
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
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
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
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
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
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
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,
>>
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
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
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
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
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
(
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
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
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
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
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
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
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
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
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
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,
;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
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
42 matches
Mail list logo