Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 18:52:50 +02:00
parent 7ace118a04
commit 31e2545f93

8
Jenkinsfile vendored
View File

@ -32,6 +32,14 @@ pipeline{
}
stages
{
stage('env')
{
steps {
sh '''
printenv
'''
}
}
stage('Test')
{
agent {