Re: Jenkins Windows Download 503 Error

2020-11-12 Thread Mark Waite
t cause why it is happening. That's what the infrastructure team is investigating. Others are definitely seeing the issue. We have reports on twitter, Gitter, Reddit, and IRC. Mark Waite > On Thursday, November 12, 2020 at 1:22:57 PM UTC-5 marky.r...@gmail.com > wrote: > >> The

Re: Please help with a real working example with "checkout"

2020-11-12 Thread Mark Waite
. It can help reduce workspace disc use but won't reduce the amount of data transferred from the remote repository. If you prefer a talk that describes the alternatives, see https://youtu.be/jBGFjFc6Jf8?t=6434 Mark Waite On Thu, Nov 12, 2020 at 11:20 AM wrote: > Please help with a rea

Re: https://issues.jenkins-ci.org/: Certificate problem ?

2020-11-09 Thread Mark Waite
/1W_zJZvQonLe0wDLnrx1FOd4_Em0kD1FZuEuUAtaFe0s/edit# for the upgrade plan. On Mon, Nov 9, 2020 at 8:18 AM Mark Waite wrote: > The Jenkins Jira server is in a maintenance window now. We're upgrading > to Jira 8 and moving the hosting of the Jira server to a server maintained > by the Li

Re: https://issues.jenkins-ci.org/: Certificate problem ?

2020-11-09 Thread Mark Waite
The Jenkins Jira server is in a maintenance window now. We're upgrading to Jira 8 and moving the hosting of the Jira server to a server maintained by the Linux Foundation. Maintenance window is scheduled to end at 18:00 UTC. On Mon, Nov 9, 2020 at 8:09 AM Martin Jost wrote: > Hello, > > I have

Re: How to recover bugtracker/wiki account?

2020-11-04 Thread Mark Waite
I assume that you've visited https://accounts.jenkins.io/ to try to reset your password and it was not successful. Please provide your Jenkins account name and the previous email address in an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you some questions and get some answ

Re: Can't login to account to open issues in Jenkins Jira.

2020-11-04 Thread Mark Waite
Yes. I assume that you've visited https://accounts.jenkins.io/ to try to reset your password and it was not successful. Please provide your Jenkins account name and the previous email address in an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you some questions and get som

Re: Couldn't find any revision to build. Verify the repository and branch configuration for this job

2020-10-16 Thread Mark Waite
In this case, since you're inside a pipeline that is running, I don't think that you want to scan all branches. I think that you want to use the branch that was already determined by the multibranch pipeline that started the job. So long as you are inside a multibranch pipeline, the settings for

Re: Choice picker is recently broken?

2020-10-15 Thread Mark Waite
Seems like you're describing https://issues.jenkins-ci.org/browse/JENKINS-63892 - Missing pipeline input hover in stage view Alternatives for now seem to be to switch to a previous version of pipeline stage view and accept the low contrast background or stay with the current and open the console l

Re: Jenkins Git Init Fails

2020-10-14 Thread Mark Waite
Several alternatives: - If the repository is a smaller repository (less than 50 MB), then you could enable JGit in your installation and use JGit instead of command line git to perform the checkout. - Define a "git tool" for tha

Re: Directing Jenkins (Windows) to use 64bit Java (JRE)

2020-10-11 Thread Mark Waite
ven't seen any issues so far but wanted to confirm if this is an > acceptable change and I won't see any conflicts/issues in the future. > I don't expect any issues. I've not seen any reports that were specific to the transition from 32 bit Java to 64 bit Java. Mark Wait

Re: Pipeline job doesn't schedule additional builds for multiple candidate revisions

2020-10-06 Thread Mark Waite
tomatically when multiple candidate revisions are found, like the > freestyle job does? It seems like it should work out of the box and I see > there's an extension (BuildSingleRevisionOnly) to disable that behavior. > On Tuesday, October 6, 2020 at 5:02:29 PM UTC-4 Mark Waite wrote: &g

Re: Pipeline job doesn't schedule additional builds for multiple candidate revisions

2020-10-06 Thread Mark Waite
Multiple candidate revisions found was usually an indication that a single job was defined to build multiple branches and it would switch from one branch to the next as changes were detected in a specific branch. That was all that Freestyle jobs could offer. It worked but the changes report and t

Re: How does one fix this CSS issue in Jenkins?

