Debug CI pipeline
This commit is contained in:
parent
50234738d0
commit
3efcc8148d
@ -11,9 +11,9 @@ def call(Map config=[:]) {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
// pull tags
|
||||
withCredentials([gitUsernamePassword(credentialsId: 'gitea-jenkins-user')]) {
|
||||
sh 'git fetch -q --tags ${GIT_URL}'
|
||||
}
|
||||
//withCredentials([gitUsernamePassword(credentialsId: 'gitea-jenkins-user')]) {
|
||||
// sh 'git fetch -q --tags ${GIT_URL}'
|
||||
//}
|
||||
// Optional project specific preparations
|
||||
sh 'make prepare'
|
||||
}
|
||||
@ -22,6 +22,7 @@ def call(Map config=[:]) {
|
||||
// Build using rootless podman
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'env'
|
||||
sh 'make build'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user