metric
This commit is contained in:
parent
01351f4122
commit
ee8c2808d1
@ -37,10 +37,20 @@ pipeline {
|
|||||||
sh "ls -la"
|
sh "ls -la"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('get eval value') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
metric = sh (
|
||||||
|
script: 'trainResults.csv',
|
||||||
|
returnStdout: true
|
||||||
|
).trim()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
emailext body: "${currentBuild.currentResult}", subject: 's444417-evaluation build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
emailext body: "${currentBuild.currentResult}, (number, loss): ${metric}", subject: 's444417-evaluation build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -15,5 +15,5 @@ Zadanie 2
|
|||||||
4. skrypt trainScript.py tworzy plota z wczytanych wartości odczytanych z pliku trainResults.csv, natomiast nei ma jak tego podejrzeć w Jenkins
|
4. skrypt trainScript.py tworzy plota z wczytanych wartości odczytanych z pliku trainResults.csv, natomiast nei ma jak tego podejrzeć w Jenkins
|
||||||
5. projekt odpala się po zakończeniu trenowania jenkinsfile3 build job oraz kopiuje sobie model copyArtifacts z uwzględnieniem brancha master
|
5. projekt odpala się po zakończeniu trenowania jenkinsfile3 build job oraz kopiuje sobie model copyArtifacts z uwzględnieniem brancha master
|
||||||
6. copyArtifacts z s444417-create-dataset
|
6. copyArtifacts z s444417-create-dataset
|
||||||
7. parametr BRANCH do wyboru konkretnej gałęzi, buildselector do wybrania builda
|
7. parametr BRANCH do wyboru konkretnej gałęzi, buildselector do wybrania builda w Jenkins.eval
|
||||||
8. powiadomenie mail wysyłane w pliku Jenkinsfile.eval post emailext
|
8. powiadomenie mail wysyłane w pliku Jenkinsfile.eval post emailext
|
Loading…
Reference in New Issue
Block a user