Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit c242037

Browse files
authored
Merge pull request #19 from eea/develop
Add jenkins badges
2 parents ff963d5 + cc3daff commit c242037

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pipeline {
157157
error "Pipeline aborted due to PR not made from develop or hotfix branch"
158158
}
159159
withCredentials([string(credentialsId: 'eea-jenkins-token', variable: 'GITHUB_TOKEN')]) {
160-
sh '''docker run -i --rm --name="$BUILD_TAG-gitflow-pr" -e GIT_CHANGE_BRANCH="$CHANGE_BRANCH" -e GIT_CHANGE_AUTHOR="$CHANGE_AUTHOR" -e GIT_CHANGE_TITLE="$CHANGE_TITLE" -e GIT_TOKEN="$GITHUB_TOKEN" -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e GIT_ORG="$GIT_ORG" -e GIT_NAME="$GIT_NAME" -e GIT_HISTORYFILE=CHANGELOG.rst eeacms/gitflow'''
160+
sh '''docker run -i --rm --name="$BUILD_TAG-gitflow-pr" -e GIT_CHANGE_BRANCH="$CHANGE_BRANCH" -e GIT_CHANGE_AUTHOR="$CHANGE_AUTHOR" -e GIT_CHANGE_TITLE="$CHANGE_TITLE" -e GIT_TOKEN="$GITHUB_TOKEN" -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e GIT_ORG="$GIT_ORG" -e GIT_NAME="$GIT_NAME" -e GIT_HISTORYFILE=$GIT_HISTORYFILE eeacms/gitflow'''
161161
}
162162
}
163163
}
@@ -174,7 +174,7 @@ pipeline {
174174
steps {
175175
node(label: 'docker') {
176176
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'eea-jenkins', usernameVariable: 'EGGREPO_USERNAME', passwordVariable: 'EGGREPO_PASSWORD'],string(credentialsId: 'eea-jenkins-token', variable: 'GITHUB_TOKEN'),[$class: 'UsernamePasswordMultiBinding', credentialsId: 'pypi-jenkins', usernameVariable: 'PYPI_USERNAME', passwordVariable: 'PYPI_PASSWORD']]) {
177-
sh '''docker run -i --rm --name="$BUILD_TAG-gitflow-master" -e GIT_BRANCH="$BRANCH_NAME" -e EGGREPO_USERNAME="$EGGREPO_USERNAME" -e EGGREPO_PASSWORD="$EGGREPO_PASSWORD" -e GIT_NAME="$GIT_NAME" -e PYPI_USERNAME="$PYPI_USERNAME" -e PYPI_PASSWORD="$PYPI_PASSWORD" -e GIT_ORG="$GIT_ORG" -e GIT_TOKEN="$GITHUB_TOKEN" -e GIT_HISTORYFILE=CHANGELOG.rst eeacms/gitflow'''
177+
sh '''docker run -i --rm --name="$BUILD_TAG-gitflow-master" -e GIT_BRANCH="$BRANCH_NAME" -e EGGREPO_USERNAME="$EGGREPO_USERNAME" -e EGGREPO_PASSWORD="$EGGREPO_PASSWORD" -e GIT_NAME="$GIT_NAME" -e PYPI_USERNAME="$PYPI_USERNAME" -e PYPI_PASSWORD="$PYPI_PASSWORD" -e GIT_ORG="$GIT_ORG" -e GIT_TOKEN="$GITHUB_TOKEN" -e GIT_HISTORYFILE=$GIT_HISTORYFILE eeacms/gitflow'''
178178
}
179179
}
180180
}

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Eionet LDAP tools
22
=================
3+
4+
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=Eionet/eea.userseditor/develop&subject=develop
5+
:target: https://ci.eionet.europa.eu/job/Eionet/job/eea.userseditor/job/develop/display/redirect
6+
:alt: Develop
7+
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=Eionet/eea.userseditor/master&subject=master
8+
:target: https://ci.eionet.europa.eu/job/Eionet/job/eea.userseditor/job/master/display/redirect
9+
:alt: Master
10+
.. image:: https://img.shields.io/github/v/release/eea/eea.userseditor
11+
:target: https://eggrepo.eea.europa.eu/d/eea.userseditor/
12+
:alt: Release
313

414
This package provides web forms for user interaction with the Eionet LDAP
515
account system. Users can modify personal information and change their

docs/HISTORY.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
2.2 - (2020-03-03)
5+
---------------------------
6+
* Change: Add jenkins badges [valentinab25]
7+
48
2.1 - (2020-02-26)
59
---------------------------
610
* Feature: updated Jenkins pipeline

eea/userseditor/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
2.2

0 commit comments

Comments
 (0)