Skip to content

Commit 09d0c5f

Browse files
authored
Merge pull request #6 from eea/develop
Update Jenkinsfile
2 parents c6a18be + c59f430 commit 09d0c5f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
### [0.4.0](https://github.com/eea/ied-frontend/compare/0.3.0...0.4.0) - 14 March 2025
8+
9+
#### :hammer_and_wrench: Others
10+
11+
- Update Jenkinsfile [dobri1408 - [`152b77e`](https://github.com/eea/ied-frontend/commit/152b77e2aee18a88e5cf5b98d00007e67dd9a8df)]
712
### [0.3.0](https://github.com/eea/ied-frontend/compare/0.2.0...0.3.0) - 12 March 2025
813

914
### [0.2.0](https://github.com/eea/ied-frontend/compare/0.1.0...0.2.0) - 12 March 2025

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ pipeline {
55
template = ""
66
dockerImage = ''
77
tagName = ''
8-
SONARQUBE_TAG = 'www.industry.eea.europa.eu'
9-
SONARQUBE_TAG_DEMO = 'https://demo-ied.01dev.eea.europa.eu'
108
}
119

1210
agent any

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ied-frontend",
33
"description": "",
44
"license": "MIT",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",

0 commit comments

Comments
 (0)