агент
parent
edd29ea029
commit
9a4652b8f2
|
@ -9,6 +9,7 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
sh 'ls'
|
||||||
sh './mvnw compile'
|
sh './mvnw compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue