Compare commits

...

1 Commits

Author SHA1 Message Date
cclecle
2c87f5488d test: bump dev version 2023-03-19 20:05:32 +00:00

2
Jenkinsfile vendored
View File

@@ -141,7 +141,7 @@ pipeline {
stage("GetCode") {
steps {
dir("gitrepo") {
// manually checkout the repository, with All branches and tags
// manually checkout the repository, with All branches and tags
// => because we might need them for version and changelog computing
checkout([ $class: "GitSCM",
branches: [[name: GIT_BRANCH]],