Zmiana triggera
Some checks failed
s426206-training/pipeline/head There was a failure building this commit

This commit is contained in:
Jan Nowak 2021-05-16 08:49:10 +02:00
parent 2dce7b1d0a
commit 27e33c4ab7
3 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
venv
.ipynb_checkpoints
.vscode
metrics.tsv
*.pt
plot.png

2
Jenkinsfile vendored
View File

@ -51,7 +51,7 @@ pipeline {
post {
success {
//Uruchamianie innego zadania
build job: 's426206-training/master', parameters: [string(name: 'PARAMETRY', value: ''), string(name: 'BUILD_SELECTOR', value: '<StatusBuildSelector plugin="copyartifact@1.46"/>')]
//build job: 's426206-training/master', parameters: [string(name: 'PARAMETRY', value: ''), string(name: 'BUILD_SELECTOR', value: '<StatusBuildSelector plugin="copyartifact@1.46"/>')]
}
}

View File

@ -1,5 +1,6 @@
pipeline {
agent any
properties([[$class: 'GogsProjectProperty', gogsBranchFilter: '', gogsSecret: <object of type hudson.util.Secret>, gogsUsePayload: false], pipelineTriggers([upstream('s426206-create-dataset')])])
parameters {
string(
defaultValue: '',