SCLITE config
This commit is contained in:
parent
d1d5e9cb49
commit
5b716fbd0e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -21,5 +21,10 @@ pipeline {
|
|||||||
sh label: 'count lines', script: './sclite.sh'
|
sh label: 'count lines', script: './sclite.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Archive') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts '/**'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user