mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Fixed Jenkinsfile conflict from Jenkinsfile rebase
This commit is contained in:
commit
7f60933f3b
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh '/opt/squish/bin/squish --no-minify'
|
sh '/opt/squish/bin/squish --no-minify'
|
||||||
|
<<<<<<< HEAD
|
||||||
sh 'ldoc {env.WORKSPACE}'
|
sh 'ldoc {env.WORKSPACE}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -17,5 +18,19 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
=======
|
||||||
|
sh "ldoc ${env.WORKSPACE}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Deploy') {
|
||||||
|
when {
|
||||||
|
tag 'release-*'
|
||||||
|
}
|
||||||
|
|
||||||
|
steps {
|
||||||
|
sh "python3 /opt/hoggit_releaser/releaser.py ${env.WORKSPACE} ${env.TAG_NAME}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
>>>>>>> feature/Jenkinsfile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user