2020-10-03 Thread Mark Waite
-rc318.6592e15c43fc/pipeline-rest-api-2.16-rc318.6592e15c43fc.hpi . The bug report that tracks it is at https://issues.jenkins-ci.org/browse/JENKINS-63556 Mark Waite On Saturday, October 3, 2020 at 1:59:26 PM UTC-6 Kari Atari wrote: > When viewing logs from a pipeline job, the popup window

Re: "checkout scm+recursiveSubmodules"?

2020-09-30 Thread Mark Waite
If an example is OK, you might refer to https://github.com/MarkEWaite/jenkins-bugs/blob/3b4e8e2a638851b2b7c96abc5a70892836d14b2f/Jenkinsfile#L19 for one way of expressing that in a declarative pipeline. There are other examples on various branches in that repository if that one is not sufficient

Re: Random Authentication Error at git checkout

2020-09-29 Thread Mark Waite
ou may want to ask the user if they enabled a credential manager. Mark Waite On Tue, Sep 29, 2020 at 6:06 PM 'Grant Liu' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi Mark, > > This error happens randomly. So probably not a configuration issue, but >

Re: Random Authentication Error at git checkout

2020-09-29 Thread Mark Waite
Usually the message "invalid credentials line" indicates that a git credentials manager has been configured on that agent or in that workspace. https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage describes credential storage in general. http://microsoft.github.io/Git-Credential-Manager-for

Re: Connection refused from jenkins Centos repo

2020-09-24 Thread Mark Waite
I'm not seeing any indication that pkg.jenkins.io is offline. The IP addresses you listed in the resolving and connecting match with the IP addresses reported by `dig` on my computer. I confirmed that the same wget command you used is working for me from a CentOS 7 computer in an AWS data center

Re: During install unable to choose 8080

2020-09-18 Thread Mark Waite
https://stackoverflow.com/questions/15619921/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi overs specific suggestions On Fri, Sep 18, 2020 at 1:55 PM Skip Kleckner wrote: > On the port selection step I get this error: > An attempt was made to access a socket in

Re: Need help recovering Jenkins.io account

2020-09-10 Thread Mark Waite
is kyates >> >> On Friday, September 4, 2020 at 6:32:35 PM UTC-7 Mark Waite wrote: >> >>> Send me your username, the email address that is now inaccessible, and >>> the new email address. >>> >>> On Fri, Sep 4, 2020 at 7:24 PM Keith Yates wrot

Re: Need help recovering Jenkins.io account

2020-09-04 Thread Mark Waite
Send me your username, the email address that is now inaccessible, and the new email address. On Fri, Sep 4, 2020 at 7:24 PM Keith Yates wrote: > https://accounts.jenkins.io/passwordReset says “If you can't figure this > out, contact us to get your account recovered.” But doesn’t offer any > con

Re: Unable to Update Jenkins and Plugin

2020-09-01 Thread Mark Waite
That may indicate that the Java installation used by your Jenkins on WIndows does not recognize the SSL certificates that Let's Encrypt provides for the Jenkins update center. Check the Java version from the "System Information" page in "Manage Jenkins". Java 8u262 is the most recent version of J

Re: .NET 4.8.x and win 2016 Failure to install slave as service -> Possible Bug?

2020-08-27 Thread Mark Waite
Refer to https://issues.jenkins-ci.org/browse/JENKINS-63223 where it suggests that you may need to edit a configuration file in the agent directory to remove the line that refers to Microsoft.NET 2.x. If that is the issue in your case, it would be great to have a comment on that issue that says y

Re: Windows slave by ssh

2020-08-26 Thread Mark Waite
I've preferred to install AdoptOpenJDK in a location that does not include spaces. Oracle JDK licensing is more restrictive than I'm willing to accept and I want the latest Java 8 fixes. On Wed, Aug 26, 2020 at 2:23 PM Slide wrote: > It looks like this code would need to be updated to handle wh

Re: What is the right way to use hudson.PluginManager.workDir ?

2020-08-25 Thread Mark Waite
nager-workdir> . I don't know if there is a way to control where Jenkins looks for the plugin hpi files that it will unpack. I assume that if you placed the hpi or jpi files in the $JENKINS_HOME/plugins directory, they would be unpacked into that location. Mark Waite On Tue, Aug 25, 202

Re: [Event] DevOps World | Sept 22-24: Jenkins volunteers needed

2020-08-25 Thread Mark Waite
I"m available as well. I'll wait for a few days before registering for specific times so that slots are available for others. On Mon, Aug 24, 2020 at 7:46 PM Marky Jackson wrote: > Count me in! > > On Aug 24, 2020, at 3:45 PM, Alyssa Tong wrote: > >  > Hi All, > > The Jenkins project, along w

