更新 jenkinsfile
This commit is contained in:
@@ -3,17 +3,17 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
cmd 'echo build'
|
||||
bat 'echo build'
|
||||
}
|
||||
}
|
||||
stage('Test'){
|
||||
steps {
|
||||
cmd 'echo test'
|
||||
bat 'echo test'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
cmd 'echo publish'
|
||||
bat 'echo publish'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user