fix
This commit is contained in:
parent
563f5c5398
commit
1c28933b4f
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -17,12 +17,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('checkout: Check out from version control') {
|
|
||||||
steps {
|
|
||||||
git branch: 'master',
|
|
||||||
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Count lines'){
|
stage('Count lines'){
|
||||||
steps {
|
steps {
|
||||||
sh('chmod +x ./numberOfLines.sh')
|
sh('chmod +x ./numberOfLines.sh')
|
||||||
|
Loading…
Reference in New Issue
Block a user