Re: Git Additional Behaviors potential bug

2020-08-25 Thread Mark Waite
e I need to configure to > get this working? > > John > > On Tue, 25 Aug 2020 at 10:43, John Patrick wrote: > > > > On Tue, 25 Aug 2020 at 00:56, Mark Waite > wrote: > > > > > > > > > > > > On Mon, Aug 24, 2020 at 5:

Re: Git Additional Behaviors potential bug

2020-08-24 Thread Mark Waite
n. The documentation say one thing (sets config) while the code does something better (sets the environment variable GIT_COMMITTER_NAME and GIT_AUTHOR_NAME). Documentation fix was merged today and should be visible within the next 24 hours at https://plugins.jenkins.io/git/#custom-user-name-e-

Re: Pipeline equivalent of the elastic axis plugin

2020-08-17 Thread Mark Waite
dvanced selection conditions than the elastic axis plugin could reasonably provide. I agree that it is not as simple as the elastic axis plugin. In my case, the simplicity of the elastic axis plugin leaves me with jobs that are always blocked because my agents are rarely 100% all online at the same ti

Re: Pipeline equivalent of the elastic axis plugin

2020-08-17 Thread Mark Waite
On Mon, Aug 17, 2020 at 12:26 AM Sébastien Hinderer < sebastien.hinde...@ens-lyon.org> wrote: > Dear all, > > In our legacy matrix jobs we use the elastic axis plugin quite a lot. > > This plugin creates a matrix axis from a label: all the nodes with the > given label will be on the axis and thus

Re: Newbie questions about the declarative syntax

2020-08-15 Thread Mark Waite
tions of syntax rules for single quote and double quote strings and for variable expansion rather than link to the Groovy documentation. Mark Waite > > In fact, triple quote is documented at > > http://groovy-lang.org/syntax.html#_triple_single_quoted_string > > And also many &

Re: stderr: git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

2020-08-12 Thread Mark Waite
Usually that would hint there is something wrong with the installation of command line git on that computer or with a missing PCRE library that command line git requires. Refer to the following stackoverflow articles for suggestions and approaches: https://stackoverflow.com/questions/8501163/erro

Re: alternative to Multiple SCM plugin

2020-08-10 Thread Mark Waite
Deprecated plugins tend to continue operating, though that specific plugin warns in its documentation that it was an experiment and is not considered ready for production. Pipeline is a good recommendation to replace the multiple SCM's plugin with something more reliable, more consistent, and bett

Re: Jenkins and HTTPS

2020-07-24 Thread Mark Waite
document uses the Linux kernel's iptables facility to route traffic from the privileged port (80 or 443) to an unprivileged port (usually 8080). The document is only recently merged and we'd love to have feedback. corrections, and improvements to it. Mark Waite > > On Friday, 24 J

Re: [JCasC] can i utilize variables?

2020-07-24 Thread Mark Waite
In case it helps, here is an example that sets the Jenkins URL based on an environment variable set from the script that launches it

Re: Jenkins Terminology Poll for ‘master’

2020-07-21 Thread Mark Waite
gt; Le mar. 21 juil. 2020 à 21:19, Mark Waite a > écrit : > >> The Jenkins terminology poll >> <https://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_1bd92a17371a1ca5> >> for the “master” term replacement is open at >> https://civs.cs.cornell.edu/cgi-bin/results.pl?

Re: Jenkins Terminology Poll for ‘master’

2020-07-21 Thread Mark Waite
Sorry that I provided the "results" link instead of the "vote" link. Vote at https://civs.cs.cornell.edu/cgi-bin/vote.pl?id=E_1bd92a17371a1ca5&akey=f82b79a50f54ad87 On Tue, Jul 21, 2020 at 1:19 PM Mark Waite wrote: > The Jenkins terminology poll > <ht

Jenkins Terminology Poll for ‘master’

2020-07-21 Thread Mark Waite
rd has identified 8 potential options, and we would like to understand preferences of the Jenkins community members before choosing a final option. Refer to the Jenkins Developers mailing list thread <https://groups.google.com/g/jenkinsci-dev/c/CLR55wMZwZ8/m/uDjgGlnKAQAJ> for more information.

Re: Upgrading Jenkins using MSI file

