Skip to content

Commit

Permalink
Pro forma
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jan 14, 2025
1 parent 7e65863 commit 1aa4232
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent any
agent docker
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
timeout(time: 10, unit: 'MINUTES')
Expand All @@ -19,10 +19,6 @@ pipeline {
parameters {
string(name: 'smile', defaultValue: ':)', description: 'just smile')
}
// tools {
// jdk 'jdk11'
// maven 'maven36'
// }
stages {
stage('Info') {
steps {
Expand Down

0 comments on commit 1aa4232

Please sign in to comment.