mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2026-08-24 12:05:18 +00:00
Added Jenkinsfile
This commit is contained in:
Vendored
+5
-6
@@ -1,15 +1,14 @@
|
||||
pipeline {
|
||||
agent {
|
||||
|
||||
}
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
||||
sh '/opt/squish/bin/squish --no-minify'
|
||||
sh 'ldoc {env.WORKSPACE}'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
/* stage('Deploy') {
|
||||
when {
|
||||
branch 'production'
|
||||
}
|
||||
@@ -17,6 +16,6 @@ pipeline {
|
||||
steps {
|
||||
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user