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