-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/196 migration for cas plugin 170 #197
base: develop
Are you sure you want to change the base?
Conversation
docs/gui/release_notes_en.md
Outdated
@@ -5,6 +5,7 @@ Below you will find the release notes for the Jenkins Dogu. | |||
Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/en/docs/dogus/jenkins/CHANGELOG/). | |||
|
|||
## [Unreleased] | |||
* Migration-script for upgrding CAS-Plugin to 1.7.0 before Jenkins-Service-Start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgrading
CHANGELOG.md
Outdated
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## [Unreleased] | |||
- Migrate CAS-Plugin from 1.6.3 to 1.7.0 on Jenkinsversion step over 2.4776 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. when upgrading to Jenkins version 2.479.3
docs/gui/release_notes_de.md
Outdated
@@ -5,6 +5,7 @@ Im Folgenden finden Sie die Release Notes für das Jenkins-Dogu. | |||
Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/jenkins/CHANGELOG/). | |||
|
|||
## [Unreleased] | |||
* Migrationskript für die AKtualisierung des CAS-Plugins vor dem Jenkins-Service-Start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aktualisierung
resources/version.sh
Outdated
fi | ||
} | ||
|
||
function isGreaterVersionThen() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Than statt then
resources/version.sh
Outdated
false; return | ||
} | ||
|
||
function isLesserVersionThen() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Than statt then
…igration-for-cas-plugin-170 # Conflicts: # CHANGELOG.md # docs/gui/release_notes_de.md # docs/gui/release_notes_en.md
No description provided.