mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
Drops duplicated checkout
This commit is contained in:
Vendored
-5
@@ -23,11 +23,6 @@ pipeline {
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
|
||||
}
|
||||
}
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('JDK 11') {
|
||||
|
||||
Reference in New Issue
Block a user