Update Jenkinsfile

This commit is contained in:
LOOHP 2020-08-09 00:43:30 +08:00 committed by GitHub
parent 9754816a83
commit 0a63da78c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -14,11 +14,5 @@ pipeline {
sh 'mvn clean install'
}
}
stage('Deliver') {
steps {
sh './jenkins/scripts/deliver.sh'
}
}
}
}