Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of a default LCCI Image in the fusesoc() step #8

Open
oleg-nenashev opened this issue Aug 28, 2019 · 0 comments
Open

Add support of a default LCCI Image in the fusesoc() step #8

oleg-nenashev opened this issue Aug 28, 2019 · 0 comments

Comments

@oleg-nenashev
Copy link
Member

oleg-nenashev commented Aug 28, 2019

In #6 @Nancy-Chauhan introduced a new fusesoc() step which requires to explicitly specify a version of the LibreCores CI to be used. It would be great to support a default version which is managed by Global properties in the library

@Library('librecoresci') _

pipeline {
    stages {
        stage('example-fusesoc-step') {
            fusesoc {
                image 'librecores/librecores-ci:0.5.0'
                library 'some_core', '/src'
        
                run('some_core') {
                    target 'fusesoc_target'
                }
        
                shell "echo 'Additional steps on shell'"
            }
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant