mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Added Jenkinsfile
This commit is contained in:
parent
f122c10fb3
commit
e336cffcb9
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,22 +1,21 @@
|
||||
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'
|
||||
}
|
||||
|
||||
|
||||
steps {
|
||||
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user