Skip to content

Commit

Permalink
deegree#857 - fixed echo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Jun 29, 2021
1 parent f4fb8e8 commit 3781973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
}
stage ('Build') {
steps {
echo 'Building'
echo 'Unit testing'
sh 'mvn -B -C -Poracle,mssql clean test-compile'
}
}
Expand Down

0 comments on commit 3781973

Please sign in to comment.