Skip to content
Snippets Groups Projects

Update jenkinsfile to only keep linting stage

Open Ravi Tripathi requested to merge modify_jenkinsfile into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ pipeline {
agent none
options {
gitlabBuilds(builds: ['Linting', 'Build-env', 'Build ood', 'Build compute', 'Build ohpc'])
gitlabBuilds(builds: ['Linting'])
}
stages {
Loading