Giter Site home page Giter Site logo

Support DSL about zulip-plugin HOT 7 CLOSED

jenkinsci avatar jenkinsci commented on June 27, 2024 4
Support DSL

from zulip-plugin.

Comments (7)

DoCode avatar DoCode commented on June 27, 2024 1

What about Jenkins Pipeline syntax?

from zulip-plugin.

lfaraone avatar lfaraone commented on June 27, 2024

What about Jenkins Pipeline syntax?

please open a separate issue on the main https://github.com/zulip/zulip repository

from zulip-plugin.

timabbott avatar timabbott commented on June 27, 2024

@lfaraone why would an issue on zulip/zulip be the right place to ask about Jenkins Pipeline syntax?

I think a separate issue in this project makes more sense, but @DoCode you should provide more clarity about what you're trying to do; I don't think anyone's going to be able to help with such a brief description of your issue.

from zulip-plugin.

timabbott avatar timabbott commented on June 27, 2024

Back to the original issue: Contributions welcome! This project is a small plugin, so it's a great place to get involved in contributing open source.

from zulip-plugin.

timabbott avatar timabbott commented on June 27, 2024

@DoCode and others: I believe pipeline syntax was added via #8.

from zulip-plugin.

butchyyyy avatar butchyyyy commented on June 27, 2024

There's no explicit DSL support, but Zulip steps can be used just fine by the dynamically generated DSLs

Example of DSL creating frestyle job using both Zulip Send and Zulip Notification:

job('DSL-Freestyle') {
  steps {
    zulipSend {
      message('Hello DSL!')
      stream('sandbox')
      topic('dsl')
    }
  }
  publishers {
    zulipNotification {
      stream('sandbox')
      topic('dsl')
    }
  }
}

I think we can close this one.

from zulip-plugin.

timabbott avatar timabbott commented on June 27, 2024

Cool. Closing, though should we add a section to the README documentation with that example on how to do job DSLs so it's easy to find?

from zulip-plugin.

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.