mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-14 19:09:44 +00:00
Jenkins declarative pipeline
This commit is contained in:
parent
acbd3bfb5d
commit
dd696f43ad
@ -4,7 +4,9 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout SCM') {
|
stage('Checkout SCM') {
|
||||||
checkout scm
|
steps {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user