Removed echo

This commit is contained in:
Jan Christian Grünhage 2017-04-22 16:53:58 +02:00
parent db6411a451
commit 62f946a957
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1

1
Jenkinsfile vendored
View file

@ -5,7 +5,6 @@ pipeline {
stages {
stage('Build') {
echo 'Building..'
sh 'gradle build --info'
}
}