Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 51413df

Browse files
committed
Jenkinsfile test.
1 parent bdfe907 commit 51413df

File tree

4 files changed

+18
-556
lines changed

4 files changed

+18
-556
lines changed

Jenkinsfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pipeline {
2+
agent any
3+
4+
stages {
5+
stage('Build') {
6+
steps {
7+
sh "sbt -no-colors -batch dist"
8+
archiveArtifacts artifacts: '**/target/universal/*.zip', fingerprint: true
9+
}
10+
}
11+
12+
stage('Publish') {
13+
steps {
14+
echo 'TODO: publish'
15+
}
16+
}
17+
}
18+
}

bin/activator/activator

-330
This file was deleted.
-1.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)