count lines
This commit is contained in:
parent
4ce0d21aac
commit
ba918630b8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -13,6 +13,7 @@ pipeline {
|
||||
}
|
||||
stage('count lines') {
|
||||
steps {
|
||||
sh 'chmod 777 ./cl.sh'
|
||||
sh './cl.sh'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user