Skip to content
Snippets Groups Projects
Commit e7becdbf authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

env var

parent cfca59b0
No related branches found
No related tags found
No related merge requests found
pipeline {
agent { label 'node2' }
environment {
GITLAB_DEPLOY_TOKEN = credentials("GITLAB_JAVA_DEPLOY_TOKEN")
}
stages {
stage('notify') {
steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment