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