Skip to content

Commit

Permalink
add debug; for #377
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jun 4, 2024
1 parent 3993e16 commit 025406b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ pipeline {
// https://github.com/geneontology/pipeline/issues/377.
// sh "git clone -b $TARGET_NOCTUA_MODELS_BRANCH https://github.com/geneontology/noctua-models.git"
checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: TARGET_NOCTUA_MODELS_BRANCH]], extensions: [[$class: 'CloneOption', depth: 1, noTags: true, reference: '', shallow: true, timeout: 120]], userRemoteConfigs: [[url: 'https://github.com/geneontology/noctua-models.git', refspec: "+refs/heads/${env.TARGET_NOCTUA_MODELS_BRANCH}:refs/remotes/origin/${env.TARGET_NOCTUA_MODELS_BRANCH}"]]]
// Debug check.
sh 'env'
sh 'pwd'
sh 'ls -AlFrt'

sh 'NOCTUA_MODELS_PATH=./noctua-models make target/pathway-like_go-cams.tar.gz'

Expand Down

0 comments on commit 025406b

Please sign in to comment.