chore: improve messaging

This commit is contained in:
Stefan Reimer 2022-12-21 14:59:40 +00:00
parent a49cc0c90b
commit 4b62adacb1
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ def call(Map config=[:]) {
stages {
stage('Prepare') {
steps {
withCredentials([gitUsernamePassword(credentialsId: 'gitea-jenkins-user')]) {
sh 'git fetch -q --tags ${GIT_URL}'
}
sh 'make prepare || true'
}
}