mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-11 01:30:19 +00:00
Jenkins scripted multibranch pipeline
This commit is contained in:
parent
216407e3ab
commit
d5d2bc2263
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,10 +1,10 @@
|
|||||||
node {
|
node {
|
||||||
def app
|
def app
|
||||||
|
|
||||||
stage('Clone repository') {
|
/* stage('Clone repository') {
|
||||||
sh '/usr/bin/env'
|
sh '/usr/bin/env'
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}*/
|
||||||
|
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
sh '/usr/bin/env'
|
sh '/usr/bin/env'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user