test: bump dev version
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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]],
|
||||
|
||||
Reference in New Issue
Block a user