2020-07-19 Thread Mark Waite
I thought that replacing one of the files tracked by the MSI package would confuse the MSI package management facilities so that future upgrades using the MSI installer won't be allowed because one of the binary files managed by the MSI installer has been changed. If future upgrades are always don

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-17 Thread Mark Waite
that said it works. You're welcome to suggest improvements in that area with the understanding that I can only evaluate that code by inspection, not by execution. Mark Waite On Thu, Jul 16, 2020 at 7:49 AM Randall Becker wrote: > That's what we were trying to do originally. There

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-13 Thread Mark Waite
If the operation you're performing is a checkout, why use the ssh-agent wrapper? Why not use the same credentials ID as an argument to checkout rather than wrapping checkout in ssh-agent? On Mon, Jul 13, 2020 at 8:45 AM Randall Becker wrote: > I wish it was that simple. The issue definitely app

Re: Icons loading issue in Jenkins behind Netscaler.

2020-07-08 Thread Mark Waite
on what you learn during your investigation. Thanks, Mark Waite On Wed, Jul 8, 2020 at 6:59 AM Vishnu V Potti wrote: > Hi All, > > I have a Jenkins accessed via Netscaler endpoint. > https://company.internal.com/jenkins. > Earlier I used to access via host:8080 format. i.e http

Re: Icons loading issue in Jenkins

2020-07-08 Thread Mark Waite
notes that describe how you diagnosed and resolved the issue. Thanks, Mark Waite On Wednesday, July 8, 2020 at 5:11:24 AM UTC-6 vishnu...@gmail.com wrote: > Hi All, > > I have a Jenkins accessed via Netscaler endpoint. > https://company.internal.com/jenkins. > Earlier I use

Re: git plugin: webhooks from different branches trigger all jobs if webhook includes SHA1

2020-07-02 Thread Mark Waite
You're correct. That's a bug. Best workaround currently is to not send SHA1 arguments to the web hook. On Thu, Jul 2, 2020 at 9:29 AM Martin Zechleitner < martin.zechleit...@gmail.com> wrote: > Hello, > > > I use the git plugin with post receive hooks (webhooks). My repository has > different b

Re: git step in pipeline job in Docker container fails

2020-07-02 Thread Mark Waite
ommand line git from their sh, bat, and powershell commands. Unfortunately, implementation work on that idea has not started yet. Mark Waite On Thu, Jul 2, 2020 at 3:35 AM Martin Schmude wrote: > Is there chance, that JENKINS-30600 will ever be fixed? It dates back to > 2015, so presumabl

Re: git step in pipeline job in Docker container fails

2020-07-02 Thread Mark Waite
Yes, you're understanding the message correctly. That is an instance of JENKINS-30600. On Thu, Jul 2, 2020 at 2:51 AM Martin Schmude wrote: > Hi all, > I need help with an issue related to the git step in a pipeline job, that > is executed in a Docker container. > The pipeline looks like this:

Re: Download the git repo and use it for the downstream job

2020-07-01 Thread Mark Waite
unities to tune and improve at many different locations. Mark Waite On Wed, Jul 1, 2020 at 1:11 PM Gianluca wrote: > Hi, > it's hard to help with so little context. > For big what you mean? what is the actual size of the repository? > Git .. exactly where is the remote? GitHub, Gi

Re: Available plugins are hidden

2020-06-30 Thread Mark Waite
oc/upgrade-guide/2.235/#upgrading-to-jenkins-lts-2-235-1>. If you prefer a video summary of the new behavior, refer to the "Search, don't scroll <https://youtu.be/MZnUVV7qh3w?t=217>" section in the Jenkins 2.235.1 features presentation <https://www.youtube.com/watch?v=M

What's new in Jenkins 2.235.1 - tomorrow

2020-06-24 Thread Mark Waite
lugin Manager enhancements - User experience refinements - System Read permission added - Overall/Manage permission added We'll also have a segment that reviews "What's next in Jenkins core" Mark Waite -- You received this message because you are subscribed to the Goog

Re: NoSuchFileException on git clone after upgrade to RHEL 8

2020-06-20 Thread Mark Waite
Usually that failure happens because the operating system default locale is not C.UTF-8 but is using the C locale instead. LC_ALL=C.UTF-8 On Sat, Jun 20, 2020, 2:45 PM Roland Asmann wrote: > Hi everybody, > > My sys-admins at work upgraded one of our servers to RHEL 8 to have me > test it befor

Re: git checkout failed with exception reference is not a tree

2020-06-15 Thread Mark Waite
ne job. > >- > > Thanks Mark for reply. Please let me know if you need any information or > clarification. > > > > > On Monday, June 15, 2020 at 11:36:59 AM UTC+8 Mark Waite wrote: > >> If you had received that stack trace and no other information, what would &g

