Some checks failed
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head There was a failure building this commit
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
pipeline {
|
|
agent any
|
|
stages {
|
|
stage('Build backend') {
|
|
steps {
|
|
bat '.\\backend\\mvnw.cmd -DskipTests=true package'
|
|
}
|
|
}
|
|
}
|
|
}
|