From 025406bca28f46452a8b2ad416e94c2ee8bb7770 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Tue, 4 Jun 2024 13:06:08 -0700 Subject: [PATCH] add debug; for #377 --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6919f67..13e5ec6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'