Re: git checkout failed with exception reference is not a tree

2020-06-14 Thread Mark Waite
If you had received that stack trace and no other information, what would you have done? How would you have investigated your report? What steps would you have taken to clarify the problem and find an answer? A stack trace is not enough information to provide helpful suggestions. Refer to https

Re: yum repo gpg signature file missing

2020-05-21 Thread Mark Waite
or that fact, it is important that each repository section has a unique > name, without that things could get weird at best or just not work. > > > > v/r, > > > > Jason > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *Mark Waite > *Sent:* Thursday,

Re: yum repo gpg signature file missing

2020-05-21 Thread Mark Waite
date > > > > @phew, now we have this bleeding edge fix, when the stable repo has a > newer version # it will get upgraded. > > > > > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *Mark Waite > *Sent:* Thursday, May 21, 2020 5:55 PM > *To:* Jenki

Re: yum repo gpg signature file missing

2020-05-21 Thread Mark Waite
kage management. I just want to do the best thing for Jenkins users. Mark Waite On Thu, May 21, 2020 at 11:34 AM Jason Pyeron wrote: > This is depending on the OS installation choices, security choices, etc… > > > > failure: repodata/repomd.xml.asc from jenkins: [Errno 256] No

Re: yum repo gpg signature file missing

2020-05-21 Thread Mark Waite
check for install on various operating systems all pass on Jenkins 2.237 as well. That probably means more tests are needed to detect this case. What's the failure that you're seeing due to the missing 'asc' file? Mark Waite On Thursday, May 21, 2020 at 9:50:07 AM UTC-6, Mar

Re: yum repo gpg signature file missing

2020-05-21 Thread Mark Waite
Thanks for letting us know. I'm investigating now. On Thursday, May 21, 2020 at 8:20:46 AM UTC-6, Jason Pyeron wrote: > > The repository GGP .asc file(s) are missing. > > # curl -v http://pkg.jenkins.io/redhat/repodata/repomd.xml.asc -L > * About to connect() to pkg.jenkins.io port 80 (#0) > *

Re: Pull two repos into one build

2020-05-19 Thread Mark Waite
n on the pipeline syntax generator. Since this is using 'ssh' protocol to access the git repository (g...@github.com:xx/yy.git), you should define a Jenkins credential which includes the private key used to access that repository. Then reference that credential in this context. If you

Re: Pull two repos into one build

2020-05-19 Thread Mark Waite
e <https://github.com/MarkEWaite/jenkins-bugs/blob/576e3ea0e9d9eb93970fe5d144ed86b623c22994/Jenkinsfile#L17> (though that one uses the outmoded `git` step instead of the modern `checkout` step) in case they help you. Mark Waite On Tue, May 19, 2020 at 6:13 AM Pete Kane wrote: > Title

Re: Jenkinsfile naming convention

2020-05-14 Thread Mark Waite
umentation to have this looked > at and changed? > Each documentation page includes links in the lower left corner of the page. One of those links is "Improve this page". The other is "Report a problem". Thanks, Mark Waite > -- > You received this message becau

Re: Can't find recommended version 2.222.2.1 rev2

2020-05-13 Thread Mark Waite
Since that is the CloudBees Jenkins Distribution, I believe that you'll need to use "BeeKeeper" to select the components to update. The update from a "rev1" to a "rev2" is done without using the operating system package manager. On Wed, May 13, 2020 at 9:32 AM Andrew Smith wrote: > Looking at t

Re: Checkout will put the files on agent, I need it on master node Jenkins

2020-05-11 Thread Mark Waite
You might consider treating the file that you want to store on the master as an artifact. The artifact is then available from the master even if the agent workspace is deleted. That doesn't place it at an exact location, but does retain it even after a workspace is removed. On Mon, May 11, 2020

Re: Spawn CentOS Linux release 7.8.2003 (Core) VM instance in GCP or AWS and deploy python code using Jenkins CI/CD application

2020-05-09 Thread Mark Waite
t material on using Jenkins on Google Cloud Platform. See https://aws.amazon.com/getting-started/hands-on/setup-jenkins-build-server/ for great material on using Jenkins on AWS. Mark Waite > Best Regards, > > Kaushal > > -- > You received this message because you are subscrib

Re: Declarative pipeline dynamic stage names?

2020-05-08 Thread Mark Waite
I can't find any way to do that with declarative pipeline. On Fri, May 8, 2020 at 6:09 AM Lyubomir Grigorov wrote: > Hello, > Do you know if it is possible, for a declarative jenkins pipeline, to have > stage names calculated dynamically, via usage of a variable for example? > I have a pipeline,

