JiaLiangC commented on PR #3751:
URL: https://github.com/apache/ambari/pull/3751#issuecomment-1730876168
@arshadmohammad it seems your change in jenkinsfile not woring fine ,maybe
you can try this
stage('Some Stage') {
steps {
// Other steps here
sh 'pip3 install distro'
// Other steps here
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]