added sh commands

This commit is contained in:
Mateusz Kuc 2023-06-30 19:52:00 +02:00
parent 2c40f07fe1
commit 4ddf9c5396
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,6 @@ pipeline{
steps {
checkout scmGit(
branches: [[name: '*/master']],
extensions: [cleanBeforeCheckout()],
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s458023/ium_458023.git']]
)
}
@ -42,5 +41,8 @@ pipeline{
}
}
}
sh './wines_train.py
sh 'predict.py'
archiveArtifacts 'my_runs/**'
}
}