Re: Unable to copy jobs from older to new version of Jenkins

2020-05-02 Thread Mark Waite
e in the notification that I'm > reporting. > > See my reply to Shifa Shaikh that describes the details of the messages seen in that case. If you have different details or more details, please provide them. Mark Waite > > On Sat, May 2, 2020 at 11:18 PM Mark Waite > wro

Re: Unable to copy jobs from older to new version of Jenkins

2020-05-02 Thread Mark Waite
kins instance which does not have the plugin installed. You could also remove those references from the job definition config.xml file with a text editor if you prefer. Mark Waite > TypeNameError > hudson.model.FreeStyleProject Free_hand > CannotRe

Re: Unable to copy jobs from older to new version of Jenkins

2020-05-02 Thread Mark Waite
projects - Declarative Pipeline jobs defined inside the job itself - Scripted PIpeline jobs - Pipeline jobs defined in SCM - Multibranch Pipeline jobs Mark Waite On Sat, May 2, 2020 at 11:10 AM Shifa Shaikh wrote: > @Mark thank you for the reply but i beg to differ. > > Pl

Re: Gitlab Merge Request Builder Plugin is not working

2020-05-02 Thread Mark Waite
ab Enterprise version because the Merge Request Builder plugin does not support GitLab API v4 and GitLab Enterprise does not support GitLab API v3. GitLab Branch Source will work with an upgraded Jenkins. > > Thanks, > Om > > On Sat, 2 May 2020 at 21:38, Mark Waite wrote: > >

Re: Gitlab Merge Request Builder Plugin is not working

2020-05-02 Thread Mark Waite
You'll need to update from Jenkins 2.138.x to Jenkins 2.176.x or Jenkins 2.190.x or Jenkins 2.204.x in order to use the GitLab Branch Source plugin. Thanks, Mark Waite > > > On Thu, 30 Apr 2020 at 19:16, Om Prasad Surapu > wrote: > >> Hi All, >> >> Hop

Re: Unable to copy jobs from older to new version of Jenkins

2020-05-02 Thread Mark Waite
Did you read the details behind the message that you have data in an unreadable format? When that appears on my Jenkins instance, I can click the user interface button and it shows the details of the data that can't be read. Usually the message will tell you why Jenkins cannot read the data. For

Re: is there any way we can stop jenkin job if there is any security “Critical” or “High” vulnerabilities in the Github repo

2020-04-29 Thread Mark Waite
lists. Mark Waite On Wed, Apr 29, 2020 at 10:10 PM Mark Waite wrote: > You're asking in the wrong location. This mailing list is used for > conversations about the creation and maintenance of the Jenkins > documentation. You want the Jenkins users mailing list or the Jenkins > g

Re: is there any way we can stop jenkin job if there is any security “Critical” or “High” vulnerabilities in the Github repo

2020-04-29 Thread Mark Waite
d immediately. That technique cancels the build when a condition is detected rather than interrupting it. That technique might allow pull requests fixing security issues to still be evaluated by Jenkins, without allowing builds on the master branch. Mark Waite On Wed, Apr 29, 2020 at 10:02 PM Ra

Re: Is there a cloud version of Jenkins?

2020-04-24 Thread Mark Waite
- IBM Cloud - https://www.ibm.com/garage/method/practices/code/tool_jenkins/ - Oracle Cloud - https://blogs.oracle.com/cloud-infrastructure/deploy-jenkins-on-oracle-cloud-infrastructure Mark Waite On Fri, Apr 24, 2020 at 6:25 AM Shihaaz Buhary wrote: > Hi All, Is there a cloud version o

Re: Error using gerrit-rest-java-client

2020-04-23 Thread Mark Waite
e you must run the Jenkins pipeline to test them. If you place them in a separate program and run them from a shell step, you can test them independently and run them without risking surprises inside the Jenkins master. Mark Waite On Tue, Apr 21, 2020 at 9:27 AM Liejun Tao wrote: > Hi, > &g

Re: Multibranch Pipeline: Checkout fatal bad object

2020-04-23 Thread Mark Waite
27;d rather not have that message in the console output, you may need to stop using sparse checkout. Mark Waite > > >> The first build of any Branch or Tag the checkout step outputs one line >> with fatal bad object, for a different git commit hash than the one checked >> out

