All Projects → jenkinsci → configuration-as-code-groovy-plugin

jenkinsci / configuration-as-code-groovy-plugin

Licence: other
Extension for Jenkins Configuration-as-Code plugin that allows running Groovy scripts

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to configuration-as-code-groovy-plugin

configuration-as-code-secret-ssm-plugin
AWS SSM Plugin for Jenkins Configuration as Code
Stars: ✭ 22 (-43.59%)
Mutual labels:  jenkins, jenkins-plugin, configuration-as-code, jcasc
Configuration As Code Plugin
Jenkins Configuration as Code Plugin
Stars: ✭ 2,253 (+5676.92%)
Mutual labels:  jenkins, configuration-as-code, jcasc
Simple Theme Plugin
A simple theme plugin for Jenkins
Stars: ✭ 45 (+15.38%)
Mutual labels:  jenkins, jenkins-plugin
Envinject Plugin
This plugin makes it possible to setup a custom environment for your jobs
Stars: ✭ 74 (+89.74%)
Mutual labels:  jenkins, jenkins-plugin
Butler
Export/Import Jenkins jobs & plugins 📤
Stars: ✭ 113 (+189.74%)
Mutual labels:  jenkins, jenkins-plugin
Pipeline Aws Plugin
Jenkins Pipeline Step Plugin for AWS
Stars: ✭ 389 (+897.44%)
Mutual labels:  jenkins, jenkins-plugin
Docker Workflow Plugin
Jenkins plugin which allows building, testing, and using Docker images from Jenkins Pipeline projects.
Stars: ✭ 419 (+974.36%)
Mutual labels:  jenkins, jenkins-plugin
Role Strategy Plugin
Jenkins Role-Strategy plugin
Stars: ✭ 91 (+133.33%)
Mutual labels:  jenkins, jenkins-plugin
github-api-plugin
This plugin packages stock github-api library
Stars: ✭ 20 (-48.72%)
Mutual labels:  jenkins, jenkins-plugin
Sonar Scanner Jenkins
SonarQube Scanner for Jenkins
Stars: ✭ 155 (+297.44%)
Mutual labels:  jenkins, jenkins-plugin
Delivery Pipeline Plugin
Jenkins plugin for pipeline visualisation, perfect for Continuous Delivery
Stars: ✭ 122 (+212.82%)
Mutual labels:  jenkins, jenkins-plugin
Stashnotifier Plugin
A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
Stars: ✭ 157 (+302.56%)
Mutual labels:  jenkins, jenkins-plugin
calendar-view-plugin
Jenkins Calendar View Plugin: Shows past and future builds in a calendar view
Stars: ✭ 17 (-56.41%)
Mutual labels:  jenkins, jenkins-plugin
parameterized-trigger-plugin
Jenkins parameterized-trigger plugin
Stars: ✭ 63 (+61.54%)
Mutual labels:  jenkins, jenkins-plugin
Jenkins Os
Groovy pipeline jobs that build and test Container Linux with Jenkins
Stars: ✭ 43 (+10.26%)
Mutual labels:  jenkins, jenkins-plugin
pipeline-maven-plugin
Pipeline Maven Plugin
Stars: ✭ 50 (+28.21%)
Mutual labels:  jenkins, jenkins-plugin
Jira Steps Plugin
Jenkins pipeline steps for integration with JIRA.
Stars: ✭ 88 (+125.64%)
Mutual labels:  jenkins, jenkins-plugin
custom-tools-plugin
A generic tool installer for Jenkins
Stars: ✭ 25 (-35.9%)
Mutual labels:  jenkins, jenkins-plugin
docker-commons-plugin
API plugin, which provides the common shared functionality for various Docker-related plugins.
Stars: ✭ 38 (-2.56%)
Mutual labels:  jenkins, jenkins-plugin
Swarm Plugin
Jenkins swarm plugin
Stars: ✭ 114 (+192.31%)
Mutual labels:  jenkins, jenkins-plugin

Configuration as Code Plugin - Groovy Scripting Extension

Extension for Jenkins Configuration-as-Code plugin that allows running Groovy scripts

Run Groovy scripts

Configuration-as-Code can run Groovy scripts.

Groovy scripts can be:

  • inline, with entry script
  • from url
  • from local file, using file

Sample configuration

groovy:
  - script: >
      println("This is Groovy script!");

Implementation notes

  • It is recommended to use semicolons at the end of lines
  • There is no dry run implemented for Groovy scripts feature
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].