Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgutierrez authored Oct 17, 2023
1 parent f2f1134 commit e3d36c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
@Library('libpipelines@preproduction') _
@Library('libpipelines@add-AT-clouds-features') _

hose {
EMAIL = 'cd'
DEPLOYONPRS = true
BUILDTOOL = 'docker'
SHOW_RAW_YAML = true
WORKSPACE_STORAGE_SIZE = '5Gi'
VERSIONING_TYPE = 'stratioVersion-3-3'
UPSTREAM_VERSION = '1.0.0'

DEV = { config ->
doDocker(conf: config, credentialsMap: [[credentials: "ATHENS_SSH_KEY", credentialsType: "sshagent"]])
doCompile(conf: config)
}
}

0 comments on commit e3d36c2

Please sign in to comment.