Skip to content
Snippets Groups Projects
Commit 0cffefed authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix jenkins file get for list_projects.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 8c0f277b
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,6 @@ pipeline { ...@@ -3,12 +3,6 @@ pipeline {
stages { stages {
stage('SCM') {
steps {
git url: 'https://github.com/eclipse-scava/scava-datasets.git'
}
}
stage('Retrieve Data') { stage('Retrieve Data') {
steps { steps {
sh ''' sh '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment