plot
This commit is contained in:
parent
52095e174b
commit
cfcf6b6e57
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -2,6 +2,15 @@ pipeline {
|
||||
agent { dockerfile true }
|
||||
stages
|
||||
{
|
||||
|
||||
stage('Git')
|
||||
{
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s460941/s460941-metrics.git'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('CopyArtifacts')
|
||||
{
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user