added jfrog

This commit is contained in:
Naresh 2023-03-16 06:57:14 -04:00
parent 3297193967
commit 124cd2fa30

View file

@ -55,11 +55,5 @@ pipeline {
) )
} }
} }
stage{
steps{
archiveArtifacts artifacts: '**target/*.jar',
onlyIfSuccessful: true
}
}
} }
} }