Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (#41)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 6, 2024
1 parent 66d9295 commit 51cceb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-executor-jenkins",
"version": "6.0.0",
"version": "7.0.0",
"description": "Jenkins Executor plugin for Screwdriver",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@hapi/hoek": "^10.0.1",
"circuit-fuses": "^5.0.0",
"jenkins": "^1.0.1",
"screwdriver-executor-base": "^9.0.0",
"screwdriver-executor-base": "^10.0.0",
"tinytim": "^0.1.1",
"xml-escape": "^1.1.0"
},
Expand Down

0 comments on commit 51cceb6

Please sign in to comment.