diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 3db5ae0..1ffb758 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -25,7 +25,7 @@ pipeline { returnStdout: true ).trim() } - + echo "Wenas" echo "CI build for commit ${env.COMMIT_SHORT} by ${env.COMMIT_AUTHOR}" } }