This commit is contained in:
Ufnow 2020-04-21 19:09:34 +02:00
parent 563f5c5398
commit 1c28933b4f

6
Jenkinsfile vendored
View File

@ -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'){
steps {
sh('chmod +x ./numberOfLines.sh')