Zmiana triggera
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2dce7b1d0a
commit
27e33c4ab7
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
venv
|
||||
.ipynb_checkpoints
|
||||
.vscode
|
||||
.vscode
|
||||
metrics.tsv
|
||||
*.pt
|
||||
plot.png
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"/>')]
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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: '',
|
||||
|
Loading…
Reference in New Issue
Block a user