Re. jenkinsfile
Some checks failed
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head There was a failure building this commit
Some checks failed
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head There was a failure building this commit
This commit is contained in:
14
jenkinsfile
14
jenkinsfile
@@ -1,19 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
stage('Build backend') {
|
||||
steps {
|
||||
bat 'echo build'
|
||||
}
|
||||
}
|
||||
stage('Test'){
|
||||
steps {
|
||||
bat 'echo test'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
bat 'echo publish'
|
||||
bat '.\\backend\\mvnw.cmd -DskipTests=true package'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user