jenkins
This commit is contained in:
Vendored
+6
@@ -6,6 +6,12 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('Setup') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user