Giter Club home page Giter Club logo

Comments (6)

SpencerMalone avatar SpencerMalone commented on June 2, 2024 1

Hey, I spun up a repository that is for integration testing Jenkins versions + plugins + shared libraries for this exact issue: https://github.com/SpencerMalone/JenkinsPipelineIntegration

from jenkinspipelineunit.

ozangunalp avatar ozangunalp commented on June 2, 2024

Hi @RudolfVonKrugstein,

Sorry for the late response.

The testing framework has no knowledge of real implementations of these steps.

So you should write your own mock implementations that execute steps. But it'll be laborious,
there are a plethora of kinds of steps. If you want to mock a small subset, I guess it is manageable but you should mock also the workspace (execution directory), scm steps, sh, dir etc.

from jenkinspipelineunit.

RudolfVonKrugstein avatar RudolfVonKrugstein commented on June 2, 2024

Ok, thanks. For now I will mock according to my needs, which leaves most things unmocked :-).

from jenkinspipelineunit.

ozangunalp avatar ozangunalp commented on June 2, 2024

Great! Is there a reason why you cannot use version 1.0 of this framework ?

from jenkinspipelineunit.

SpencerMalone avatar SpencerMalone commented on June 2, 2024

from jenkinspipelineunit.

ozangunalp avatar ozangunalp commented on June 2, 2024

Indeed I looked more into it. You do not use the unit testing at all.
The JenkinsRule approach is totally viable to test if a shared library is compatible with a given version of jenkins and plugins.

The startup times you are getting should be higher though.
It would be great to find some middle ground and get both the practicality of this fw with the high reliability of JenkinsRule.

from jenkinspipelineunit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.