mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 00:46:54 +00:00
Separate the steps for better visualization
This commit is contained in:
Vendored
+7
-1
@@ -1,10 +1,16 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('applyPatches') {
|
||||||
steps {
|
steps {
|
||||||
withGradle {
|
withGradle {
|
||||||
sh './gradlew applyPatches --no-daemon'
|
sh './gradlew applyPatches --no-daemon'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('paperclipJar') {
|
||||||
|
steps {
|
||||||
|
withGradle {
|
||||||
sh './gradlew paperclipJar --no-daemon'
|
sh './gradlew paperclipJar --no-daemon'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user