test python script in jenkinsfile
This commit is contained in:
parent
c68d6d9126
commit
8acd0079b0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -30,8 +30,7 @@ pipeline {
|
||||
|
||||
stage('Zadanie 3 - Metryki') {
|
||||
steps {
|
||||
sh 'gcc --version'
|
||||
sh 'git --version'
|
||||
sh 'python3 ./zadanie3/script.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
zadanie3/script.py
Normal file
4
zadanie3/script.py
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
print 'Hello, world!'
|
Loading…
Reference in New Issue
Block a user