Update Jenkinsfile
Questo commit è contenuto in:
parent
e73da6fa7d
commit
e09fa8291f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
2
Jenkinsfile
esterno
2
Jenkinsfile
esterno
|
@ -8,7 +8,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'python -m py_compile sources/helloworld.py'
|
||||
sh 'python -m py_compile sources/helloWorld.py'
|
||||
stash(name: 'compiled-results', includes: 'sources/*.py*')
|
||||
}
|
||||
}
|
||||
|
|
Caricamento…
Crea riferimento in una nuova segnalazione