Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 8f22bb2

Browse files
iomaganarispramodk
authored andcommitted
Use always the sha1 variable to select the CoreNeuron branch (#242)
- Also export this variable to the user to be able to manually launch the CI
1 parent 439cfab commit 8f22bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33
label 'bb5'
44
}
55
parameters {
6-
string(name: 'CORENEURON_BRANCH', defaultValue: '',
6+
string(name: 'sha1', defaultValue: 'master',
77
description: 'What branch of CoreNeuron to test.')
88
string(name: 'SPACK_BRANCH', defaultValue: 'develop',
99
description: 'Which branch of spack to use.')

0 commit comments

Comments
 (0)