Removed stages - not supported
This commit is contained in:
parent
e677e4560a
commit
c63299aba6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,6 @@ spec:
|
|||||||
environment {
|
environment {
|
||||||
MEDUSA_VER = '0.4.2'
|
MEDUSA_VER = '0.4.2'
|
||||||
}
|
}
|
||||||
stages {
|
|
||||||
stage('Build with Kaniko') {
|
stage('Build with Kaniko') {
|
||||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-medusa.git', credentialsId: 'jenkins-to-git'
|
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-medusa.git', credentialsId: 'jenkins-to-git'
|
||||||
container('kaniko') {
|
container('kaniko') {
|
||||||
@ -39,4 +38,3 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user