Skip to content

Commit

Permalink
Fix duplicate pipeline stage name
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <[email protected]>
  • Loading branch information
sophokles73 committed May 30, 2022
1 parent bc1b56e commit 65c3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Hono-Release-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:

stages {

stage("Add version for documentation") {
stage("Print info about environment") {
steps {
sh "ls -al /home/jenkins"
}
Expand Down

0 comments on commit 65c3ec3

Please sign in to comment.