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