a
test/pipeline/head There was a failure building this commit Details

main
onikolskyy 1 year ago
parent fd30b1a4a4
commit cbe25a9257

2
Jenkinsfile vendored

@ -1,8 +1,10 @@
pipeline {
agent {
kubernetes {
label 'dind-agent'
cloud 'k8s-config'
}
}
stages {
stage("build image") {

Loading…
Cancel
Save