.
This commit is contained in:
parent
7966adad94
commit
85bd3e5fc5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
properties([
|
properties([
|
||||||
parameters([
|
parameters([
|
||||||
@ -17,7 +19,6 @@ pipeline {
|
|||||||
])
|
])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
stages {
|
|
||||||
stage('checkout: Check out from version control') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
git branch: 'master',
|
git branch: 'master',
|
||||||
|
Loading…
Reference in New Issue
Block a user