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