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