VOOZH about

URL: https://www.javacodegeeks.com/tag/jenkins/page/2

⇱ Jenkins Archives - Page 2 of 7 - Java Code Geeks


  • Software Development👁 Image
    BalamuruganMarch 25th, 2021
    1 274

    Using Jenkins as your go-to CI/CD tool

    Introduction Everyone loves Agile and the way it is replacing all the older methodologies and development models with a streamlined…

    Read More »
  • Software Development👁 Image
    Lambda TestMarch 1st, 2021
    0 243

    How To Generate TestNG Reports In Jenkins?

    TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but…

    Read More »
  • Enterprise Java👁 Image
    Eidher JulianJanuary 9th, 2021
    0 282

    Jenkins: Automating your delivery pipeline

    In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…

    Read More »
  • DevOps👁 Image
    Lambda TestSeptember 27th, 2020
    2 464

    Best Jenkins Pipeline Tutorial For Beginners [Examples]

    Jenkins CI/CD has always been the goto option for DevOps professionals and beginners. It has more than 16,000 stars on…

    Read More »
  • DevOps👁 Image
    David WongMay 10th, 2020
    0 537

    Checking for Artifactory in a Jenkins Pipeline

    One of my projects uses the Artifactory as the repository manager. Unfortunately when doing a Jenkins pipeline build, I sometimes…

    Read More »
  • DevOps👁 Image
    Ashley FriezeJanuary 18th, 2020
    0 381

    The Perils of the Shared Jenkins and Making Decisions

    You may be thinking of sharing a Jenkins server, perhaps you’re worried about: Who has the time to do admin…

    Read More »
  • DevOps👁 Image
    Viktor FarcicOctober 23rd, 2019
    0 547

    Converting Helm Charts Into Jenkins X Apps

    Your cluster is bound to run quite a few third-party applications. They need to be installed and managed somehow. This…

    Read More »
  • DevOps👁 Image
    Ashley FriezeSeptember 9th, 2019
    0 156

    Field Notes from an Ad-Hoc Jenkins Pipeline

    I recently had a challenge. I have written a PR to improve an open source library, but the owners of…

    Read More »
  • DevOps👁 Image
    Andrzej RehmannJune 1st, 2019
    0 1,845

    Accessing and dumping Jenkins credentials

    Most pipelines require secrets to authenticate with some external resources.All secrets should live outside of our code repository and should…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close