This commit is contained in:
Mekalaabhiramreddy 2023-03-17 12:24:31 +05:30
parent 4e78122f87
commit 27fff64e72

View file

@ -37,5 +37,12 @@ pipeline {
}
}
stage('publish build info') {
steps {
rtPublishBuildInfo (
serverId: 'jfrog'
)
}
}
}
}
}