This commit is contained in:
parent
92e2b57f21
commit
2e94ac5e55
@ -16,7 +16,7 @@ node {
|
|||||||
|
|
||||||
}
|
}
|
||||||
stage('Clone repo') {
|
stage('Clone repo') {
|
||||||
try { docker.image("karopa/ium:11").inside {
|
/* try {*/ docker.image("karopa/ium:27").inside {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||||
@ -28,7 +28,8 @@ node {
|
|||||||
archiveArtifacts 'output.txt'
|
archiveArtifacts 'output.txt'
|
||||||
archiveArtifacts 'model/**/*.*'
|
archiveArtifacts 'model/**/*.*'
|
||||||
}
|
}
|
||||||
emailext body: 'Successful build',
|
}
|
||||||
|
/*emailext body: 'Successful build',
|
||||||
subject: "s434765",
|
subject: "s434765",
|
||||||
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
||||||
}
|
}
|
||||||
@ -39,7 +40,7 @@ node {
|
|||||||
subject: "s434765",
|
subject: "s434765",
|
||||||
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
|
||||||
throw e
|
throw e
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
stage ("build evaluation") { //an arbitrary stage name
|
stage ("build evaluation") { //an arbitrary stage name
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user