1 parent fc0895c commit 7f6f1bcCopy full SHA for 7f6f1bc
1 file changed
RMC-Jenkinsfile
@@ -1,19 +1,3 @@
1
@Library('rmc-jenkins-libraries-v3') _
2
rmcBuild.auto()
3
4
-# DISABLED THIS FOR NOW. SHOULD BE MOVED TO A SEPERATE CONANFILE
5
-#node('default') {
6
-# stage('create and publish gh-pages') {
7
-# def context = conan.init()
8
-# context.getGitRepo().checkout()
9
-# sshagent(credentials: [context.getConfig().gitCredentialsId]) {
10
-# lock("gh-pages-${context.getGitRepo().getOrganization()}-${context.getGitRepo().getName()}") {
11
-# sh """
12
-# export CONAN_USER_HOME=${pwd()}/conan_home
13
-# cd repo_dir
14
-# make -f Makefile.doc gh-pages
15
-# """
16
-# }
17
18
19
-#}
0 commit comments