Compare commits
1 Commits
master
...
1a83e4780e
| Author | SHA1 | Date | |
|---|---|---|---|
|
1a83e4780e
|
11
.jenkinsfile
Normal file
11
.jenkinsfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
sh './gradlew shadowJar'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user