feat: refs #6695 try
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-09-11 14:40:07 +02:00
parent 72cab3cc58
commit 441c41e1cc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -106,7 +106,7 @@ pipeline {
// sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
// sh 'docker tag $IMAGE:$VERSION $IMAGE:$BRANCH_NAME'
// sh 'docker push $IMAGE:$BRANCH_NAME'
sh env.GIT_BRANCH
sh 'echo $GIT_BRANCH'
}
}
stage('Stack') {