Re: Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread Mark Waite
On Wednesday, April 22, 2020 at 8:22:03 AM UTC-6, armi...@mmlab.de wrote: > > Am 22.04.2020 um 16:10 schrieb Mark Waite: > > sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key > > Thank you @Mark! It worked with this import command for the moment. > > It s

Re: Creating a new job by cloning an existing one triggers a rebuild of all branches of the cloned job

2020-04-22 Thread Mark Waite
d until the job definition page was saved. Did I understand correctly? If so, then I recommend a bug report describing the Jenkins version and plugin versions where you saw the old behavior and the Jenkins version and plugin versions where you see the current behavior. Refer to "How to r

Re: Jenkins update issue | Public key for jenkins<-version> is not installed

2020-04-22 Thread Mark Waite
h of April 2020, therefore you need to reimport it if you imported before this date. The specific command you need to execute is: sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key Thanks, Mark Waite > > Thank you! > > Best regards > Armin >

Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Mark Waite
d it worked. Once again thanks for > the response, you made my day. > > --Suya Dilip I > > On Tuesday, April 21, 2020 at 6:54:07 PM UTC+5:30, Mark Waite wrote: >> >> Jenkins 2.232 is the first weekly build created with a new GPG signing >> key. >> >>

Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Mark Waite
See https://pkg.jenkins.io/redhat-stable/ for the details . Mark Waite On Tuesday, April 21, 2020 at 7:19:17 AM UTC-6, Surya Dilip Inuganti wrote: > > Hi All, > > > I'm installing Jenkins on AWS EC2 CentOS instance. I'm following this blog > " > https://medi

Re: Issue while integrating Jenkins with bitbucket

2020-04-11 Thread Mark Waite
program, the command line git most likely won't be able to find the ssh.exe program when command line git is called from Jenkins. > Thanks > Swathi > > > > On Friday, April 10, 2020 at 7:46:57 PM UTC-7, Mark Waite wrote: >> >> The Bitbucket plugin depends on the

Re: Issue while integrating Jenkins with bitbucket

2020-04-10 Thread Mark Waite
our suggestion. I will try downloading the git client > for windows. > > So that means having bitbucket plugin in Jenkins alone won't work right? > > Thanks > Swathi > > On Friday, April 10, 2020 at 3:06:44 PM UTC-7, Mark Waite wrote: >> >> >> >> O

Re: Issue while integrating Jenkins with bitbucket

2020-04-10 Thread Mark Waite
t anywhere that makes sense to you. https://git-scm.com/download/win is the download location. Mark Watei > The error message that I got did not make much sense to me. Can you please > help me to understand it. > > > Thanks > Swathi > > On Friday, April 10, 2020 at 1:33:57

Re: Issue while integrating Jenkins with bitbucket

2020-04-10 Thread Mark Waite
rm that command line git and command line ssh can be found in the Windows PATH that Jenkins is using. It might also mean that you've configured command line git or your Windows environment in some unexpected manner. That is less typical, but also poss

Re: HA/clustered jenkins

2020-04-05 Thread Mark Waite
You've interpreted the documentation correctly. https://stackoverflow.com/questions/36173214/how-to-setup-jenkins-with-ha and several blog posts describe different alternative for an active/passive HA setup. On Sun, Apr 5, 2020 at 7:08 AM E.S. Rosenberg wrote: > Hi all, > > We're looking at mak

Re: Metrics & Figures about Jenkins Core and Jenkins Plug-ins

2020-04-05 Thread Mark Waite
isualization >>> >> >> As I mentioned, there is a preliminary Data API version I use to render >> those figures. >> >> Regards, >> >> >>> >>> On Sunday, March 29, 2020 at 10:31:25 PM UTC+2, Mark Waite wrote: >>>> >&g

Re: Docker cloud broken (java.lang.NoClassDefFoundError: com/github/dockerjava/netty/WebTarget)

2020-04-02 Thread Mark Waite
It appears that the docker plugin 1.2.0 release made about 2 hours ago has deleted that class. See https://github.com/jenkinsci/docker-plugin/compare/docker-plugin-1.1.9...docker-plugin-1.2.0 for the comparison between the classes. You may need to use docker plugin 1.1.9 rather than docker plugin

Re: CI with Git in Jenkins

2020-04-01 Thread Mark Waite
using multibranch pipelines? > > > On 30.03.2020 18:55, Mark Waite wrote: > > > > > > On Mon, Mar 30, 2020 at 10:03 AM Roland Asmann > <mailto:roland.asm...@gmail.com>> wrote: > > > > Thanks for the explanation. I do agree, I just thought it a bit w

