Fixed stage steps
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2024-01-18 13:37:48 +01:00
parent 984996dbb4
commit c8b8aa8b36

2
Jenkinsfile vendored
View file

@ -15,11 +15,13 @@ pipeline {
}
stages {
stage('Echo environment variables'){
steps {
echo "BRANCH_NAME: ${BRANCH_NAME}"
echo "JOB_NAME: ${JOB_NAME}"
echo "BRANCH_IS_PRIMARY ${BRANCH_IS_PRIMARY}"
echo "TAG_NAME: ${TAG_NAME}"
}
}
stage('Build docker image') {
steps {
echo 'Building image'