environment test

This commit is contained in:
crusader 2023-02-01 11:00:05 +00:00
parent 7c74942800
commit 1147fa0f77

5
Jenkinsfile vendored
View File

@ -11,13 +11,10 @@ podTemplate(containers: [
stage('Get a Gradle project') {
container('gradle') {
stage('Build a Gradle project') {
sh '''
echo "gradle build"
'''
sh './gradlew clean build'
}
}
}
}
}