Skip to content

Commit 7f6f1bc

Browse files
committed
fix: jenkins file
1 parent fc0895c commit 7f6f1bc

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

RMC-Jenkinsfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
@Library('rmc-jenkins-libraries-v3') _
22
rmcBuild.auto()
33

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

Comments
 (0)