Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-02 12:50:11 +02:00
parent a66716fd96
commit b50388f06b
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -23,10 +23,5 @@ pipeline {
} }
} }
} }
stage('Test') {
steps {
sh 'cat etc/issue'
}
}
} }
} }