What if we tested the limits

This commit is contained in:
R. Tyler Croy 2017-12-13 15:12:17 -08:00
parent 6a830eddb4
commit 2e96bb7b81
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ def call(String platform) {
stages {
stage('Prepare') {
steps {
if (true) {
echo 'lol'
}
sh 'mvn -B clean '
}
}