Re: "Push Notification" for Jenkins

2020-03-31 Thread Mark Waite
Yes, that's the best push notification unless your git server provides Web hooks which can provide the same capability. Git providers with supported web hooks: - GitHub - Bitbucket - Gitea - GitLab Others probably support them as well, but those I've seen mentioned in various places.

Re: Jenkins Upgrade

2020-03-30 Thread Mark Waite
t the > jenkins JVM(with the same JAVA version), I may not see this issue. This is > intermittent and I need to keep trying with the restarts to reproduce the > issue. > > Thanks > M.Madhu > > > On Mon, Mar 30, 2020 at 1:37 PM Mark Waite > wrote: > >> Any chan

Re: Jenkins Upgrade

2020-03-30 Thread Mark Waite
ctor.java:214) >> at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) >> at java.util.concurrent.ThreadPoolExecutor.runWorker( >> ThreadPoolExecutor.java:1142) >> at java.util.concurrent.ThreadPoolExecutor$Worker.run( >> ThreadPoolExecutor.java:617) >>

Re: CI with Git in Jenkins

2020-03-30 Thread Mark Waite
providers (GitHub, Bitbucket, GitLab, Gitea) provide web hooks that will notify Jenkins. Many of those webhooks are even automatically managed by Jenkins. Jenkins servers behind firewalls can use web hook routing tools to receive notifications inside the firewall from a git hosting service outsi

Re: Metrics & Figures about Jenkins Core and Jenkins Plug-ins

2020-03-29 Thread Mark Waite
I'm not clear how you're calculating release counts in the table. I initially assumed it was releases in that specific year, but exploring seemed to hint that wasn't the case. Any hints? On Sun, Mar 29, 2020 at 2:02 PM Mark Waite wrote: > That is really interesting! Nic

Re: Metrics & Figures about Jenkins Core and Jenkins Plug-ins

2020-03-29 Thread Mark Waite
That is really interesting! Nice work! On Sun, Mar 29, 2020 at 11:17 AM Manuel Jesús Recena Soto wrote: > Hello everyone, > > I really hope you are all safe from COVID-19 and stay at home. > > I'm currently working on a side-project related to Jenkins project. At > this point of the project I w

Re: CI with Git in Jenkins

2020-03-25 Thread Mark Waite
Multibranch pipelines assume that you want to build all branches that include a Jenkinsfile any time the notification is received through notifyCommit or through a Web Hook. If you do not want one or more branches built on multibranch pipelines, you'll need to exclude them. The Basic Branch Build

Re: Jenkins.war and Jenkins as service

2020-03-23 Thread Mark Waite
ow? > > On Fri, Mar 20, 2020 at 11:47 PM Mark Waite > wrote: > >> Jenkins running as a service on Windows does not have access to the >> desktop by default. >> >> Jenkins running from the desktop using `java -jar jenkins.war` from a >> Windows command

Re: I installed Jenkins in docker

2020-03-22 Thread Mark Waite
https://github.com/jenkinsci/docker/blob/master/README.md#preinstalling-plugins provides documentation that describes various alternatives to install plugins into a Docker image. The Docker solutions page includes many useful resources to assist. See it at https://jenkins.io/solutions/docker/ On

Re: Build error: Spotbugs not found

2020-03-21 Thread Mark Waite
The message refers to a Java runtime environment path (jre1.8.0_241). The Java 8 runtime environment does not include the necessary tools for development. You need the Java Development Kit (JDK). See https://stackoverflow.com/questions/5730815/unable-to-locate-tools-jar for more information. On

Re: Jenkins.war and Jenkins as service

2020-03-20 Thread Mark Waite
Jenkins running as a service on Windows does not have access to the desktop by default. Jenkins running from the desktop using `java -jar jenkins.war` from a Windows command prompt will have access to the desktop. If you want to run Jenkins as a service and access the desktop, you should probably

Re: Enable Auto refresh Button

2020-03-19 Thread Mark Waite
Refer to the Jenkins 2.223 changelog for the retirement of Auto Refresh. That links to the pull request that removed the code. Replacement techniques are available for Google Chrome and Firefox using browser p

Re: Cancel Job aborts Agent Connection (JNLP)

2020-03-18 Thread Mark Waite
Did you upgrade the agent.jar that is used on your Jenkins agents? Most connections launched from an external process (JNLP) will keep a local copy of the agent.jar file. That local copy may be outdated and need an update. Especially in a jump of 50 or more versions. That is a one year jump in

<    1   2   3   4   5   6   7   8   9   10   >